If 4 # 2 = 10 and 6 # 3 = 21, what is 8 # 4?
- (a)36
- (b)40
- (c)44
- (d)48
Answer
Why
Correct — A.
Rule: a # b = (a + 1) × b, the same as a × b + b.
4 # 2 = 5 × 2 = 10, as given
6 # 3 = 7 × 3 = 21, as given
8 # 4 = 9 × 4 = 36 → option (a).
Why the others are wrong
- (b)40 — 40 is 8 × 4 + 8, adding the first number instead of the second. Tested on 4 # 2 that rule gives 8 + 4 = 12, not the given 10.
- (c)44 — 44 is 11 × 4, a rule of (a + 3) × b. Tested on 4 # 2 it gives 7 × 2 = 14, not the given 10.
- (d)48 — 48 is 8 × 4 + 16, adding b² instead of b. Tested on 4 # 2 it gives 8 + 4 = 12, not the given 10.
Concept
An operator defined by examples hides a formula. Find one formula that reproduces every given result, then apply it to the new pair.
Start from the product: 4 × 2 = 8 and 6 × 3 = 18. Each result sits exactly b above it (8 + 2 = 10, 18 + 3 = 21), so a # b = a × b + b.
A rule tested on one example is a guess. A rule that fits both is the working rule.
In both examples the second number is half the first, so another formula fits as well: a × (a + 1) ÷ 2 gives 10 and 21, and for 8 # 4 it gives 8 × 9 ÷ 2 = 36 too. Both readings land on the key.
Key facts
- a × b + b = (a + 1) × b.
- 10, 21 and 36 are the 4th, 6th and 8th triangular numbers.
- Test a candidate rule on every given example before using it.
Study next
Common traps
- Stopping at a rule that fits 4 # 2 alone: 4² − 3 × 2 = 10, but 6² − 3 × 3 = 27, not 21.
- Adding the first number to the product instead of the second, which gives 40.
15 Sep 2025, 12:30, Reasoning Q.21 also builds on a product: 5 * 2 = 35 and 4 * 3 = 28 fit a × (a + b), keyed 6 * 4 = 60.
12 Sep 2025, 16:00, Reasoning Q.16 adds both numbers to the product: 6 $ 2 = 20 and 4 $ 3 = 19 fit a × b + a + b, keyed 5 $ 2 = 17.
Related PYQs
No directly related past PYQ was found.