Page Number Digit Counting (Pages to Digits)
A storybook has 165 pages numbered consecutively from 1 to 165. How many individual printed digits were used in total to number all the pages of the book?
Construct a 3-tier segmented bar representing the place-value blocks and calculate the digit contribution for each tier.
- Draw Tier 1: Block of numbers [1 to 9] containing 9 pages. Each page has 1 digit: 9 × 1 = 9.
- Draw Tier 2: Block of numbers [10 to 99] containing 90 pages. Each page has 2 digits: 90 × 2 = 180.
- Draw Tier 3: Block of numbers [100 to 165] containing 165 − 99 = 66 pages. Each page has 3 digits: 66 × 3 = 198.
- Combine all three tier blocks: 9 + 180 + 198 = 387 digits.
Common pitfalls
- Calculating the count of 2-digit pages as 99 − 10 = 89 instead of 99 − 10 + 1 = 90 (fence-post error).
- Multiplying 165 directly by 3 (165 × 3 = 495), assuming every page has 3 digits.
- Counting pages 100 to 165 as 165 − 100 = 65 pages instead of 66.
Reverse Digit Counting (Digits to Pages)
A printer used 492 digits to number all the pages of a reference manual starting from page 1. How many numbered pages does the manual have in total?
Deplete a total bar of 492 digits step-by-step by carving out full lower-tier blocks until reaching the target page count.
- Start with total digit supply bar: 492.
- Carve out Tier 1 (pages 1 to 9): Remove 9 digits ⟹ 492 − 9 = 483 left.
- Carve out Tier 2 (pages 10 to 99): Remove 180 digits ⟹ 483 − 180 = 303 left.
- The remaining 303 digits belong entirely to 3-digit page blocks: 303 ÷ 3 = 101 blocks.
- Add the 101 pages to the 99 completed pages: 99 + 101 = 200 pages.
Common pitfalls
- Dividing 492 directly by 3 (492 ÷ 3 = 164), assuming all pages are 3-digit numbers.
- Adding 101 to 100 instead of 99, getting 201 pages.
- Subtracting 90 digits instead of 180 digits for the 2-digit range.
Torn-Out Sheet / Missing Page Numbers
A student accidentally tears out 1 single sheet of paper from a magazine that originally contained 40 consecutive numbered pages (pages 1 to 40). The sum of all the page numbers on the remaining pages is 749. What are the two page numbers printed on the torn-out sheet?
Pair the pages from both ends to calculate the complete sum, find the missing gap, and split the gap using a two-unit comparison model with a difference of 1.
- Sum of 40 pages using pairing: 20 pairs of (1 + 40 = 41) ⟹ 20 × 41 = 820.
- Missing page sum = 820 − 749 = 71.
- Draw two comparison bars for the two sides of the single sheet: Front page [u], Back page [u][1].
- Value of 2u = 71 − 1 = 70 ⟹ u = 35.
- Front page = 35, Back page = 35 + 1 = 36.
Common pitfalls
- Assuming a torn sheet can carry an even page on the front and an odd page on the back (e.g., pages 34 and 35), violating standard book pagination where recto is odd and verso is even.
- Using 40 × 40 = 1600 instead of the triangular summation formula n(n+1)2.
- Dividing 71 by 2 and rounding arbitrarily without checking consecutive integers.
Linear Matchstick / Border Tile Pattern
The pattern below shows a sequence of squares formed by matchsticks: Figure 1 uses 4 matchsticks to form 1 square. Figure 2 uses 7 matchsticks to form 2 connected squares. Figure 3 uses 10 matchsticks to form 3 connected squares. (a) How many matchsticks are needed to form Figure 45? (b) Which Figure number is made of 241 matchsticks?
Isolate the first base stick (fixed anchor) and observe that every additional square adds a 'C-shaped' group of 3 matchsticks.
- Deconstruct Figure 1: 1 initial vertical stick + 1 group of 3 sticks = 1 + 1(3) = 4.
- Deconstruct Figure 2: 1 initial vertical stick + 2 groups of 3 sticks = 1 + 2(3) = 7.
- Deconstruct Figure 3: 1 initial vertical stick + 3 groups of 3 sticks = 1 + 3(3) = 10.
- (a) Figure 45 has 1 initial stick + 45 groups of 3 sticks: 1 + (45 × 3) = 1 + 135 = 136 sticks.
- (b) For 241 sticks, remove the 1 initial stick: 241 − 1 = 240.
- Divide by group size of 3: 240 ÷ 3 = 80 groups ⟹ Figure 80.
Common pitfalls
- Multiplying figure number directly by 4 (45 × 4 = 180), ignoring shared internal matchsticks.
- Dividing 241 by 3 directly without subtracting the starting anchor stick of 1.
Quadratic / Square Array Pattern
A pattern of square tile arrays is shown: Figure 1 has a total of 4 tiles (2 × 2). Figure 2 has 9 tiles (3 × 3). Figure 3 has 16 tiles (4 × 4). (a) How many tiles are in Figure 25? (b) Which figure number consists of exactly 676 tiles?
Observe the dimensional expansion of the square grid by tracking row and column counts relative to the figure number.
- Notice the grid dimensions: Fig 1 is 2 × 2, Fig 2 is 3 × 3, Fig 3 is 4 × 4.
- Pattern rule: The side length of the square is always (Figure Number + 1).
- (a) Figure 25 side length = 25 + 1 = 26. Total tiles = 26 × 26 = 676.
- (b) To find figure for 676 tiles, find side length: √676 = 26.
- Deduct 1 from the side length: 26 − 1 = 25 ⟹ Figure 25.
Common pitfalls
- Squaring the figure number directly: 252 = 625 instead of (25+1)2 = 676.
- Confusing side length with figure number (stating Figure 26 instead of Figure 25).
Triangular Number Pattern (Staircase / Handshakes)
Dots are arranged in a triangular staircase formation: Figure 1 has 1 dot. Figure 2 has 3 dots (1 + 2). Figure 3 has 6 dots (1 + 2 + 3). Figure 4 has 10 dots (1 + 2 + 3 + 4). (a) How many dots are there in Figure 20? (b) If a figure has 120 dots, what is its figure number?
Double the triangular formation to form a rectangular grid of dimensions n × (n + 1), then take half the area.
- Join two identical Figure 1 triangles: forms a 1 × 2 rectangle of 2 dots ⟹ 2 ÷ 2 = 1.
- Join two identical Figure 2 triangles: forms a 2 × 3 rectangle of 6 dots ⟹ 6 ÷ 2 = 3.
- Join two identical Figure 3 triangles: forms a 3 × 4 rectangle of 12 dots ⟹ 12 ÷ 2 = 6.
- (a) For Figure 20: Double the dots to form a rectangle of 20 × 21 = 420. Divide by 2: 420 ÷ 2 = 210 dots.
- (b) For 120 dots: Double the dots to find the rectangle: 120 × 2 = 240.
- Find consecutive numbers that multiply to 240: 15 × 16 = 240. Figure number is the smaller number: 15.
Common pitfalls
- Treating the sequence as linear and attempting to find a constant difference (3 − 1 = 2, 6 − 3 = 3).
- Forgetting to multiply by 2 before factoring for part (b) (e.g., trying to factor n(n+1) = 120 to get n ≈ 10.4).
Periodic / Cyclic Remainder Pattern
A string of decorative beads is arranged in a repeating pattern: 2 Red, 3 Blue, 1 Yellow, 2 Green, followed by 2 Red, 3 Blue, 1 Yellow, 2 Green, and so on. (a) What is the colour of the 147th bead? (b) How many Blue beads are there in the first 200 beads?
Represent the sequence as standardized blocks of 8 beads and evaluate full blocks plus the partial residual block.
- Draw 1 Unit Block = [R][R][B][B][B][Y][G][G] (8 beads total, containing 3 Blue).
- (a) Find number of blocks in 147 beads: 147 ÷ 8 = 18 blocks with a remainder of 3 beads.
- Trace first 3 beads of the next block: [R], [R], [B] ⟹ 3rd bead is Blue.
- (b) Number of complete blocks in 200 beads: 200 ÷ 8 = 25 complete blocks.
- Each block contains 3 Blue beads: 25 × 3 = 75 Blue beads.
Common pitfalls
- Misinterpreting a remainder of 0 as the 0th bead instead of the very last bead of the cycle (Green).
- Miscounting the cumulative positions within the cycle (e.g., assuming Blue begins at position 2 instead of position 3).
Interleaved / Alternating Two-Tier Sequence
Consider the number sequence: 3, 20, 7, 24, 11, 28, 15, 32, … (a) What is the 49th number in the sequence? (b) What is the 50th number in the sequence?
Pair adjacent numbers (3, 20), (7, 24), (11, 28) … into 2-number compound groups to track rank easily.
- Group 1: (1st = 3, 2nd = 20).
- Group 2: (3rd = 7, 4th = 24).
- Group 3: (5th = 11, 6th = 28).
- Notice that in Group g, 1st number is 3 + (g − 1) × 4 and 2nd number is 20 + (g − 1) × 4.
- (a) 49th number is the 1st number of Group 25 (49 = 24 × 2 + 1): 3 + (24 × 4) = 3 + 96 = 99.
- (b) 50th number is the 2nd number of Group 25 (50 = 25 × 2): 20 + (24 × 4) = 20 + 96 = 116.
Common pitfalls
- Trying to find a single repeating rule between consecutive terms (+17, −13, +17, −13) and applying it 49 times.
- Using 49 as the multiplier rather than half of 49 rounded up (25 terms).
Shaded vs Unshaded Grid / Compound Border Pattern
Square grids are made of white (unshaded) and grey (shaded) unit square tiles: Figure 1 has a 1 × 1 white tile enclosed by 8 grey border tiles (Total 3 × 3 = 9). Figure 2 has a 2 × 2 white tile core enclosed by 12 grey border tiles (Total 4 × 4 = 16). Figure 3 has a 3 × 3 white tile core enclosed by 16 grey border tiles (Total 5 × 5 = 25). (a) Find the number of grey tiles in Figure 30. (b) Find the number of white tiles in a figure that has a total of 1600 tiles.
Segment the outer perimeter border into 4 side strips of length n plus 4 single corner tiles.
- Deconstruct Grey Border: 4 sides of length n plus 4 fixed corners = 4 × n + 4.
- (a) For Figure 30: Grey tiles = (4 × 30) + 4 = 120 + 4 = 124 tiles.
- (b) When total tiles = 1600: Side of full square = √1600 = 40.
- White inner square side length = 40 − 2 (subtract borders) = 38.
- White tiles = 38 × 38 = 1444 tiles.
Common pitfalls
- Confusing total grid side (n + 2) with inner white square side (n), calculating 402 or (40−1)2.
- Forgetting to add the 4 corner tiles when calculating the border: writing 4n instead of 4n + 4.
Consecutive Integer Window / Calendar Matrix
A 3 × 3 square window is placed over a monthly calendar page covering 9 dates. The sum of all 9 dates inside the window is 162. (a) What is the date in the center of the window? (b) What are the dates in the four corners of this 3 × 3 window?
Apply average balancing: the average of any symmetrically distributed arithmetic grid is equal to its central number.
- Because calendar numbers have uniform horizontal differences (+1) and vertical differences (+7), the 9 numbers are balanced around the center box.
- Average of the 9 numbers = 162 ÷ 9 = 18.
- (a) Center box = 18.
- (b) Find corner dates from center date 18:
- Go up 1 week (−7) and left 1 day (−1): 18 − 8 = 10 (Top-left).
- Go up 1 week (−7) and right 1 day (+1): 18 − 6 = 12 (Top-right).
- Go down 1 week (+7) and left 1 day (−1): 18 + 6 = 24 (Bottom-left).
- Go down 1 week (+7) and right 1 day (+1): 18 + 8 = 26 (Bottom-right).
Common pitfalls
- Assuming a calendar row steps by 7 instead of 1, confusing rows with columns.
- Dividing 162 by 4 to try to find the corners directly without finding the central anchor date.