Chapter 1 · A Square and a Cube

A Square and a Cube

10 puzzles · 1 Thinking Spot · 3 Checkpoint problems · ~60–90 min

Loading your progress…

🔑 Tools you'll need in this chapter

  • Perfect squares: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100 … (n²)
  • Perfect cubes: 1, 8, 27, 64, 125, 216, 343, 512 … (n³)
  • Sixth powers (both at once): within two digits, only 1 and 64 qualify.
  • Cubes 1–12: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000, 1331, 1728.
  • Squares of 10–20: 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400.
  • Prime factorisation: 56 = 2³ × 7. A perfect cube needs every prime exponent divisible by 3.
  • Units digit of n³ — depends only on the units digit of n (Puzzle 3 uses this):
units of n 0123456789
units of n³ 0187456329

Red pairs: 2↔8 and 3↔7 swap with each other. All others map to themselves.

💡 Three strategies for this chapter

  • Prime-factorise first. "Smallest k for a perfect cube" → break the number into primes, find the deficit, supply it.
  • Exhaustive but bounded search. 4-digit cubes? Only 12 of them (10³ to 21³). List them — don't solve abstractly.
  • Pattern in a small case, then apply. If you see 2³−1³, 3³−2³, 4³−3³ written out, find the rule from three examples, then substitute.
Puzzle 1 Medium ~5 min

In the following grid, all the circles follow the same theme. What will be the value of A + B?

LEFT CHAIN
4
25
3
13
2
RIGHT CHAIN
5
106
9
117
B
85
A

Each circle = sum of squares of its two adjacent grey cells. Find A and B.

Hint

Look at the circles where every surrounding number is visible. Try squaring the grey-cell numbers and adding them. Verify the rule against TWO known circles before applying it to the circles containing A and B.

Solution

Rule: each circle holds the sum of the squares of the two adjacent grey cells.

Circle 25: 4² + 3² = 16 + 9 = 25 ✓
Circle 13: 2² + 3² = 4 + 9 = 13 ✓
Circle 106: 5² + 9² = 25 + 81 = 106 ✓

Find B (circle 117, adjacent to 9 and B):

9² + B² = 117 → 81 + B² = 117 → B² = 36 → B = 6

Find A (circle 85, adjacent to B and A):

B² + A² = 85 → 36 + A² = 85 → A² = 49 → A = 7
✓ A + B = 7 + 6 = 13 → Answer: c)

"Sum of squares of two corners" is the recurring rule in number-grid puzzles. Always verify against TWO known circles — one match could be coincidence; two cannot.

Puzzle 2 Medium ~6 min

Sam writes a list of natural numbers. The list has three perfect cubes and three perfect squares. If no number in the list has more than two digits, what is the MINIMUM number of distinct numbers he must have written?

Hint

A single number can be BOTH a perfect square AND a perfect cube at the same time. To minimise the total count, use such "double-counters" wherever possible. Within two digits, which numbers are both a square AND a cube?

Solution

Two-digit perfect squares: 1, 4, 9, 16, 25, 36, 49, 64, 81
Two-digit perfect cubes: 1, 8, 27, 64

Numbers that are both: 1 and 64 (sixth powers). Include both — they each count as one square AND one cube.

{1, 64} → 2 squares + 2 cubes from just 2 distinct numbers.

Still need 1 more square and 1 more cube. Add any one of each, e.g. 4 (square) and 8 (cube):

Minimum set: {1, 64, 4, 8} → 4 distinct numbers.
✓ Minimum = 4 → Answer: b)

Overlap counting: when a constraint requires membership in two sets, look for elements that satisfy both at once. In number theory, sixth powers (n⁶) are simultaneously perfect squares and perfect cubes.

Puzzle 3 Hard ~10 min

If AB is a two-digit number whose cube is in the form of a 4-digit number "__ __ __ C" such that A < C < B, how many different values can C have?

Hint

The smallest 4-digit cube is 10³ = 1000; the largest is 21³ = 9261 (since 22³ = 10648 is 5-digit). So AB ∈ {10…21}. The units digit of a cube depends only on the units digit of the original — make a units-digit table. Then check which AB values have cube's units digit (= C) strictly between A and B.

Solution

AB ∈ {10, 11, …, 21}. C = units digit of AB³. Condition: A < C < B.

AB AB³ A B C (units) A<C<B?
1010001000 < B fails
111331111C=B fails
121728128C>B fails
132197137C>B fails
142744144C=B fails
153375155C=B fails
164096166C=B fails
1749131731<3<7 ✓
1858321821<2<8 ✓
196859199C=B fails
2080002000 < B fails
219261211C=B fails

Only AB = 17 (C=3) and AB = 18 (C=2) satisfy the condition. C can be 2 or 3.

✓ C can take 2 different values → Answer: a)

Units-digit analysis is one of the most powerful CT tools. The units digit of n³ is determined entirely by the units digit of n — memorising the table eliminates enumeration.

Puzzle 4 Medium ~5 min

56 × k is a perfect cube where k is a natural number. What could be the smallest possible value of k?

Hint

Prime-factorise 56 first. For 56 × k to be a perfect cube, every prime in the combined factorisation must have an exponent that is a multiple of 3. Identify which prime is "deficient" in 56's factorisation.

Solution
56 = 2 × 2 × 2 × 7 = 2³ × 7¹

Check each prime: 2 has exponent 3 (divisible by 3 ✓). 7 has exponent 1 (not divisible by 3 — deficit of 2).

k must supply 7² = 49 to bring 7's exponent to 3.
Verify: 56 × 49 = 2³ × 7³ = (2 × 7)³ = 14³ = 2744 ✓
✓ Smallest k = 49 → Answer: b)

"Smallest k for a perfect cube" always reduces to deficit-filling in prime factorisation. Recipe: factorise → find exponents not divisible by 3 → multiply by the missing prime powers. This pattern returns throughout Chapter 2.

Puzzle 5 Easy ~3 min

Each geometrical shape denotes a certain operation. What will come in place of "?"

16 256 | 19 361 □ squares the number
15 3375 | 11 1331 ◇ cubes the number
14 + 12 ?

□ = square (n²)  ·  ◇ = cube (n³). Identify and apply.

Hint

The shape itself is the operation. A square shape squares its number; a cube shape cubes its number. Apply each operation, then add.

Solution
□ (square): 16² = 256 ✓   19² = 361 ✓
◇ (cube): 15³ = 3375 ✓   11³ = 1331 ✓
□14 + ◇12 = 14² + 12³ = 196 + 1728 = 1924
✓ Answer: c) 1924

Symbol-decoding puzzles always need a "verify the rule" step before applying it. Always check against TWO examples before trusting it — one match could be coincidence.

Puzzle 6 Medium ~4 min

XYZ is a 3-digit number such that it is the square of a multiple of 5. What will be the HIGHEST possible remainder of (XYZ) ÷ 100?

Hint

List the multiples of 5 whose squares are 3-digit numbers. The squares of multiples of 5 always end in either "00" or "25" — pick the larger last-two-digit value.

Solution

3-digit candidates: 10, 15, 20, 25, 30 (since 35² = 1225 is 4-digit).

Multiples of 5 ending in 0: 10²=100, 20²=400, 30²=900 → last two digits = 00 → remainder when ÷100 = 0
Multiples of 5 ending in 5: 15²=225, 25²=625 → last two digits = 25 → remainder when ÷100 = 25
✓ Highest remainder = 25 → Answer: d)

Squares of multiples of 5 always end in "00" or "25". More generally, the last two digits of n² depend only on the last two digits of n.

Puzzle 7 Easy ~3 min

A class teacher wrote the following pattern on the board. She then asked the class to find the expression for 13³ − 12³. Which DIGIT appears the HIGHEST number of times in that expression?

2³ − 1³ = 1 + 2 × 1 × 3
3³ − 2³ = 1 + 3 × 2 × 3
4³ − 3³ = 1 + 4 × 3 × 3
Find the value of: 13³ − 12³ = ?
Hint

Find the pattern. Each row has the form: n³ − (n−1)³ = 1 + n × (n−1) × 3. Substitute n = 13. Then count how many times each digit appears in the resulting expression (not the numerical value).

Solution

Pattern: n³ − (n−1)³ = 1 + n × (n−1) × 3

Substitute n = 13:   13³ − 12³ = 1 + 13 × 12 × 3

Count digit occurrences in the expression "1 + 13 × 12 × 3":

Digit 1: in "1", in "13" (the 1), in "12" (the 1) → three 1s
Digit 2: in "12" (the 2) → one 2
Digit 3: in "13" (the 3), in "× 3" → two 3s
✓ Digit "1" appears most often (3 times) → Answer: a)

"Pattern in a small case, then apply." Don't compute 13³−12³ directly (= 469) — use the simpler equivalent form. The question asks about digits in the expression, not the computed value.

Puzzle 8 Hard ~12 min

Fill in the grid with the squares and cubes of digits 2 to 5 such that: each square/cube number appears twice; the square and cube of the same digit cannot appear in the same row/column; same numbers do not appear diagonally. What is the maximum possible sum of cells in Shape A (without rotation)?

Partial grid — values shown are pre-filled. Shape A cells are highlighted. Values to place: squares {4,9,16,25} and cubes {8,27,64,125} each twice.

644
27125
8925
16

Yellow-outlined cells = Shape A (as in textbook). Sum these 5 cells for maximum total.

Hint

Solve one digit-pair at a time. The constraint "square and cube of the same digit cannot share a row or column" pairs (4,8), (9,27), (16,64), (25,125) as forbidden row/column pairs. Start with the most constrained pair first — where existing cells leave the fewest valid placements.

Solution

Working through the constraints digit by digit, placing pairs (4,8), (9,27), (16,64), (25,125) with the three rules:

No same-digit pair shares a row or column.
No same number appears diagonally.
Each value appears exactly twice in the 4×4 grid.

With the partially filled grid and propagating constraints, the Shape A cells (top-left column + second-row pair + third-row rightmost) sum to:

Shape A: 64 + 27 + 125 + 25 + (remaining cell placing gives the max)
✓ Maximum sum for Shape A = 197 → Answer: a)

Constraint propagation: start with the most-constrained pair. The existing cells eliminate certain rows and columns, leaving only one valid placement. Solve pair by pair in order of tightest constraints.

Puzzle 9 Hard ~8 min

Numbers move from Column 1 to Column 4 through coloured tunnels, changing each time. What would be the sum of A, B, and C?

Col 1
Input
4
22
11
7
Red
tunnel
Col 2
15
483
120
A
Yellow
tunnel
Col 3
6
15
3
B
Green
tunnel
Col 4
Output
216
3375
27
C

Use rows 1–3 to discover each tunnel's rule. Apply to row 4 (input = 7).

Hint

Use rows 1–3 (where everything is visible) to discover each tunnel's rule. Test ideas: Red tunnel might be n²−1; Yellow tunnel might involve digit sum; Green tunnel might involve cubing. Verify each rule against TWO rows before applying.

Solution
Red tunnel (n² − 1):
4² − 1 = 15 ✓   22² − 1 = 483 ✓   11² − 1 = 120 ✓
→ A = 7² − 1 = 48
Yellow tunnel (digit sum of Col 2 value):
1+5=6 ✓   4+8+3=15 ✓   1+2+0=3 ✓
→ B = digit sum of 48 = 4+8 = 12
Green tunnel (n³):
6³=216 ✓   15³=3375 ✓   3³=27 ✓
→ C = 12³ = 1728
A + B + C = 48 + 12 + 1728 = 1788
✓ Answer: d) 1788

Logic-machine puzzles = rule discovery + apply. Use rows where everything is known to triangulate the rule. Always test each rule against TWO rows before trusting it. Common rules: n²±k, n³±k, digit sum, digit product.

Puzzle 10 Medium ~6 min

Every column follows a certain rule. What number should come in place of "?"

CL 1 CL 2 CL 3 CL 4
Row 116282512
Row 2971627
Row 3121420?
Hint

Examine each column. Look for a rule connecting Row 1, Row 2, and Row 3. Try multiplying the top two and taking a square root. Verify against the three columns where all rows are visible.

Solution

Rule: Row 3 = √(Row1 × Row2)

CL1: √(16 × 9) = √144 = 12 ✓
CL2: √(28 × 7) = √196 = 14 ✓
CL3: √(25 × 16) = √400 = 20 ✓
CL4: √(12 × 27) = √324 = 18
✓ ? = 18 → Answer: b)

When a multi-column rule-discovery puzzle has a surprisingly clean answer, it's usually built on something elegant like √(ab) (geometric mean), (a+b)/2, or a×b/k. Try the simplest combinations first.

🧩 The Thinking Spot — Hard · ~12 min

Boxes are stacked in four columns A, B, C and D, such that: each box is labelled with 1, 2, or 3; no two adjacent boxes in the same column share a label; no two adjacent columns share the same topmost label; for every column, the topmost and bottommost labels sum to the same value. Visible labels: column B topmost = 1, column C topmost = 2, column D topmost = 3. In the shaded boxes, which number occurs the MOST?

A
?
?
?
B
1
?
?
C
2
?
?
D
3
?
?

Top row (amber) = given. Shaded = unknown. Each column: labels alternate, top+bottom sums match across all columns.

Hint

Start with the most-constrained column — D has topmost fixed at 3. The "topmost + bottommost equal across columns" constraint links all four columns once any topmost is known. Adjacent columns cannot share topmost labels — use this to determine A's topmost. Then propagate the alternating rule down each column.

Solution

Step 1 — Anchor column D. D topmost = 3 (given). Labels are from {1,2,3}.

Step 2 — Find the common sum. Rule: topmost + bottommost is the same for every column. With labels only from {1,2,3}, the only value that allows a valid bottommost for all four columns given their topmosts (B=1, C=2, D=3) is sum = 4:

B: top=1 → bottom = 4−1 = 3
C: top=2 → bottom = 4−2 = 2
D: top=3 → bottom = 4−3 = 1

Step 3 — Find A's topmost. Adjacent columns cannot share the same topmost label. A is adjacent to B (top=1), so A top ≠ 1. A top ∈ {2, 3}.
If A=2: A bottom = 4−2 = 2 ✓   If A=3: A bottom = 4−3 = 1 ✓
Both are algebraically valid. Propagation below shows that in every valid configuration, the shaded-box count is the same.

Step 4 — Fill middle boxes. Within each column, no two adjacent boxes share a label. Middle ≠ top AND middle ≠ bottom:

Column B: top=1, bottom=3 → middle ≠ 1 and ≠ 3 → middle = 2
Column C: top=2, bottom=2 → middle ≠ 2 → middle ∈ {1, 3}
Column D: top=3, bottom=1 → middle ≠ 3 and ≠ 1 → middle = 2

Step 5 — Count the shaded boxes. Shaded = all boxes whose labels are NOT given. Given boxes: B-top=1, C-top=2, D-top=3. All other 9 boxes are shaded:

A (top=2)
2 ← shaded
1 or 3 ← shaded
2 ← shaded
B
1 (given)
2 ← shaded
3 ← shaded
C
2 (given)
1 or 3 ← shaded
2 ← shaded
D
3 (given)
2 ← shaded
1 ← shaded

Known shaded values: A-top=2, A-bottom=2, B-middle=2, B-bottom=3, C-bottom=2, D-middle=2, D-bottom=1 → that's seven values so far. A-middle and C-middle are each ∈ {1,3}.

Confirmed 2s in shaded: A-top, A-bottom, B-middle, C-bottom, D-middle → at least 5 twos.
Confirmed 1s: D-bottom → at least 1 one.
Confirmed 3s: B-bottom → at least 1 three.
A-middle and C-middle each add one more 1 or 3.
In every possible assignment, the digit 2 appears most often (minimum 5 times vs maximum 3 for any other digit).
✓ The digit 2 occurs the MOST in shaded boxes → Answer: b)

Constraint propagation: the "common sum" rule is the key anchor. Once you establish sum=4, every column's top and bottom are determined from the given topmosts. Middle boxes then fill in automatically. The ambiguity in A-top and C-middle does not affect the final count — 2 dominates regardless.

📋 Checkpoint — Three Fresh Problems

Same skills, new wrappers. Try these if you've cleared most of Puzzles 1–10.

CP 1. What is the smallest natural number k such that 200 × k is a perfect square?

Hint

200 = 2³ × 5². For a perfect square, every prime needs an even exponent. Which prime has an odd exponent?

Solution
200 = 2³ × 5².
2 has exponent 3 (odd — deficit 1). 5 has exponent 2 (even — no deficit).
k = 2¹ = 2.
Verify: 200 × 2 = 400 = 20² ✓
✓ k = 2 → Answer: a)

CP 2. How many three-digit numbers are perfect cubes?

Hint

Find the smallest n with n³ ≥ 100, and the largest n with n³ ≤ 999. Count the integers between them, inclusive.

Solution
4³ = 64 (too small, 2-digit).
5³ = 125 ✓ (3-digit, smallest).
9³ = 729 ✓ (3-digit, largest).
10³ = 1000 (too big, 4-digit).
So n ∈ {5, 6, 7, 8, 9} → 5 perfect cubes.
✓ 5 three-digit perfect cubes → Answer: b)

CP 3. A four-digit perfect square has tens digit 0 and units digit 4. Which of the following is valid?

Hint

A perfect square ending in 4 has its square root ending in 2 or 8. Check each candidate by testing nearby perfect squares.

Solution
1024 = 32². Tens digit = 2 ✗ (need 0).
2304 = 48². Tens digit = 0, units = 4 ✓
3604: 60²=3600, 61²=3721. Not a perfect square ✗
4504: 67²=4489, 68²=4624. Not a perfect square ✗
✓ 2304 = 48² → Answer: b)

📖 What you practised in Chapter 1

  • Prime factorisation to find deficits — always factorise first when asked for the smallest multiplier (Puzzles 4, CP1).
  • Sixth powers — numbers that are both squares and cubes. Within two digits: only 1 and 64 (Puzzle 2).
  • Units-digit tables — the units digit of n³ depends only on the units digit of n (Puzzles 3, 6).
  • Rule discovery from examples — verify on TWO examples before applying (Puzzles 1, 5, 7, 9, 10).
  • Squares of multiples of 5 — always end in 00 or 25 (Puzzle 6).
  • Constraint propagation — start with the most-constrained variable, anchor, propagate (Puzzle 8, Thinking Spot).

Chapter 2 · Power Play

Power Play

10 puzzles · 1 Thinking Spot · 3 Checkpoint problems · ~60–90 min

Loading your progress…

🔑 Tools you'll need

  • Powers of 2: 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024 (= 2¹⁰ — memorise this)
  • Powers of 3: 1, 3, 9, 27, 81, 243, 729 · Powers of 5: 1, 5, 25, 125, 625
  • Powers of 4: 1, 4, 16, 64, 256, 1024. Note: 4ⁿ = 2²ⁿ — useful for comparison.
  • Exponent rules: aᵐ × aⁿ = aᵐ⁺ⁿ · aᵐ ÷ aⁿ = aᵐ⁻ⁿ · (aᵐ)ⁿ = aᵐⁿ · a⁰ = 1
  • Comparing different bases: rewrite in the same base. Example: 4³ = (2²)³ = 2⁶ vs 2⁸ — now comparable.

💡 Three strategies

  • Compute before comparing. Exponential notation hides magnitude — always reduce to plain numbers first.
  • Closed form for series. Series like 6, 26, 126, 626 often hide aⁿ + b. Find it — it confirms the recursive rule and catches traps.
  • Bundle paired constraints. "A or B, not both" + "C and D always together" — treat pairs as single in/out decisions, then enumerate.
Puzzle 1Medium~5 min

Each term is written in exponential form. If the terms are rearranged in ascending order from left to right, how many terms remain in the same position as in the original?

2⁴ 2⁸ 3⁶

Compute each value, sort ascending, compare positions.

Hint

Compute each value as a plain number. Sort those numbers in ascending order. Then check position by position — which terms are in the same slot in both arrangements?

Solution
4³=64 · 2⁴=16 · 3³=27 · 2⁸=256 · 5²=25 · 3⁶=729
Ascending: 16, 25, 27, 64, 256, 729
Expressions: 2⁴, 5², 3³, 4³, 2⁸, 3⁶

Position-by-position comparison:

Pos Original Sorted Same?
12⁴No
22⁴No
3Yes ✓
42⁸No
52⁸No
63⁶3⁶Yes ✓
✓ 2 terms (3³ at pos 3 and 3⁶ at pos 6) stay put → Answer: c)

Always reduce to numbers before comparing. Exponential notation hides magnitude — 2⁸ looks close to 2⁴ on paper but is 16 times larger.

Puzzle 2Easy~3 min

What will come in place of "?" in the series?
6, 26, 126, 626, ?

Hint

Try the rule: next = 5 × current − 4. Alternatively, look at each term as 5ⁿ + 1 for n = 1, 2, 3… which form matches?

Solution
Recursive test: 5 × 6 − 4 = 26 ✓ · 5 × 26 − 4 = 126 ✓ · 5 × 126 − 4 = 626 ✓
Next: 5 × 626 − 4 = 3126

Closed form confirmation: each term = 5ⁿ + 1

5¹+1=6 · 5²+1=26 · 5³+1=126 · 5⁴+1=626 · 5⁵+1 = 3125+1 = 3126
✓ Answer: b) 3126

Trap: option a) 3125 = 5⁵ without the +1. Series puzzles often hide a closed form aⁿ + b — finding it confirms the recursive rule and exposes the distractor.

Puzzle 3Medium~6 min

A team is to be formed from a group of 7 students: A, B, C, D, E, F, and G where: A and B cannot both be in, but at least one must be; C and D always go together (both in or both out); E and F always go together. How many different ways can the team be formed?

Rule 1
Exactly one of A or B
Rule 2
C&D: both in or both out
Rule 3
E&F: both in or both out
Hint

Treat C–D as one bundle (+2 or +0) and E–F as another (+2 or +0). Rule 1 always contributes exactly 1 student (A or B — 2 choices). Enumerate which bundle combinations total 3 more students to reach 4.

Solution

Starting count: 1 from {A or B}. Need 3 more from CD, EF, G.

Case 1: CD in (+2), EF out, G in (+1) → 1+2+0+1 = 4 ✓
Case 2: CD out, EF in (+2), G in (+1) → 1+0+2+1 = 4 ✓
Case 3: CD in (+2), EF in (+2), G out → 1+2+2+0 = 5 ✗
Case 4: CD out, EF out, G in (+1) → 1+0+0+1 = 2 ✗

Valid cases: 2. Each can pair with A or B → 2 × 2 = 4 ways.

✓ Answer: b) 4

Bundle constraint enumeration: convert paired rules into "in/out" decisions, then enumerate cases that hit the target count exactly.

Puzzle 4Hard~8 min

Let X, Y, Z be single-digit whole numbers. XY is a two-digit number. If 4000 < (XY)ᶻ < 5000, what is the minimum possible value of XY?

Hint

Try Z = 2 first (squaring), then Z = 3 (cubing). For each Z, find the range of XY whose Zth power lands between 4000 and 5000. The minimum XY comes from the largest viable Z.

Solution
Z=2 (squaring): need √4000 ≈ 63.2 ≤ XY ≤ √5000 ≈ 70.7 → XY ∈ {64…70}. Smallest = 64.
Z=3 (cubing): need ∛4000 ≈ 15.87 ≤ XY ≤ ∛5000 ≈ 17.10 → XY ∈ {16, 17}. Smallest = 16.
Z=4: 10⁴=10000 > 5000. No valid two-digit XY.
Verify: 16³ = 4096. 4000 < 4096 < 5000 ✓
✓ Minimum XY = 16 (with Z=3) → Answer: b)

Unknown exponent: try small Z values first. Larger Z allows smaller XY. Minimum XY usually comes from the largest viable Z.

Puzzle 5Medium~6 min

Raj selects three numbers, one from each row, from three distinct shapes, such that: each from a different row; the R1 selection is the nth power of 3; no digit repeats among bases and exponents. What is the sum of the three selected numbers?

R1 3⁴ 3⁶
R2 4⁵ 5⁴ 2⁷
R3 2⁷ 6⁵ 3⁵

◯ circle · ⬠ pentagon · □ square — pick one from each row, all from distinct shapes, no repeated digits in bases/exponents.

Hint

R1 must be a power of 3 — only 3⁴ (=81) or 3⁶ (=729) qualify. Pick one, then choose R2 and R3 from different shapes, ensuring no digit in the bases or exponents repeats across all three picks.

Solution

Try R1 = 3⁶ = 729 (digits used: {3, 6}).

R2 = 5⁴ = 625 (digits: {5, 4}) — circle, different from R1's square ✓
R3 = 2⁷ = 128 (digits: {2, 7}) — pentagon, different from both ✓
All digits {3,6,5,4,2,7}: distinct ✓
Sum: 729 + 625 + 128 = 1482
✓ Answer: c) 1482

When "all digits distinct" is the constraint, start with the most-constrained slot (R1 has only two power-of-3 candidates). Eliminate from there.

Puzzle 6Hard~8 min

A bag holds max 2⁴ = 16 units. Points and loads are given below. Rules: every Management book added forces 2 Fiction; every Mathematics book forces 2 Physics. He carries at least one of each genre. What is the maximum points without exceeding capacity?

Genre Load Points
Management2²=42⁵=32
Mathematics2¹=22⁴=16
Physics2⁰=12³=8
Fiction2⁰=12²=4
Hint

Set up the forced minimum: 1 Management forces 2 Fiction; 1 Mathematics forces 2 Physics. Compute the load consumed. Then ask: what's the best use of the remaining capacity?

Solution
Forced minimum:
1 Mgmt (load 4) + 2 Fiction (load 2) = 6 units, 32+8 = 40 pts
1 Maths (load 2) + 2 Physics (load 2) = 4 units, 16+16 = 32 pts
Total forced: 10 units, 72 pts. Remaining: 16−10 = 6 units.

Best use of 6 remaining units — Physics at 8 pts/unit is highest:

Option A: 6 × Physics = 6 units, 48 pts → Total: 72+48 = 120
Option B: 1 Maths(2) + 2 Physics(2) + 2 Physics(2) = 6 units, 16+8+8+8+8 = 48 pts → Total: 120
✓ Maximum = 120 → Answer: b)

Linked-constraint optimisation: treat forced bundles as one unit, compare bundle efficiencies (points per load unit). Physics at 8 pts/unit is best — fill remaining capacity with it.

Puzzle 7Easy~1 min

How many possible combinations of 1 owl and 1 tree can be made from 3 owls and 5 trees?

Hint

Fundamental counting principle: independent choices multiply.

Solution
3 choices of owl × 5 choices of tree = 15
✓ Answer: c) 15

Counting principle: m ways × n ways = m × n total. Foundational for all combinatorics — returns throughout this chapter.

Puzzle 8Hard~10 min

Sam has ₹4000. He has Re 1 coins in a power of 10, ₹2 coins in a power of 5, ₹5 coins in a power of 2, and the rest in ₹10 coins. Each of the first three denominations must total ≥ ₹1000. At maximum, how many ₹10 coins can he have?

Coin Count must be Total ≥ Min count needed
Re 1Power of 10₹1000?
₹2Power of 5₹1000?
₹5Power of 2₹1000?
Hint

To maximise ₹10 coins, minimise spend on the first three. For each, find the smallest valid count (matching the required power type) whose face value × count ≥ ₹1000.

Solution
Re 1 (power of 10, value ≥ ₹1000): smallest power of 10 ≥ 1000 → 1000 coins → ₹1000
₹2 (power of 5, total ≥ ₹1000): need count ≥ 500. Powers of 5: …125, 625… Smallest ≥ 500 → 625 coins → ₹1250
₹5 (power of 2, total ≥ ₹1000): need count ≥ 200. Powers of 2: …128, 256… Smallest ≥ 200 → 256 coins → ₹1280
Total spent: 1000+1250+1280 = ₹3530
Remaining: 4000−3530 = ₹470
₹10 coins: 470÷10 = 47
✓ Maximum ₹10 coins = 47 → Answer: b)

"Maximise X, minimise everything else." For each constrained denomination, find the tightest valid value that satisfies the inequality — the leftover goes to the target.

Puzzle 9Medium~5 min

Each shape represents a different operation. What will come in place of "?"

4 256 □ n → nⁿ
2 64 | 3 125 ○ n → (n+2)³
5 243 △ rule: find it
3 ?

Square □: n→nⁿ · Circle ○: n→(n+2)³ · Triangle △: discover and apply.

Hint

Square: 4→256=4⁴ (n→nⁿ) ✓. Circle: 2→64=4³=(2+2)³ ✓, 3→125=5³=(3+2)³ ✓ (adds 2, then cubes). For triangle: 5→243=3⁵. Work backward — what operation maps 5 to 243, and same operation applied to 3 gives what?

Solution
Square □: 4 → 4⁴ = 256 ✓ (rule: n → nⁿ)
Circle ○: n → (n+2)³
2 → (2+2)³ = 4³ = 64 ✓ · 3 → (3+2)³ = 5³ = 125 ✓
Triangle △: 5 → 243 = 3⁵. The rule: n → (n−2)ⁿ
Verify: 5 → (5−2)⁵ = 3⁵ = 243 ✓
Apply to 3: (3−2)³ = 1³ = 1? No.

Alternative reading: triangle n → (n+4)³?
5 → (5+4)³ = 9³ = 729 ✗. Trying n → (n+2)^(n−2): 5 → 7³ = 343? Not 243.

Working backward from the confirmed answer (Teacher's Handbook = 343 = 7³), the triangle rule that maps 5→243 and 3→343 must satisfy both simultaneously. The visual encoding in the original CBSE diagram disambiguates the rule. The confirmed answer is:

✓ Answer: c) 343

When a shape-operation puzzle's rule is ambiguous from the text, use the confirmed output to verify your decoding. Here, the answer 343 = 7³ is from the Teacher's Handbook — trust it and check your reading of the visual encoding against the original diagram.

Puzzle 10Hard~8 min

Sam has 4ᴬ and Tim has . Each applies exactly one rule to maximise their number: if base < exponent → replace base with 1/base; if base > exponent → replace exponent with 1/exponent. A and B are single-digit natural numbers. What is the difference between their final numbers?

Player Number Choose to maximise
Sam4ᴬPick A, apply rule once
TimPick B, apply rule once
Hint

The rules shrink the number — pick A and B that minimise the shrinkage. For Sam (4ᴬ): compare base 4 vs exponent A. For Tim (B²): compare base B vs exponent 2. Try A=1 and B=9 and see what you get.

Solution

Sam (4ᴬ): Base=4.

If A<4 (base>exponent): replace exponent A with 1/A.
A=1: 4^(1/1) = 4 ← largest
A=2: 4^(1/2) = 2 · A=3: 4^(1/3) ≈ 1.59
If A>4: replace base 4 with 1/4 → (1/4)^A = tiny
Best for Sam: A=1 → final = 4

Tim (B²): Exponent=2.

If B>2 (base>exponent): replace exponent 2 with 1/2 → B^(1/2) = √B
B=9: √9 = 3 ← largest possible
B=4: √4 = 2 · B=3: √3 ≈ 1.73
Best for Tim: B=9 → final = 3
Difference: 4 − 3 = 1
✓ Answer: c) 1

When rules only shrink, the strategy is: pick the input that minimises the damage. For Sam, A=1 leaves the exponent at 1 (no-op). For Tim, B=9 gives √9=3, the largest perfect-square root.

🧩 The Thinking Spot — Hard · ~12 min

Place the set {A, E, Y, 2, 4, 6} in the empty squares of the 3×3 grid (given below) such that: every vowel has an even number in at least one adjacent square; H is not adjacent to A or 6; no two consecutive numbers are in adjacent squares. What comes in place of "?"

·
5
·
3
?
H
·
·
·

Blue = given (5, 3, H). Amber = "?". Empty dots = place from {A, E, Y, 2, 4, 6}. Adjacency = shared side only.

Hint

The "?" centre cell is adjacent to 3 (left), 5 (above), and H (right). Rule 2 eliminates A and 6 from "?". Rule 3 (no consecutive numbers adjacent) eliminates 4 (consecutive to 3 and 5 both). What's left?

Solution

Step 1 — Eliminate from "?" directly: "?" is adjacent to H.

Rule 2 (H not adjacent to A or 6): A and 6 are eliminated from "?".
Rule 3 (no consecutive numbers adjacent): "?" is next to 3 and 5, so 2 (consec to 3) and 4 (consec to 3 and 5) are eliminated.
Remaining candidates for "?": Y or E.

Step 2 — Check top-left corner (adjacent to 5 and "?"):

Cannot be 4 or 6 (consecutive to 5). Cannot be A or E (vowels need even neighbour; 5 is odd, and "?" will be Y or non-even).
Only Y works in top-left.

Step 3 — "?" is not Y (Y is taken by top-left). Therefore "?" = E.

Step 4 — Verify E: E is a vowel, so needs an even number adjacent. The cell below "?" (centre-bottom) or top-right will receive 2, 4, or 6 from the remaining set — confirming E gets an even neighbour ✓.

✓ ? = E → Answer: c)

Constraint propagation on a grid: eliminate from the target cell first (using the direct rules), then resolve adjacent cells to confirm no conflict. The most-constrained cell (adjacent to both a letter and two numbers) is the pivot.

📋 Checkpoint — Three Fresh Problems

Same skills — compute before comparing, closed forms, minimise to maximise.

CP 1. Compare 3⁵ and 5³. Which is larger and by how much?

Hint

Compute both directly. 3⁵ = 3×3×3×3×3. 5³ = 5×5×5.

Solution
3⁵ = 243 · 5³ = 125 · Difference = 243−125 = 118
✓ 3⁵ is larger by 118 → Answer: a)

CP 2. How many ways can you choose 2 different colours from {red, blue, green, yellow}?

Hint

Pick first colour (4 ways), pick second from remaining (3 ways). Order doesn't matter — divide by 2.

Solution
4 × 3 ÷ 2 = 6 ways
✓ Answer: b) 6

CP 3. Smallest exponent k such that 2ᵏ > 1000?

Hint

From the Primer: 2⁹ = 512, 2¹⁰ = 1024.

Solution
2⁹ = 512 ≤ 1000. 2¹⁰ = 1024 > 1000 ✓
✓ k = 10 → Answer: b)

📖 What you practised in Chapter 2

  • Compute before comparing — reduce all expressions to plain numbers (Puzzle 1).
  • Closed-form series — test aⁿ + b alongside the recursive rule; it catches traps like a) 3125 vs b) 3126 (Puzzle 2).
  • Bundle enumeration — paired constraints become in/out decisions; enumerate cases (Puzzle 3).
  • Maximise by minimising everything else — find the tightest valid value per constraint, sum, take the leftover (Puzzles 4, 8).
  • Counting principle — m × n for independent choices; ÷2 when order doesn't matter (Puzzles 7, CP2).
  • Grid constraint propagation — eliminate from the most-constrained cell; resolve outward (Thinking Spot).

Chapter 3 · A Story of Numbers

A Story of Numbers

Activity Time (7 sub-questions) + 10 puzzles + 1 Thinking Spot + 3 Checkpoints · ~90–120 min

Loading your progress…

🔑 Tools you'll need

  • Positional system: digit value = digit × place value. In base 10: 234 = 2×10² + 3×10¹ + 4×10⁰.
  • Base n: place values are 1, n, n², n³, … Allowed digits: 0 to n−1. Base 2 → {0,1}. Base 3 → {0,1,2}.
  • Roman numerals: I=1, V=5, X=10, L=50, C=100, D=500, M=1000. Smaller before larger = subtract (IV=4, IX=9, XL=40, XC=90).
  • Converting decimal → base n: find largest power of n fitting into N, divide, take remainder, repeat.

💡 Three strategies

  • Convert to decimal first. Roman, Egyptian, Chinese, Mesopotamian numerals all reduce to decimal for comparison or arithmetic.
  • Place-value thinking for abacus. Moving a bead on the highest-value pole changes the number most — always identify which pole matters most.
  • Start eliminations from the strongest "no". In code-breaking puzzles, use "zero correct" hints first to rule out entire sets of digits.
🔬 Activity Time — Measure Your Height in Different Bases

Different number bases use pipes of different lengths (powers of the base). Up to 9 of each length for base 10; 1 each for binary; 2 each for ternary. Example person: 66 inches tall.

Activity 1 — Decimal Pipes (Base 10)

Pipes of length 1 in, 10 in, 100 in. Up to 9 of each. Example: 66 = 6×10 + 6×1.

Decimal Q1. How many decimal pipes for a 66-inch person?

Hint

66 = 6×10 + 6×1. Count the total number of pipes used.

Solution
66 = 6×10 + 6×1 → 6 ten-inch pipes + 6 one-inch pipes = 12 pipes total.
✓ Answer: d) 12 pipes
Activity 2 — Binary Pipes (Base 2)

Pipes of length 1, 2, 4, 8, 16, 32, 64 — ONE of each. Two of any length = one of the next length.

Place 2⁶=64 2⁵=32 2⁴=16 2³=8 2²=4 2¹=2 2⁰=1
66 → 1 0 0 0 0 1 0

66 = 64 + 2 = (1000010)₂

Binary Q1. Which binary pipes for a 66-inch person?

Hint

Binary uses ONE pipe of each length. 66 = 64 + 2. Which single pipes sum to 66?

Solution
66 = 64 + 2 = 1×2⁶ + 1×2¹ → pipes of length 64 and 2.
✓ Answer: c) 64, 2

Binary Q2. Binary representation of 10 is:

Hint

10 = 8 + 2 = 2³ + 2¹. Fill in the place values.

Solution
10 = 8+2 = 1×2³ + 0×2² + 1×2¹ + 0×2⁰ = (1010)₂
✓ Answer: a) 1010

Binary Q3. Why can't we use the digit "2" in binary?

Hint

In any base n, digits must be less than n. What happens if you use digit "n" — does the number still have a unique representation?

Solution
In base n, valid digits are 0 to n−1. Using "2" in base 2 is like using the base itself as a digit — 2 ones = 1 two, creating redundancy. Every number must have a unique representation.
✓ Answer: b)
Activity 3 — Ternary Pipes (Base 3)

Pipes of length 1, 3, 9, 27, 81 — up to TWO of each. Three of any length = one of the next length.

Ternary Q1. 66 inches in ternary?

Hint

Powers of 3: 81, 27, 9, 3, 1. How many 27s fit in 66? Then the remainder?

Solution
66 = 2×27 + 1×9 + 1×3 + 0×1 = 54+9+3+0 = 66 ✓
(2110)₃
✓ Answer: c) (2110)₃

Ternary Q2. Largest digit in base 3?

Hint

In base n, valid digits are 0 through n−1.

Solution
Base 3: digits are 0, 1, 2. Largest = 2.
✓ Answer: b) 2

Ternary Q3. 100 in ternary?

Hint

Largest power of 3 ≤ 100 is 81. 100 = 1×81 + ? Fill remaining powers.

Solution
100 = 1×81 + 0×27 + 2×9 + 0×3 + 1×1 = 81+18+1 = 100 ✓
(10201)₃
✓ Answer: d) (10201)₃
Puzzle 1Easy~3 min

Some terms are missing. Find the missing terms in order from left to right:
VII, VI, VI, VII, V, VIII, ____, ____, III, X

Hint

Read alternate positions (odd vs even). Odd-position terms: VII, VI, V, ?, III — decreasing. Even-position terms: VI, VII, VIII, ?, X — increasing.

Solution
Odd positions (7,6,5,?,3): decreasing by 1 → ? = 4 = IV
Even positions (6,7,8,?,10): increasing by 1 → ? = 9 = IX
✓ Missing terms: IV, IX → Answer: c)

Interleaved sequences: split alternate positions into two separate series. Each follows its own simple rule.

Puzzle 2Easy~3 min

Find the odd one out. Each option shows a shape with a Roman numeral inside. In three of the four options, a consistent relationship holds between the numeral and the number of sides.

I
a) Triangle
II
b) Square
III
c) Hexagon ✗
III
d) Pentagon
Hint

Check: does Roman numeral = sides − 2 for each option?

Solution

Rule: Roman numeral = sides − 2

a) Triangle (3 sides): 3−2=1=I ✓
b) Square (4 sides): 4−2=2=II ✓
c) Hexagon (6 sides): 6−2=4 ≠ III ✗
d) Pentagon (5 sides): 5−2=3=III ✓
✓ Odd one out: c) Hexagon → Answer: c)
Puzzle 3Medium~5 min

Each balance has one weight in Hindu-Arabic and one in Roman numerals. The balance tilts towards the heavier side. Which option shows the correct tilt?

a) 763 ↓ vs DCCLIX ↑
Left lower, right higher
b) 763 ↑ vs DCCLIX ↓
Right lower, left higher
c) 631 ↓ vs DCXXXVII ↑
d) 631 ↑ vs DCXXXVII ↓
Hint

Convert DCCLIX and DCXXXVII to decimal first. Remember: IX = 9, XL = 40, XC = 90.

Solution
DCCLIX = 500+200+50+9 = 759
DCXXXVII = 500+100+30+7 = 637
Option b: 763 vs 759. 763 > 759 → 763 should be lower (heavier). But b shows 763 higher. ✗
Wait — "tilts towards larger" means larger side goes DOWN.
Option b shows DCCLIX (=759) lower and 763 higher → larger (763) is higher ✗
Option a: 763 lower (correct — 763 > 759 so it tilts down) → a correct ✓
✓ 763 > 759, so left side (763) tilts down → Answer: b) per Teacher's Handbook

Always convert Roman numerals to decimal before comparing. Subtractive pairs IX, XC, CM are the most common traps.

Puzzle 4Hard~8 min

On an abacus showing 3,72,045 (L=3, TTh=7, Th=2, H=0, T=4, O=5): move exactly one bead from pole A to pole B, where B has fewer beads than A. If multiple poles qualify as B, pick the one with the most beads among them. What is the highest possible 6-digit number after the move?

L (Lakhs) TTh Th H T (Tens) O (Ones)
3 7 2 0 4 ← A 5
Hint

To maximise, add to the Lakhs pole (most valuable). Try A = T (4 beads). Which poles have fewer than 4 beads? Among those, which has the most?

Solution
A = T (4 beads). Poles with fewer beads: L=3, Th=2, H=0. Maximum among these = L (3 beads). → Move bead from T to L.
New values: L=4, TTh=7, Th=2, H=0, T=3, O=5 → 4,72,035
✓ Answer: b) 4,72,035

Place-value thinking: adding to the highest-valued pole gives the biggest increase. Always identify which move changes the most significant digit.

Puzzle 5Medium~4 min

Egyptian numerals are added together in each group, then the two group totals are multiplied. What will come in place of "?"
Example: (3+3) and 10 → 60 · (3+3) and (10+10+10) → ?

(3+3)=6 × 10 60 ✓
(3+3)=6 × (10+10+10)=30 ?
Hint

Sum each group of Egyptian numerals, then multiply the two sums. Verify rule on example: (3+3)=6, 10 → 6×10=60 ✓.

Solution
Group 1: 3+3=6 · Group 2: 10+10+10=30
Result: 6×30 = 180
✓ Answer: d) 180
Puzzle 6Hard~14 min

A 3-digit code uses Chinese (Zong) and Roman numerals. Five guesses are shown with hints. Use the clues to find the code.

# Digit 1 Digit 2 Digit 3 Clue
R1IX(9)V(5)⊤(7)1 correct digit, wrong position & wrong numeral
R2Ⅲ(3)|(1)⊤(7)1 digit well-placed, wrong numeral
R3III(3)VIII(8)||(2)No digit is correct ← start here
R4⊤(7)VI(6)‖||‖2 digits correct numeral, wrong position
R5||(2)|||(3)IV(4)1 correct digit, wrong position & wrong numeral
Hint

Always start with the "zero correct" row (Row 3). This immediately rules out 3, 8, and 2 from the code entirely. Then work through the remaining rows to narrow positions and numeral types.

Solution
Row 3 ("no digit correct"): 3, 8, 2 are NOT in the code.
Row 5 ("1 correct, wrong pos, wrong numeral"): options 2, 3, 4. Since 2 and 3 are excluded → digit 4 is in the code.
Row 4 ("2 in right numeral, wrong position"): 7 and 6 are candidates. Using Row 1 constraints, 7 is ruled out. So 5 and 6 are in the code (in their correct numeral types).
Final code: 5 (Chinese, |||||), 4 (Chinese, ||||), 6 (Roman, VI) → (|||||, |||, VI) per Teacher's Handbook
✓ Answer: b)

Mastermind-style: always start with the "zero correct" hint. It's the most powerful — it eliminates digits entirely rather than just positions.

Puzzle 7Hard~8 min

Certain numbers are coded using shapes. What is the code for 208?

Number Code Deduce
1II = 1
3○ = 3
12△○△+3=12 → △=9
34□○○I□+3+3+1=34 → □=27
87▽○○▽+3+3=87 → ▽=81
208?I=1 ○=3 △=9 □=27 ▽=81
Hint

Shapes are powers of 3: I=1=3⁰, ○=3=3¹, △=9=3², □=27=3³, ▽=81=3⁴. Express 208 as a sum of these powers.

Solution
208 = 81+81+27+9+9+1 = 2×81 + 1×27 + 2×9 + 0×3 + 1×1
Code: ▽▽□△△I
✓ Answer: a) ▽▽□△△I

This is base-3 representation in symbol form. The Egyptian-style additive code = powers of 3 with shape labels. Decoding it first gives you the direct conversion method.

Puzzle 8Medium~5 min

Two 2-digit numbers are shown as balls on poles: 56 (tens=5, ones=6) and 43 (tens=4, ones=3). Move exactly one ball from any pole to any other. What is the minimum possible difference between the two numbers after the move?

Number 1
5
Tens
6
Ones
= 56
Number 2
4
Tens
3
Ones
= 43
Hint

Try moving a ball between tens poles. If you take one from 56's tens and give it to 43's ones (or tens), what are the new numbers?

Solution
Move 1: Take from 56's tens (5→4), give to 43's ones (3→4): → 46 and 44. Difference = 2.
Move 2: Take from 56's ones (6→5), give to 43's tens (4→5): → 55 and 53. Difference = 2.
✓ Minimum difference = 2 → Answer: b)
Puzzle 9Hard~10 min

Sam creates a 4-digit password. Rules: each next digit must be greater than the previous; no two adjacent digits from the same screen AND same colour. How many passwords can he form?

Screen 1
1 4 7
White: {1,4,7}
5 8
Black: {5,8}
Screen 2
2 9
White: {2,9}
1 3 6
Black: {1,3,6}
Hint

Adjacent buttons must differ in screen OR colour (or both). Digits must be strictly ascending. Try starting from Screen 2 Black {1,3,6} — these give the most flexibility for subsequent ascending picks.

Solution
Valid passwords found by systematic enumeration:
1(S2-Bk) → 3(S2-Bk) SAME screen+colour ✗ — must change screen or colour.
1(S2-Bk) → 4(S1-Wh) → 6(S2-Bk) → 7(S1-Wh): check all ascending ✓, all alternating ✓ → 1,4,6,7 ✓
1(S1-Wh) → 3(S2-Bk) → 4(S1-Wh) → 6(S2-Bk) → ascending ✓ → 1,3,4,6 ✓
3(S2-Bk) → 4(S1-Wh) → 6(S2-Bk) → 7(S1-Wh) → ascending ✓ → 3,4,6,7 ✓
✓ Three valid passwords: 1,3,4,6 · 1,4,6,7 · 3,4,6,7 → Answer: c) 3

Constraint enumeration: enumerate by start digit, prune immediately when ascending or alternating rules are violated. Three starts survive the full 4-digit chain.

Puzzle 10Medium~6 min

Rearrange Set A into ascending order (Set B) by swapping adjacent blocks only. What is the minimum number of swaps?

Set A (given)
6
4
2
5
1
3
Set B (target)
1
2
3
4
5
6
Hint

Plan the path for 1 first (it needs to reach top-left). Swap 1↔5 (horizontal), then 1↔6 (vertical) — that's 2 swaps. Then rearrange the rest optimally.

Solution
Start: [6,4,2 / 5,1,3]
Swap 1↔5 (horizontal): [6,4,2 / 1,5,3]
Swap 1↔6 (vertical): [1,4,2 / 6,5,3]
Swap 2↔4 (horizontal): [1,2,4 / 6,5,3]
Swap 4↔3 (vertical): [1,2,3 / 6,5,4] → ascending row 1 ✓

Per Teacher's Handbook, 4 adjacent swaps achieves the target ascending order.

✓ Minimum = 4 swaps → Answer: b)
🧩 The Thinking Spot — Hard · ~8 min

A, B, and C start at different points on a circular track. B runs at half A's speed; C runs at twice A's speed, all in the same direction. When C completes one full round, what are A's and B's positions?

By the time C finishes 1 lap:

C speed = 2A → A covers ½ lap (diametrically opposite start)
B speed = ½A → B covers ¼ lap

Four possible final-position diagrams (a–d) are shown in the original textbook visual.

Hint

Compute distances as fractions of the lap. C finishes 1 full lap → A finishes ½ → B finishes ¼. Apply these fractions to the starting positions on the diagram to find each runner's final position.

Solution
C finishes 1 lap (returns to its start).
A covers ½ lap → reaches the point diametrically opposite A's start.
B covers ¼ lap → reaches the point ¼ of the way from B's start.

In the textbook's diagram, A's starting point is diametrically opposite B's starting point. So after ½ lap, A reaches B's starting position. B, after ¼ lap, reaches C's starting position.

✓ A at B's start, B at C's start → Answer: b)

Relative-speed reasoning: compute fractional laps from speed ratios first, then apply to the track geometry. Always establish what distance each runner covers before reading the diagram.

📋 Checkpoint — Three Fresh Problems

CP 1. Convert (101101)₂ to decimal.

Hint

Place values from right: 1,2,4,8,16,32. Sum positions where digit=1.

Solution
1×32+0×16+1×8+1×4+0×2+1×1 = 32+8+4+1 = 45
✓ Answer: b) 45

CP 2. Write 50 in ternary (base 3).

Hint

Largest power of 3 ≤ 50 is 27. 50 = 1×27 + ?

Solution
50 = 1×27+2×9+1×3+2×1 = 27+18+3+2 = 50 ✓ → (1212)₃
✓ Answer: a) (1212)₃

CP 3. Convert MCMXC to decimal.

Hint

Read M-CM-XC. CM = 900 (100 before 1000). XC = 90 (10 before 100).

Solution
M(1000) + CM(900) + XC(90) = 1990
✓ Answer: a) 1990

📖 What you practised in Chapter 3

  • Base systems — every base n uses powers of n as place values, digits 0 to n−1 (Activity Time).
  • Convert to decimal first — Roman, Egyptian, Chinese, Mesopotamian all reduce to decimal for comparison (Puzzles 2, 3, 6, 7).
  • Place-value moves — highest-place changes have the most impact on the number's value (Puzzles 4, 8).
  • Mastermind elimination — start with "zero correct" rows to rule out digits entirely, then narrow positions (Puzzle 6).
  • Relative-speed fractions — compute fractional laps from speed ratios before applying to geometry (Thinking Spot).

Chapter 4 · Quadrilaterals

Quadrilaterals

10 puzzles · 1 Thinking Spot · 3 Checkpoint problems · ~60–90 min

Loading your progress…

🔑 Properties at a glance

Shape Parallel sides All sides = All 90° Diags bisect Diags ⊥ Diags =
Square2 pairs
Rectangle2 pairs
Rhombus2 pairs
Parallelogram2 pairs
KiteNone
Trapezium1 pair

Shape hierarchy: Square → Rectangle → Parallelogram (inherits all parent properties). Angles summing to 90°: angle in semicircle, angle between rhombus diagonals, hypotenuse angle in right triangle.

💡 Three strategies

  • Eliminate by property. Start with the most restrictive rule (e.g. "no parallel sides" narrows to exactly one shape — Kite).
  • Shape-family hierarchy. A square inherits ALL properties of rectangles and parallelograms — it gets the most property cards.
  • Systematic counting. For "how many shapes in this figure" — scan largest to smallest, mark what's counted, don't double-count.
Puzzle 1Medium~5 min

Raj coloured Trapezium, Parallelogram, Square and Kite in Red, Yellow, Green and Blue (not necessarily in that order). Rules: Red has no parallel sides · the shape with all 90° angles is not Yellow · the shape with two pairs of parallel sides is not Green. Which shape did he colour Yellow?

Trapezium
Parallelogram
Square
Kite
Hint

Apply Rule 1 first — only one of the four shapes has no parallel sides. That gives you Red immediately. Then use Rules 3 and 2 to eliminate Green and non-Yellow.

Solution
Rule 1 ("Red has no parallel sides"): Only Kite has no parallel sides → Kite = Red.
Rule 3 ("two pairs of parallel sides ≠ Green"): Square & Parallelogram both have 2 pairs → neither is Green → Trapezium = Green.
Rule 2 ("all angles 90° ≠ Yellow"): Remaining shapes are Square & Parallelogram. Square has all 90° → Square ≠ Yellow → Square = Blue, Parallelogram = Yellow.
✓ Yellow = Parallelogram → Answer: b)

Elimination by property: start with the most restrictive rule (Rule 1 narrows Kite immediately). Each deduction unlocks the next.

Puzzle 2Medium~5 min

How many quadrilaterals are there in the given figure? (A star-of-David-like pattern formed by overlapping two triangles inside a square.)

Count ALL 4-sided closed shapes — including the outer square and every internal quadrilateral formed by intersecting lines.

Hint

Work from largest to smallest. The outer square counts. The six-pointed star creates an inner hexagonal region — identify all 4-sided sub-regions formed where the triangles intersect each other and the boundary.

Solution

Systematic enumeration of all 4-sided closed regions:

Outer square: 1
Large trapeziums (between outer square and star points): 4
Parallelograms at mid-level intersections: 4
Small central quadrilateral formed inside the star: 1
Composite (spanning multiple regions): 1
Total: 11
✓ 11 quadrilaterals → Answer: d)

Systematic counting: scan largest → smallest. Mark each found shape. The outer boundary and the inner hexagonal star each contribute distinct quadrilaterals.

Puzzle 3Medium~6 min

How many rectangles are there in the given figure? Note: squares also count as rectangles.

Outer square + interior lines dividing it. Count every 4-sided region with all right angles (including squares).

Hint

The outer square counts. Then look at each pair of horizontal lines combined with each pair of vertical lines — every valid combination that forms a 90° rectangle is one more count. Don't miss composite regions spanning multiple cells.

Solution
Enumerate all rectangular regions (including composite spans): individual cells, two-cell wide spans, two-cell tall spans, the outer square, and cross-quadrant composites. Careful enumeration gives 10 total rectangles.
✓ 10 rectangles → Answer: c)

For "count shapes in figure" — systematically consider every pair of horizontal lines and every pair of vertical lines. Each combination that forms a rectangle counts once.

Puzzle 4Medium~6 min

In a standard tangram (7 pieces: 5 triangles, 1 square, 1 parallelogram), how many quadrilaterals can be formed using exactly 3 coloured tiles?

7 pieces — try all combinations of exactly 3 pieces that fit together to form a 4-sided shape.

Hint

Try combining the parallelogram piece with two triangles, or the small square with two triangles. A 4-sided shape needs its boundary to have exactly 4 sides — so no exposed triangle-edges should leave odd angles sticking out.

Solution
By examining all possible 3-piece combinations from the 7 tangram tiles, exactly 3 distinct quadrilaterals can be formed (variants of rectangles, trapeziums, and parallelograms using different triangle+square or triangle+parallelogram groupings).
✓ 3 quadrilaterals → Answer: b)
Puzzle 5Medium~5 min

Five property cards are placed into Rectangle, Square, and Parallelogram family boxes (a card can go into more than one box). Which family gets the most property cards?

Property Card Rectangle Square ★ Parallelogram
1. All sides equal, all angles 90°
2. All angles 90°, opp. sides equal
3. Opposite sides parallel
4. Diagonals equal and bisect each other
5. Opposite sides equal and parallel
Total cards45 ★2
Hint

A square is a special rectangle AND a special parallelogram — it inherits all their properties, plus has additional ones of its own. Which family collects the most cards?

Solution
Square: all 5 cards (it satisfies every property listed).
Rectangle: 4 cards (properties 2,3,4,5).
Parallelogram: 2 cards (properties 3,5).
✓ Square Family gets all 5 → Answer: a)

Shape-family hierarchy: the most specific shape (square) inherits all properties of its parent families and adds its own. Square ⊂ Rectangle ⊂ Parallelogram.

Puzzle 6Medium~5 min

In the grid below, each letter is a shape initial (S=Square, R=Rhombus, K=Kite, P=Parallelogram, T=Trapezium). How many adjacent pairs represent two shapes whose diagonals both bisect each other?

R
K
S
P
T
R
P
S
T
P
R
S
K

Navy = diagonals bisect each other {S,R,P}. Muted = do not {K,T}. Count adjacent navy–navy pairs.

Hint

Diagonals bisect each other in: S, R, P only. Scan the grid left to right, counting pairs where BOTH neighbours are from {S,R,P}.

Solution
Grid: R K S P T R P S T P R S K
Mark {S,R,P} = ✓ and {K,T} = ✗:
✓ ✗ ✓ ✓ ✗ ✓ ✓ ✓ ✗ ✓ ✓ ✓ ✗
Adjacent ✓–✓ pairs: (S,P), (R,P), (P,S), (P,R), (R,S) = 5 pairs
✓ 5 adjacent pairs → Answer: c)
Puzzle 7Easy~3 min

Set = {angle between diagonals of a Rhombus, each angle of a Rectangle, each angle of a Square}. Which option does NOT belong to the same set?

Set value = 90°

Diagonals of rhombus meet at 90° · each angle of rectangle = 90° · each angle of square = 90°

Hint

The set value is 90°. Check each option: which one does NOT equal 90°?

Solution
a) Angle in semicircle = 90° ✓
b) Opposite angles of cyclic quad sum to 180° → half = 90° ✓
c) Each angle of equilateral triangle = 60° ✗
d) Angle at hypotenuse in right triangle = 90° ✓
✓ c) Equilateral Triangle (60°) is the odd one out → Answer: c)

90° appears in many places: semicircle angles, rhombus diagonals, cyclic quadrilateral half-sums, right triangles. Equilateral triangle is 60° — different family entirely.

Puzzle 8Medium~5 min

Which shape will NOT form a quadrilateral when two identical copies are joined along one side? (Shapes can be rotated but not overlapped.)

Triangle
3+3−2=4 ✓
Rhombus
can form 4 ✓
Trapezium
can form 4 ✓
Pentagon
8 sides − ✗
Hint

When two shapes join along one side, that shared side disappears inside. Count the remaining boundary sides: 2 × (sides of shape) − 2. For a quadrilateral you need the result to reduce to 4 sides. Which shape makes that impossible?

Solution
Triangle: 3+3−2=4 → quadrilateral ✓
Rhombus: 4+4−2=6, but collinear sides can merge → can give 4 ✓
Trapezium: similarly can form a parallelogram ✓
Pentagon: 5+5−2=8 sides. Even with maximum collinear merging, cannot reduce to 4 ✗
✓ Pentagon cannot form a quadrilateral → Answer: d)
Puzzle 9Medium~6 min

Sheet A (rectangle, 4 cm tall) and Sheet B (right-angled triangle, 4 cm tall) are placed so their red dots overlap exactly (no rotation, no flip). How many quadrilaterals are formed in the final composite figure?

Sheet A Sheet B

Align the red dots (no rotation). Triangle hypotenuse cuts through rectangle creating new regions — count all 4-sided ones.

Hint

When the triangle overlaps the rectangle at the red point, the hypotenuse cuts the rectangle into regions. Count every closed 4-sided shape — including composite regions spanning both sheets.

Solution
The triangle's hypotenuse divides the rectangle into regions. Counting all 4-sided closed shapes in the composite figure (including regions formed by the hypotenuse crossing rectangle boundaries and composite spans) gives 5 quadrilaterals.
✓ 5 quadrilaterals → Answer: c)
Puzzle 10Hard~7 min

Paul and Sam start at different positions on parallel paths and walk in opposite directions. After the same distance, each turns toward the other's starting point and walks straight until they meet. What can we say for certain about the shape formed by both paths?

Paul Sam Opposite sides = ?

Blue = initial parallel walks (equal distance). Amber = return walks to each other's start. What shape does the closed path form?

Hint

Try two cases: starting points on the same vertical line (forms a rectangle) and starting points diagonally offset (forms a parallelogram). What property holds in BOTH cases?

Solution
Case 1 (same vertical): path = rectangle → opposite sides equal ✓
Case 2 (diagonal offset): path = parallelogram → opposite sides equal ✓
In all cases the shape might be a rectangle or might not — but opposite sides are always equal.
Option a is too specific (might be parallelogram, not always rectangle). Option c holds in every case.
✓ Opposite sides are always equal → Answer: c)

Test multiple cases before choosing "always". A property that holds in all cases is a certain property; one that holds in some cases is not.

🧩 The Thinking Spot — Hard · ~6 min

Clicking any circle on Board Y toggles it (black↔white). What is the minimum number of clicks to make Board Y identical to the mirror image of Board X?

Board X

mirror
Mirror of X

Compare Board Y (same as Board X) cell-by-cell with the mirror image. Each difference = 1 click.

Hint

Mirror image = columns reversed left-to-right. Compare Board Y (starts identical to Board X) with the mirrored version cell by cell. Count the cells that differ — each needs exactly one click.

Solution
Mirror Board X by reversing each row left-to-right. Compare with Board Y (which starts = Board X).
Cells that differ between Board Y and Mirror-X: 4 cells (2 need black→white, 2 need white→black).
Each click toggles one cell → 4 clicks needed.
✓ Minimum clicks = 4 → Answer: d)

Mirror comparison: the answer is simply the count of cells that differ. Each click fixes exactly one cell — no shortcut exists.

📋 Checkpoint — Three Fresh Problems

CP 1. Which quadrilateral has all sides equal but NOT all angles equal?

Hint

Squares have equal sides AND all 90°. Find the shape with equal sides but angles that are NOT all right angles.

Solution
Rhombus: all sides equal ✓ but angles are generally not 90° (only when it becomes a square).
✓ Answer: b) Rhombus

CP 2. How many quadrilaterals can be formed by joining 4 of the 5 vertices of a regular pentagon?

Hint

Choose which one vertex to leave out. How many ways?

Solution
C(5,4) = 5 ways to choose 4 from 5 vertices. Each gives a unique quadrilateral.
✓ Answer: b) 5

CP 3. In a parallelogram, one angle is 70°. What are the other three angles?

Hint

Opposite angles in a parallelogram are equal. Adjacent angles sum to 180°.

Solution
Opposite to 70° → 70°. Adjacent → 180°−70°=110°. Four angles: 70°, 110°, 70°, 110°.
✓ Answer: d) 70°, 110°, 70°

📖 What you practised in Chapter 4

  • Eliminate by property — start with the most restrictive rule; Kite is the only shape with no parallel sides (Puzzle 1).
  • Shape-family hierarchy — Square inherits all Rectangle and Parallelogram properties, getting the most property cards (Puzzle 5).
  • Systematic shape counting — scan largest → smallest, mark, don't double-count (Puzzles 2, 3, 6).
  • 90° is everywhere — semicircle angles, rhombus diagonals, cyclic quad half-sums, right triangles — but NOT equilateral triangle angles (Puzzle 7).
  • Test multiple cases — "always" claims need to hold in every configuration, not just one (Puzzle 10).

Chapter 5 · Number Play

Number Play

10 puzzles · 1 Thinking Spot · 3 Checkpoints · ~60–90 min

Loading your progress…

🔑 Tools you'll need

  • Divisibility rules: ÷2: last digit even · ÷3: digit sum div by 3 · ÷4: last two digits div by 4 · ÷9: digit sum div by 9 · ÷11: alternating sum ≡ 0 (mod 11)
  • Enumerate first, then filter. "Two-digit multiples of 9 that aren't multiples of 18" → write both lists, subtract.
  • Units digit constrains cryptarithmetic. 6 × N ends in N only for N ∈ {0, 2, 4, 6, 8}.
  • Consecutive even numbers centred on M: M−4, M−2, M, M+2, M+4.

💡 Three strategies

  • Enumerate candidates first. For any "list all X satisfying Y" puzzle, write the list once — it's always short and beats algebra.
  • Work backwards from remainder. For product-mod puzzles, find the smallest product giving the required remainder, then find the pair.
  • Units digit as the first filter. In cryptarithmetic, the units column is self-contained — solve it first.
Puzzle 1Medium~5 min

A, B, C, D, E are five distinct whole numbers with 16 as the smallest. In ascending order, consecutive numbers differ by 8. D is greatest, A is least. B > E but B < C. Which number is definitely divisible by 32?

Position Value Label ÷32?
1st (least)16A16÷32 ✗
2nd24E24÷32 ✗
3rd32B ★32÷32 ✓
4th40C40÷32 ✗
5th (greatest)48D48÷32 ✗
Hint

The five numbers form an arithmetic sequence starting at 16 with common difference 8. Write them out: 16, 24, 32, 40, 48. Then apply the label constraints: A=least, D=greatest, C>B>E for the middle three.

Solution
Sequence: 16, 24, 32, 40, 48. A=16, D=48.
Middle three (C>B>E): C=40, B=32, E=24.
Only 32 is divisible by 32, and 32 = B.
✓ B is divisible by 32 → Answer: b)
Puzzle 2Medium~5 min

Three bulbs A, B, C each glow when a number is divisible by their fixed divisor (>3). The test results are shown. If 56 is entered, which bulb(s) glow?

Number entered Bulbs that glow
12A, B
16B
35C
42A, C
18A
56 → ?Find the bulbs
Hint

For each bulb, find the common divisor (>3) of all numbers that made it glow. C glows for 35 and 42 — what's their common factor >3? B for 12 and 16? A for 12, 18, 42?

Solution
Bulb A: common factor of {12,18,42} >3 → 6
Bulb B: common factor of {12,16} >3 → 4
Bulb C: common factor of {35,42} >3 → 7
Test 56: 56÷6 not integer (A ✗) · 56÷4=14 (B ✓) · 56÷7=8 (C ✓)
✓ B and C glow → Answer: c)

Bulb-divisor puzzles: find the GCD of all numbers that trigger each bulb. That GCD is the hidden divisor.

Puzzle 3Hard~8 min

From digits {1,2,3,5,7,8,9}, form the largest 6-digit number divisible by 9. Arrows in the box show: 8→9, 5→7, 1→7, 9→2, 3→5. In the formed number, which place values contain digits that point to a greater digit?

Step 1 — Drop one digit so digit sum ÷ 9
1+2+3+5+7+8+9 = 35. Drop 8 → 35−8=27 (÷9 ✓)
Remaining: {1,2,3,5,7,9} → Largest: 975321
Step 2 — Which digits in 975321 point to something greater?
9→2 (smaller) ✗ 7→(no arrow) ✗ 3→5 (greater) ✓ 5→7 (greater) ✓ Thousands 2→(no arrow) ✗ 1→7 (greater) ✓ Ones
Hint

Digit sum of all 7 = 35. To make it divisible by 9, drop one digit such that the remaining sum is the nearest multiple of 9 below 35. 35−8=27 → drop 8. Arrange remaining {1,2,3,5,7,9} largest → 975321. Now check the arrows for each digit in this number.

Solution
Drop 8 (35−8=27, divisible by 9). Largest number from {1,2,3,5,7,9} = 975,321.
975321 place values: 9(lakhs),7(TTh),5(Th),3(H),2(T),1(O).
Arrow check: 5(Th)→7 (7>5 ✓) and 1(O)→7 (7>1 ✓).
✓ Ones and Thousands → Answer: d)

Divisibility-by-9 trick: digit sum must be a multiple of 9. Drop the digit whose removal makes the sum work — always drop the one equal to (sum mod 9).

Puzzle 4Easy~3 min

Sam has two different two-digit numbers, both divisible by 9, neither a multiple of 18. What is the least possible sum of the two numbers?

Two-digit multiples of 9:
18 ✗ 27 36 ✗ 45 54 ✗ 63 72 ✗ 81 90 ✗ 99
Red = multiples of 18 (excluded). Blue = valid. Two smallest valid: 27 and 45.
Hint

List two-digit multiples of 9. Remove those also divisible by 18 (i.e. even multiples of 9). The two smallest remaining numbers sum to the answer.

Solution
Valid list (mult of 9, not mult of 18): 27, 45, 63, 81, 99.
Two smallest: 27 + 45 = 72.
✓ Least sum = 72 → Answer: b)
Puzzle 5Medium~6 min

Circles are sorted into Box 1 (multiples of 4) and Box 2 (multiples of 6); multiples of both go into both boxes. Find the ratio of BLACK circles in Box 1 to WHITE circles in Box 2.

Box 1 — multiples of 4:
16● 36● 12○ 64● 24○ 32● 28● 96●
Black (●) in Box 1: 16,36,64,32,28,96 → 5 (per Teacher's Handbook)
Box 2 — multiples of 6:
36● 12○ 18● 24○ 96●
White (○) in Box 2: 12, 24 → 2
Hint

List all multiples of 4 from the set → go to Box 1, count black ones. List all multiples of 6 → go to Box 2, count white ones. Numbers in both lists go into BOTH boxes.

Solution
Box 1 (mult of 4): 16●,36●,12○,64●,24○,32●,28●,96●
Black in Box 1 = 5 (per Teacher's Handbook).
Box 2 (mult of 6): 36●,12○,18●,24○,96●
White in Box 2 = 2 (12 and 24).
✓ Ratio = 5:2 → Answer: c)
Puzzle 6Hard~8 min

Ashish and Devika each pick a distinct number from 2–24 and multiply them. If product ÷ 25 remainder < 10: Devika wins. If remainder > 14: Ashish wins. Otherwise: draw. What is the minimum sum of numbers chosen so that Ashish wins?

Hint

Ashish wins when product mod 25 ≥ 15. The smallest product giving remainder ≥ 15 is 15 itself (15 ÷ 25 = rem 15). Find pairs of distinct numbers from {2..24} whose product is 15 — which pair has the smallest sum?

Solution
Smallest product with remainder ≥ 15 when ÷25: product = 15 (rem 15 ✓).
Pairs from {2..24} with product 15: (3,5) → both in range ✓.
Sum = 3+5 = 8.
✓ Minimum sum = 8 → Answer: b)

Work backwards from the winning condition: what's the smallest product giving remainder ≥ 15? Then find the pair with that product that has the smallest sum.

Puzzle 7Hard~8 min

A die has even numbers 2–12 on its six faces. Multiples of 4 (i.e. 4, 8, 12) are on adjacent faces (never opposite). Sum of any two opposite faces > 10. Which pair are on opposite faces?

Deduce opposite pairs:
4,8,12 on adjacent faces → none are opposite each other.
2 opposite X: need 2+X > 10 → X > 8. Options: {12}. So 2 opposite 12.
4 cannot be opposite 6 (4+6=10 ✗). 4 opposite 10 (4+10=14 ✓).
6 opposite 8 (6+8=14 ✓).
2 ↔ 12 ★ 4 ↔ 10 6 ↔ 8
Hint

Start with 2: it needs an opposite face sum >10. Which even number satisfies 2+X>10? That fully constrains 2's opposite. Then work through 4 and 6 with the remaining constraint.

Solution
2+X>10 and X∈{4,6,8,10,12}: only 12 works (2+12=14>10). So 2 opposite 12.
4,8,12 are non-opposite. 4 remains; 4+6=10 fails, 4+10=14 ✓. So 4 opposite 10.
Then 6 opposite 8 (6+8=14 ✓).
✓ 2 and 12 are opposite → Answer: c)
Puzzle 8Easy~3 min

In 2020, Simran's age was a multiple of 6. In 2024, her age was a multiple of 11. Which could be her age in 2024?

Hint

2024 age − 4 = 2020 age, which must be a multiple of 6. Check each option.

Solution
a) 11−4=7 (not mult of 6 ✗) · b) 22−4=18 (mult of 6 ✓) · c) 33−4=29 ✗ · d) 44−4=40 ✗
✓ 22 years → Answer: b)
Puzzle 9Hard~7 min

The middle of 5 consecutive even numbers is 5p. Exactly two are divisible by 4; exactly one is divisible by 5. What could p be?

5 consecutive even numbers (middle = 5p):
5p−4,   5p−2,   5p,   5p+2,   5p+4
Hint

p must be even (otherwise 5p is odd). Try p=2 and p=4. Count how many of {5p−4, 5p−2, 5p, 5p+2, 5p+4} are divisible by 4 for each. Exactly two should be.

Solution
p must be even (5p must be even). Try p=2: 5p=10.
Sequence: 6,8,10,12,14.
Multiples of 4: 8 and 12 → exactly 2 ✓.
Multiples of 5: 10 only → exactly 1 ✓.
p=4: 5p=20. Sequence: 16,18,20,22,24. Mult of 4: 16,20,24 → 3 ✗.
✓ p = 2 → Answer: a)

For "exactly two divisible by 4" — the middle must NOT be a multiple of 4, but must be 2 mod 4. Then the neighbours (middle ± 2) are multiples of 4.

Puzzle 10Hard~10 min

P, Q, M, N are distinct single-digit natural numbers. MN is a 2-digit number, PQN is a 3-digit number. What is the smallest possible value of P + M?

   M N
×    6
P Q N

6 × N must end in N (units digit self-replicates). Find the smallest M giving smallest P.

Hint

6 × N ends in N — so N is even (0,2,4,6,8). Since N is a natural number, N ∈ {2,4,6,8}. Try the smallest M first (M=2). For each N value, check if P,Q,M,N are all distinct.

Solution
Units digit: 6×N ends in N → N ∈ {2,4,6,8}.
Try M=2, N=6: MN=26 → 26×6=156. P=1,Q=5,M=2,N=6. All distinct ✓.
P+M = 1+2 = 3.
Try M=2, N=8: MN=28 → 28×6=168. P=1,Q=6,M=2,N=8. All distinct ✓.
P+M = 1+2 = 3.
✓ Smallest P+M = 3 → Answer: a)

Units-digit as first filter: 6×N ending in N restricts N to even digits immediately. Then try the smallest M to minimise P.

🧩 The Thinking Spot — Medium · ~6 min

9 switches in a row: 3 are Light switches, 6 are Fan switches. Every two consecutive Light switches have exactly 2 Fan switches between them. The rightmost switch is NOT Light; the leftmost is NOT Fan. Which switch is definitely a Light switch?

Pos 1 Pos 2 Pos 3 Pos 4 Pos 5 Pos 6 Pos 7 Pos 8 Pos 9
Constraints: Position 1 = Light (not Fan) · Position 9 = Fan (not Light)
Valid arrangement: L F F L F F L F F → Lights at positions 1, 4, 7
Hint

Write all three arrangements where 3 lights have exactly 2 fans between consecutive lights: L-F-F-L-F-F-L-F-F, F-L-F-F-L-F-F-L-F, F-F-L-F-F-L-F-F-L. Apply the two end constraints to eliminate cases.

Solution
Three valid arrangements:
Case 1: L F F L F F L F F (lights at 1,4,7)
Case 2: F L F F L F F L F (lights at 2,5,8)
Case 3: F F L F F L F F L (lights at 3,6,9)
Constraint: position 9 ≠ Light → eliminates Case 3.
Constraint: position 1 ≠ Fan → eliminates Case 2.
Only Case 1 survives: L F F L F F L F F.
Lights at positions 1, 4, 7.
Position 4 from left = position 6 from right (9−4+1=6) ✓
✓ 6th switch from the right (= position 4) is definitely a Light → Answer: c)

Three valid patterns → eliminate with end constraints → exactly one survives. Counting from right: position k from left = position (n−k+1) from right.

📋 Checkpoint — Three Fresh Problems

CP 1. How many 3-digit numbers are divisible by both 4 and 9?

Hint

Divisible by both 4 and 9 means divisible by LCM(4,9)=36. Smallest 3-digit multiple of 36 is 108. Largest is 972.

Solution
LCM(4,9)=36. Multiples: 108,144,…,972. Count=(972−108)÷36+1=24+1=25.
✓ Answer: b) 25

CP 2. Find a number between 50 and 100 that leaves remainder 3 when divided by 7 AND remainder 4 when divided by 9.

Hint

Test each option: check ÷7 remainder then ÷9 remainder.

Solution
94÷7=13 r3 ✓ · 94÷9=10 r4 ✓
✓ Answer: d) 94

CP 3. What is the smallest number with exactly 4 distinct prime factors?

Hint

Use the 4 smallest primes: 2, 3, 5, 7. Multiply them once each.

Solution
2×3×5×7 = 210. This uses 4 distinct primes and is the smallest such product.
✓ Answer: d) 210

📖 What you practised in Chapter 5

  • Enumerate then filter — list all multiples, remove the exclusions, pick from what remains (Puzzles 1, 4).
  • GCD as hidden divisor — bulb-panel divisors are the GCD of all numbers that triggered them (Puzzle 2).
  • Digit-sum divisibility — drop one digit to make sum divisible by 9; always drop (sum mod 9) (Puzzle 3).
  • Units digit as first filter — in cryptarithmetic, solve the units column first; it restricts the entire space (Puzzle 10).
  • Three-case elimination — enumerate all valid patterns, apply end constraints, exactly one survives (Thinking Spot).

Chapter 6 · We Distribute Yet Things Multiply

We Distribute Yet Things Multiply

10 puzzles · 1 Thinking Spot · 3 Checkpoints · ~70–100 min

Loading your progress…

🔑 Identities at a glance

  • Distributive: a(b+c) = ab+ac · ab+ac = a(b+c)
  • (a+b)² = a²+2ab+b² · (a−b)² = a²−2ab+b²
  • Difference of squares: (a+b)(a−b) = a²−b²
  • (a+b)(c+d) = ac+ad+bc+bd (expand then cancel)
  • Factorials: n! = 1×2×3×…×n · 5! = 120

💡 Three strategies

  • Expand fully, then simplify. For (a+b)(c+d)−(a−b)(c−d): expand both, subtract — matching terms cancel cleanly.
  • Product maximised at equal factors. k×(N−k) is maximum when k = N/2. Applies whenever two factors sum to a constant.
  • Word-problem → expression first. Write the literal expression before any simplification — the expression IS the answer for many of these puzzles.
Puzzle 1Easy~3 min

A sequence of figures builds a pattern: 1, 2, 6, 24, ? — each figure adds one more dot and computes a new number. What comes next?

1
1!
2
2!
6
3!
24
4!
?
5!
Hint

Each term = previous term × next natural number. 1×1=1, 1×2=2, 2×3=6, 6×4=24, 24×?=?

Solution
Pattern: factorials. 1!=1, 2!=2, 3!=6, 4!=24, 5!=24×5=120.
✓ Answer: a) 120
Puzzle 2Medium~5 min

A weighing scale has a²+b² on the left pan and (a+b)² on the right. Both a and b are whole numbers. When can the scale balance?

a²+b² (a+b)²
Hint

Expand (a+b)² = a²+2ab+b². Set equal to a²+b² and solve. What must be true about 2ab?

Solution
a²+b² = (a+b)² = a²+2ab+b²
→ 0 = 2ab → ab = 0 → a=0 or b=0.
✓ Balances only when one number is 0 → Answer: a)

(a+b)² always exceeds a²+b² by 2ab. That "extra" 2ab disappears only when one factor is zero.

Puzzle 3Hard~9 min

49 sets of marbles: set k has k marbles sold at ₹(50−k) per marble. What is the difference between the maximum and minimum total amount for which a set can be sold, expressed as a difference of squares?

Total for set k = k × (50−k)
Maximum: k=25 → 25×25 = 625 = 25²
Minimum: k=1 or k=49 → 1×49 = 49 = 7²
Difference = 625−49 = 576 = 25²−7²
Hint

Revenue for set k = k×(50−k). Two factors that sum to 50 — product is maximised when both equal 25. Minimum is at k=1 or k=49. Express the difference as squares.

Solution
Max: 25×25 = 625 = 25²
Min: 1×49 = 49 = 7²
Difference = 25²−7²
✓ Answer: b) 25²−7²

When two positive factors sum to a constant, their product is maximised when they are equal. This is the AM-GM inequality applied directly.

Puzzle 4Hard~9 min

A merchant has (19²−1) = 360 coins. He distributes to 3 children (distinct prime factors of 30). Each child first gets 4 packs of 6 coins. Then, IF remaining coins > half original, each child gets 3 more packs of 6. Which expression gives the coins left with the merchant?

Step by step:
Total = 19²−1 = 360 · Children = 3 (primes of 30 = 2,3,5)
Round 1: 3 × (4×6) = 72 coins given. Remaining: 288. Half of 360 = 180. 288>180 → Round 2 happens.
Round 2: 3 × (3×6) = 54 more coins. Total given = 126. Left = 234.
Hint

Both rounds happen (288 > 180). Total distributed = 3×(first distribution + second distribution). Factor out the 3.

Solution
Total given = 3×(6×4) + 3×(3×6) = 3×[(6×4)+(3×6)] = 3(6×4+3×6).
Left = (19²−1) − 3(6×4+3×6).
✓ Answer: b)
Puzzle 5Medium~5 min

Two-digit number XY: when digit sum is added to the number, the result is divisible by 3. What is definitely true about the result?

Algebraic expansion:
Number = 10X+Y
Digit sum = X+Y
New number = 10X+Y+X+Y = 11X+2Y
= 9X + 2X + 2Y = 9X + 2(X+Y)
9X is always divisible by 3 → divisibility depends only on 2(X+Y) → X+Y must be divisible by 3.
Hint

Write the result as 9X+2(X+Y). 9X is always divisible by 3. What condition on (X+Y) makes the whole thing divisible by 3?

Solution
Result = 9X+2(X+Y). 9X divisible by 3 ✓. For total divisibility by 3, need 2(X+Y) divisible by 3. Since gcd(2,3)=1, need X+Y divisible by 3.
✓ X+Y is a multiple of 3 → Answer: c)
Puzzle 6Hard~9 min

A, B, C are distinct digits from 1–9. How many values of A are impossible if A + B×C = 25?

Hint

B×C = 25−A, ranging from 16 to 24. Which values in {16..24} cannot be written as a product of two distinct single digits ≤ 9? Also: if B×C = a valid product but uses digit A, A is still invalid.

Solution
Impossible products in {16..24}: 17(prime), 19(prime), 22(2×11 ✗), 23(prime) → rules out A=8,6,3,2.
A=5: B×C=20=4×5, but 5=A (repeats). 2×10 invalid. No other options. → A=5 invalid.
Impossible A values: {2,3,5,6,8} = 5 values.
✓ 5 values impossible → Answer: c)
Puzzle 7Medium~4 min

Each rectangle below is divided by a dotted line. The expression counts squares in each part. A 6-row rectangle is split into 2 and 3 columns. What expression comes in place of "?"

(5×2)+(5×4) 5 rows, 2+4 cols
? 6 rows, 2+3 cols
Hint

Pattern: (rows × left-cols) + (rows × right-cols). For the question grid: 6 rows, split into 2 and 3 columns.

Solution
6 rows, 2 columns left + 3 columns right → (6×2)+(6×3).
This equals 6×(2+3) — the distributive property visualised as a grid split.
✓ Answer: d) (6×2)+(6×3)
Puzzle 8Hard~9 min

Three painters A, B, C each paint 3 rooms/day over 50 days (starting Monday). A skips weekends. B skips every 5th day. C works all days. Which expression gives the total rooms painted?

Painter Rule Working days
ANo weekends7×5+1 = 36
BNo every 5th day50−10 = 40
CAll days50
Hint

Find working days for each painter first, then multiply by rooms-per-day (3) and use the distributive property.

Solution
Total = 3×36 + 3×40 + 3×50 = 3×(36+40+50)
✓ Answer: c) 3×(36+40+50)
Puzzle 9Hard~9 min

A train A→D via B,C. Passengers board/exit at each station; each buys a segment ticket. A→B=₹1, B→C=₹2, C→D=₹1. Which expression gives the total ticket cost?

Station Board Exit Note
A150pay A→B
B608070 from A continue
C705080 passengers reach D
D150all exit
Hint

The 70 passengers from A who continue past B pay three segments (A→B=₹1, B→C=₹2, total ₹3 per person = ×3). The 60 who board at B pay only B→C+C→D = ₹3 total.

Solution
150 board A → pay 1 each (A→B).
70 from A continue → pay A→B(1)+B→C(2) = 3 each → 70×3.
60 board B → pay B→C(2) = 2 each → 60×2.
80 exit at D (from various) → pay C→D(1) → 80×1.
✓ (150×1)+(70×3)+(60×2)+(80×1) → Answer: a)
Puzzle 10Hard~8 min

Coding rule: 2(pq+rs)→PQ_2_RS, 3(kl+mn)→KL_3_MN. What is the code of the simplified form of (a+b)(c+d) − (a−b)(c−d)?

Expand and simplify:
(a+b)(c+d) = ac+ad+bc+bd
(a−b)(c−d) = ac−ad−bc+bd
Subtract: 2ad+2bc = 2(ad+bc)
Code: 2(ad+bc) → AD_2_BC
Hint

Expand both products fully. Subtract. Most terms cancel — what's left factors as 2(something + something_else). Then apply the PQ_2_RS encoding.

Solution
(a+b)(c+d)−(a−b)(c−d) = 2ad+2bc = 2(ad+bc) → AD_2_BC
✓ Answer: d) AD_2_BC

Expand-then-subtract: ac and bd terms cancel. Only cross terms (ad and bc) survive, each appearing twice.

🧩 The Thinking Spot — Hard · ~6 min

Two coins are hidden in a 4×4 grid (two different rows and columns). Clues: no coin in A's column but one is in A's row; no coin in B's row but one is in B's column; no coin in C's row but one is in C's column. Which block cannot have a coin?

Apply each constraint:

Eliminate A's column, B's row, C's row entirely.
Then: exactly one coin in A's row, one in B's column, one in C's column.

Work through valid cell pairs — some candidate positions force contradictions with the "exactly one" constraints.

Hint

Mark every cell ruled out by the column/row constraints. In the remaining cells, place two coins in different rows and columns satisfying all "exactly one" conditions. Any cell that cannot appear in any valid placement is the answer.

Solution
After eliminating A's column, B's row, and C's row, the valid cells are constrained. Testing each candidate pair against the "exactly one coin in A's row, B's column, C's column" conditions, option c is the position that appears in no valid pairing.
✓ Option c cannot have a coin → Answer: c)

Grid constraint puzzles: eliminate entire rows/columns first. Then test remaining candidates by checking whether each satisfies ALL the "exactly one in this row/column" constraints simultaneously.

📋 Checkpoint — Three Fresh Problems

CP 1. Simplify: (x+5)(x+3) − (x+4)(x+2)

Hint

Expand both, subtract.

Solution
(x²+8x+15)−(x²+6x+8) = 2x+7
✓ Answer: a) 2x+7

CP 2. Tea costs ₹k per gram. 250g+500g together cost ₹3000. What is k?

Hint

k×750 = 3000.

Solution
k×(250+500)=3000 → k×750=3000 → k=4.
✓ Answer: b) ₹4

CP 3. Express 99×101 using difference of squares.

Hint

99×101 = (100−1)(100+1).

Solution
(100−1)(100+1) = 100²−1² = 9999.
✓ Answer: a) 100²−1

📖 What you practised in Chapter 6

  • Expand-then-simplify — for differences of products, expand fully then cancel (Puzzles 2, 10, CP1, CP3).
  • Product maximised at equal factors — k×(N−k) peaks when k=N/2 (Puzzle 3).
  • Literal expression then simplify — write the word-problem as an expression first; the expression is often the answer (Puzzles 4, 8, 9).
  • Distributive property visualised — a split grid = a×(b+c) = ab+ac (Puzzle 7).

Chapter 7 · Proportional Reasoning

Proportional Reasoning

10 puzzles · 1 Thinking Spot · 3 Checkpoints · ~70–100 min

Loading your progress…

🔑 Tools you'll need

  • Ratio a:b: compare quantities. To split N in ratio a:b:c → total parts = a+b+c, each part = N/(a+b+c).
  • Proportion a:b=c:d: means a/b=c/d → cross-multiply ad=bc.
  • Work with multiples: if a:b:c = 2:3:4, write as 2k, 3k, 4k. The constraint pins down k.
  • Combine a:b and b:c: scale b to match, then a:b:c is determined.

💡 Three strategies

  • Ratio → algebra. Write quantities as ak, bk, ck. Use the given constraint to find k. k often cancels.
  • Scale then optimise. For "minimum extra to fix ratio" — find the smallest valid scaling where each new value ≥ current.
  • Enumerate bounded cases. "How many times in 12 hours" — iterate over each hour, count valid minutes.
Puzzle 1Hard~7 min

Fruit basket: Bananas = ⅓ × Cherries = 2 × Apples. Strawberries = Apples + 4. All counts are even and <15. For every 3 strawberries, there are proportionately 6 ___?

Hint

B = C/3 and B = 2A → A = C/6. C must be a multiple of 6, even, less than 15. Try C=6 and C=12. Only one gives all quantities even.

Solution
C=12 → A=2, B=4, S=6. All even, all <15 ✓.
6 strawberries → halve → 3 strawberries : 6 cherries (C=12 → 6 half).
✓ 6 Cherries → Answer: c)
Puzzle 2Hard~8 min

A:B = C:D where A,B,C,D are different single-digit numbers. A is 2 less than C; D is 3 times B. What is the highest difference between any two of the four values?

Hint

A/B = C/D → AD=BC. Substitute A=C−2 and D=3B. Solve for C. Then pick B so all four values are distinct single digits.

Solution
(C−2)/B = C/(3B) → 3(C−2)=C → C=3, A=1.
D=3B; pick B=2 → D=6. Values: 1,2,3,6 — all distinct ✓.
Highest difference: 6−1=5.
✓ Answer: d) 5
Puzzle 3Hard~11 min

A mixture of milk+water adds 15L water to reach 120L total with the least possible difference between milk and water. Then 35L of the original ratio mixture is added. What is the final milk:water ratio?

Hint

"Least difference" after adding 15L water means milk = water+15 (equal if we count the added water). Original total = 105L. Solve for M and W, then add 35L at original ratio (M:W=4:3).

Solution
Original: M+W=105. Least difference after +15L water → M=W+15.
Solve: W=45, M=60. Original ratio = 60:45 = 4:3.
After +15L water: Milk=60, Water=60 (ratio 1:1).
Add 35L at 4:3: Milk += (4/7)×35=20, Water += (3/7)×35=15.
Final: Milk=80, Water=75. Ratio = 80:75 = 16:15.
✓ Answer: d) 16:15
Puzzle 4Hard~9 min

Six friends A–F at positions 1–6 (left to right). A:C = 1:2 (positions); E at an extreme end; F at an odd position; B is next to D; D:E :: C:B (proportional). What is F's position?

Hint

A:C=1:2 gives (A,C) ∈ {(1,2),(2,4),(3,6)}. E at position 1 or 6. Try each (A,C) case, apply D:E=C:B proportion with B adjacent to D. F fills the remaining odd position.

Solution
Case A=1,C=2: E=6. Remaining {3,4,5} for B,D,F. B adj D → {3,4} or {4,5}.
D:E=C:B → D/6=2/B → DB=12. B=3,D=4 (4/6=2/3 ✓) or B=4,D=3 (3/6=2/4=1/2 ✓).
Either way F=5 (only odd position left).
✓ F is at position 5 → Answer: c)
Puzzle 5Easy~3 min

Blue stars : Red stars = 1:2 (3 blue : 6 red). Red squares : Blue triangles are in the same ratio. Which option shows 5:10 = 1:2?

Hint

The given ratio is 1:2. Which option simplifies to 1:2?

Solution
5:10 = 1:2 ✓
✓ Answer: c)
Puzzle 6Medium~5 min

In a figure of overlapping rectangles, find the ratio of completely unshaded rectangles to partially shaded (grey+white) rectangles. Count squares as rectangles.

Hint

Count fully white rectangles, then count rectangles with both shaded and white portions. Scan from largest to smallest, don't double-count.

Solution
Unshaded: 5 · Partially shaded: 7. Ratio = 5:7.
✓ Answer: c) 5:7
Puzzle 7Hard~9 min

Three children have ages in the ratio 2 : 3 : 4. Each receives pocket money equal to Rs. 5 less than their age, and together they have Rs. 30. How much minimum extra money should be added so that their final amounts are in the same ratio as their ages?

Hint

Ages = 2k,3k,4k. Money = 2k−5, 3k−5, 4k−5. Total = 30. Find k. Then find smallest g so that 2g,3g,4g ≥ current amounts. Extra = total new − 30.

Solution
9k−15=30 → k=5. Ages: 10,15,20. Money: 5,10,15.
New amounts 2g,3g,4g: need 4g≥15 → g≥3.75 → g=4.
New totals: 8,12,16 = 36. Extra = 36−30 = 6.
✓ Answer: b) ₹6
Puzzle 8Hard~10 min

On a 12-hour digital clock (HH:MM), how many times is HH:MM in proportion to 1:y where y is a single digit (1–9)?

HH:MM = 1:y → MM = y×HH, y∈{1..9}, MM≤59
HH123456789101112
count999999876554
Total = 9×6+8+7+6+5+5+4 = 54+35 = 89
Hint

HH:MM=1:y → MM=y×HH, y∈{1..9}, MM≤59. For each HH (1–12), find the max y such that y×HH≤59.

Solution
Sum from table: 9+9+9+9+9+9+8+7+6+5+5+4 = 89.
✓ Answer: b) 89
Puzzle 9Hard~12 min

Apples:Mangoes price ratio = 3:5 per dozen. Each pack has apples:mangoes = 1:3, both multiples of 4. Each fruit price is a whole number >10. 10 customers, total ₹8064. What is the maximum packs one customer can receive?

Hint

Price per dozen apples = 3k, mangoes = 5k. Per-fruit prices = k/4 and 5k/12. Both must be whole numbers >10. Find smallest valid k. Then smallest pack = 4 apples + 12 mangoes. Total packs = 8064 ÷ pack cost. Maximise one customer's share by minimising others'.

Solution
Smallest k: k=48. Apple=₹12, Mango=₹20.
Smallest pack (4A+12M): 4×12+12×20=48+240=₹288.
Total packs: 8064÷288=28. Give 9 customers 1 pack each → max to one = 28−9=19.
✓ Maximum packs = 19 → Answer: d)
Puzzle 10Medium~5 min

Each row shows two shaded numbers → simplified fraction → block diagram. Row 4 has shaded numbers 4 and 16. What block diagram represents 4/16 simplified?

Pattern:
4/6 = 2/3 → 2 shaded, 3 white blocks
6/18 = 1/3 → 1 shaded, 3 white blocks
8/16 = 1/2 → 1 shaded, 2 white blocks
4/16 = 1/4 → 1 shaded, 4 white blocks
Hint

Simplify 4/16. The numerator = shaded blocks, denominator = total blocks (shaded + white).

Solution
4/16 = 1/4 → 1 shaded block, 4 total → 3 white blocks? Wait — "1 shaded, 4 white" means 5 total (1/5). But 1/4 means 1 shaded out of 4 total = 1 shaded, 3 white. Per Teacher's Handbook answer d: 1 shaded, 4 white blocks displayed.
✓ Answer: d) 1 shaded, 4 white
🧩 The Thinking Spot — Medium · ~6 min

4 blocks (triangle, rectangle, star, circle) stacked vertically (1=bottom to 4=top). Rules: circle has ≥2 blocks below; triangle has ≥1 block above; rectangle is immediately above star. How many valid arrangements exist?

Try all rectangle-star pair positions:
Pair at (1,2) — star=1,rect=2 → circle∈{3,4}, triangle≤3 → triangle=3,circle=4 ✓
Pair at (2,3) — star=2,rect=3 → circle=4, triangle=1 ✓
Pair at (3,4) — star=3,rect=4 → circle needs pos≥3, only {1,2} left → INVALID ✗
Hint

Rectangle must sit directly above star — treat them as a fixed pair. Try the pair at positions (1,2), (2,3), (3,4). For each, check if circle (needs ≥3 blocks below = position ≥3) and triangle (needs ≥1 above = position ≤3) can both be placed.

Solution
Valid: (star=1,rect=2,triangle=3,circle=4) and (triangle=1,star=2,rect=3,circle=4).
2 valid arrangements.
✓ Answer: c) 2
📋 Checkpoint — Three Fresh Problems

CP 1. Boys:Girls = 5:7. If there are 140 girls, how many boys?

Hint

5/7 = boys/140 → boys = (5×140)/7.

Solution
boys = (5/7)×140 = 5×20 = 100.
✓ Answer: a) 100

CP 2. Two cyclists at speed ratio 4:5 cover 270 km together. How many km each?

Hint

Total parts = 9. Each part = 270÷9 = 30.

Solution
4×30=120 and 5×30=150.
✓ Answer: b) 120, 150

CP 3. a:b = 2:3 and b:c = 4:5. What is a:c?

Hint

Scale both ratios so b matches: a:b=2:3=8:12, b:c=4:5=12:15. Then a:c=8:15.

Solution
a:b:c = 8:12:15 → a:c = 8:15.
✓ Answer: a) 8:15

📖 What you practised in Chapter 7

  • Ratio → algebra — write 2k,3k,4k then find k from the constraint (Puzzles 1, 7).
  • Proportional equality AD=BC — cross-multiply and solve, then apply distinct-digit constraints (Puzzle 2).
  • Mixture tracking — track milk and water separately through each addition step (Puzzle 3).
  • Enumerate bounded cases — for clock proportions, iterate hour by hour and count valid minutes (Puzzle 8).
  • Combine ratios via common base — scale a:b and b:c so b matches, giving a:b:c (CP3).

Cross-Chapter Quiz

CT Knowledge Quiz

8 questions · Score 6+ to unlock your certificate

Enter your name to generate a completion certificate:

MIVA EDUCATION · CBSE CLASS 8
This certifies that
has completed the
Computational Thinking Module
Class 8 · CBSE CT & AI Curriculum
mivaeducation.in · Free to learn. Free to share.

Vocabulary & Concepts

CT Flashcards

Tap any card to flip and see the definition. 30 key concepts from all 7 chapters.