Question
Observe the pattern:
Find the pattern, explain why it works, and predict: what is ?
Solution — Step by Step
Identify the pattern in the results
The results are: 1, 121, 12321.
Write them out digit by digit:
- : digits are 1
- : digits are 1, 2, 1
- : digits are 1, 2, 3, 2, 1
The pattern is clear: the digits rise from 1 up to the number of 1s in the multiplier, then fall back to 1 symmetrically. It's a "mountain" pattern of digits.
So should be 1234321 (digits 1, 2, 3, 4, 3, 2, 1).
Verify the prediction
Let's verify: .
✓
The pattern holds.
Understand WHY this works — using algebra
Write the number with ones as a sum:
So
So
This is elegant but requires long division to see the digit pattern. Let's use a more direct approach.
Understand via carrying — the real reason
When we multiply 111 × 111, we're summing three shifted copies of 111:
111
× 111
-----
111 (111 × 1, units place)
1110 (111 × 10, tens place)
11100 (111 × 100, hundreds place)
-----
12321
When we add these column by column:
- Units column: one 1 → sum = 1
- Tens column: two 1s → sum = 2
- Hundreds column: three 1s → sum = 3
- Thousands column: two 1s → sum = 2
- Ten-thousands column: one 1 → sum = 1
The columns get contributions from 1, 2, 3, 2, 1 ones — giving exactly the mountain pattern 12321.
For ones, each column gets contributions from 1 through and back to 1 (as long as no column sum exceeds 9, so no carrying occurs).
When does the pattern break?
The pattern fails when , because a column sum would reach 10 or more, causing a carry that disrupts the clean digit pattern.
(perfect!)
The middle column has ten 1s summing to 10, causing a carry → the pattern breaks.
Understanding when patterns break is as important as recognising them.
Why This Works
The visual "mountain" pattern arises from the geometry of long multiplication: multiplying a number by creates shifted copies of the number, and the overlap structure of these copies creates the triangular count of 1s in each column.
This kind of digit pattern is a favourite in olympiad-style questions and Class 6 NCERT exercises because it trains students to look for structure rather than just compute.
Alternative Method
Think of it recursively: .
So .
Starting from , each step builds the next result from the previous one. This is a recursive derivation.
Common Mistake
⚠️ Common Mistake
Students often memorise the pattern without understanding the carry rule. If someone asks , they might (incorrectly) predict digits going up to 11 then back down. But once a column sum reaches 10, carrying happens and the pattern changes. Never extend a pattern beyond its valid range without checking.
💡 Expert Tip
This question tests pattern recognition — a key skill in maths olympiads and competitive exams. Always: (1) state the pattern, (2) verify with the next term, (3) explain WHY it works. A three-part answer always scores better than just stating "the next number is 1234321."