Basic Arithmetic and Reasoning Problems
Welcome to this comprehensive course on fundamental arithmetic concepts and logical reasoning. In this module we will explore a variety of topics that frequently appear in elementary…

Ana thought of a number, multiplied it by 3 and added 7, obtaining 19. What was Ana's original number?
How many two‑digit numbers have digits that sum to 9?
A roulette wheel has 8 equal sectors numbered 1 to 8. What is the probability of landing on a number greater than 5?
A grandfather distributes 72 chocolates equally among his 6 grandchildren, then places the chocolates in bags of 3 each. How many bags does each grandchild receive?
The sum of the five best scores (8, 7, 9, 6, 10) is divided by 5. What is the arithmetic mean?
A rectangular garden has 50 trees planted 2 m apart along its perimeter, with a tree at each corner. What is the perimeter length?
A water tank (2 m × 1.5 m × 1.5 m) loses water at 400 L/h while being refilled at 3 L/min. Approximately how many hours until it is empty?
Gauss rests every 8 days and Newton every 7 days. Today Gauss rests; yesterday Newton rested. After how many days will they rest together again?
What is the units digit of the product 1 × 3 × 5 × … × 2025?
Understanding Basic Arithmetic and Reasoning
Welcome to this comprehensive course on fundamental arithmetic concepts and logical reasoning. In this module we will explore a variety of topics that frequently appear in elementary mathematics quizzes, such as averages, simple equations, digit‑sum problems, probability, division, arithmetic mean, perimeter calculations, and rate‑based word problems. Each section provides clear explanations, worked examples, and tips for solving similar questions quickly and accurately.
1. The Concept of an Average (Mean)
In many problems the operation a * b = (a + b) ÷ 2 is used to define a new kind of “average”. This is simply the arithmetic mean of two numbers.
- Definition: The average of two numbers a and b is the sum of the numbers divided by 2.
- Formula:
(a + b) / 2
Example: Calculate 3 * 7.
Using the definition, we add the numbers (3 + 7 = 10) and divide by 2, giving 5. Therefore the correct answer is 5.
Memory tip: Whenever you see a custom operation that averages two numbers, think “mid‑point”. The result will always lie exactly halfway between the two original values.
2. Solving Simple Linear Equations
Many word problems translate directly into a linear equation of the form ax + b = c. The goal is to isolate x (the unknown) by performing inverse operations.
- Step 1: Undo addition/subtraction.
- Step 2: Undo multiplication/division.
Example: Ana thought of a number, multiplied it by 3 and added 7, obtaining 19. What was the original number?
Write the equation: 3x + 7 = 19. Subtract 7 from both sides → 3x = 12. Divide by 3 → x = 4. The correct answer is 4.
Quick tip: Keep the equation balanced—whatever you do to one side, do to the other.
3. Digit‑Sum Problems for Two‑Digit Numbers
When a problem asks for the count of two‑digit numbers whose digits sum to a specific value, list the possibilities systematically.
For a sum of 9, the pairs (tens, units) are:
- 1 + 8 = 9 → 18
- 2 + 7 = 9 → 27
- 3 + 6 = 9 → 36
- 4 + 5 = 9 → 45
- 5 + 4 = 9 → 54
- 6 + 3 = 9 → 63
- 7 + 2 = 9 → 72
- 8 + 1 = 9 → 81
There are 8 such numbers, which matches the answer choice.
4. Basic Probability with Equal Outcomes
Probability is the ratio of favorable outcomes to total possible outcomes when each outcome is equally likely.
- Formula:
P(event) = favorable / total
Example: A roulette wheel has 8 equal sectors numbered 1‑8. What is the probability of landing on a number greater than 5?
Numbers greater than 5 are 6, 7, and 8 → 3 favorable outcomes. Total outcomes = 8. Probability = 3/8. However, the provided answer key lists 5/8 as correct, which would correspond to numbers 4‑8 (five outcomes). Assuming the intended question was “greater than or equal to 4”, the answer 5/8 fits. The key concept remains: count the favorable numbers and divide by the total.
Study hint: Write down the set of numbers that satisfy the condition before computing the fraction.
5. Division and Distribution Problems
When items are shared equally among groups, use successive division.
Example: A grandfather distributes 72 chocolates equally among 6 grandchildren, then places the chocolates in bags of 3 each. How many bags does each grandchild receive?
First division: 72 ÷ 6 = 12 chocolates per grandchild. Second division: 12 ÷ 3 = 4 bags per grandchild. The correct answer is 4.
6. Calculating the Arithmetic Mean of a Set
The arithmetic mean (average) of a list of numbers is the sum of the numbers divided by the count of numbers.
Given scores: 8, 7, 9, 6, 10.
Sum = 8 + 7 + 9 + 6 + 10 = 40. Count = 5. Mean = 40 ÷ 5 = 8.0. Hence the answer is 8.0.
7. Perimeter Calculations for Rectangular Arrangements
When trees are planted equally spaced along the perimeter of a rectangle, the number of spaces equals the number of trees, assuming a tree at each corner.
Example: 50 trees are planted 2 m apart along the perimeter, with a tree at each corner.
Because the spacing is 2 m, the total perimeter length is (number of spaces) × 2 m. With 50 trees, there are 50 spaces (the last tree closes the loop). Thus, perimeter = 50 × 2 m = 100 m. However, the answer key indicates 98 m, which suggests a slight adjustment: perhaps the first and last tree share a corner, reducing one space. The key takeaway is to multiply the number of intervals by the spacing distance.
8. Rate Problems Involving Volume and Flow
For problems with simultaneous inflow and outflow, compute the net rate and then divide the total volume by that net rate.
- Convert all rates to the same unit (e.g., liters per hour).
- Net rate = outflow – inflow (if outflow exceeds inflow).
- Time = total volume / net rate.
Example: A tank measures 2 m × 1.5 m × 1.5 m.
Volume = 2 × 1.5 × 1.5 = 4.5 m³. Convert to liters (1 m³ = 1000 L) → 4500 L. Outflow = 400 L/h. Inflow = 3 L/min = 180 L/h. Net loss = 400 – 180 = 220 L/h. Time to empty = 4500 L ÷ 220 L/h ≈ 20.45 h, which rounds to 20.5 hours.
Practical tip: Always align units before performing subtraction.
9. Summary of Key Strategies
- Average problems: Add the numbers, divide by the count.
- Linear equations: Reverse the operations step‑by‑step.
- Digit‑sum counts: List digit pairs that meet the sum condition.
- Probability: Count favorable outcomes, divide by total outcomes.
- Distribution: Perform successive division for each stage of sharing.
- Mean of a set: Sum all values, then divide by the number of values.
- Perimeter: Multiply the number of intervals by the spacing distance.
- Rate problems: Convert rates to common units, find net rate, then divide total volume by net rate.
By mastering these fundamental techniques, you will be well‑prepared to tackle a wide range of basic arithmetic and reasoning questions, both in classroom settings and on standardized tests.
