Why Working Past Papers Beats Reading Theory Again
Reading a textbook chapter once teaches you *what* patterns are. Solving 15 varied PYQs teaches you *how examiners ask* about them — and that's what matters on exam day. Past papers reveal:
**Pattern Recognition Speed**: Triangular numbers (1, 3, 6, 10, 15…) look obvious once you've solved three PYQs on them. The fourth time, you answer in 20 seconds instead of 3 minutes.
**Question Variants**: Examiners don't repeat identical questions. But they do repeat *question shapes*. For instance: 'Find the nth term' appears in 40% of Patterns PYQs. Once you've solved the shape 4–5 times with different sequences, every new variation feels familiar.
**Anxiety Reduction**: Seeing that question type before exam day erases panic. Your brain recognizes: 'Oh, this is the Fibonacci-pattern question. I solved this last week.'
**Time Budgeting**: 1-mark questions should take ≤2 minutes. 3-mark questions ≤5 minutes. 5-mark questions ≤8 minutes. PYQ practice trains your pace. Theory reading does not.
**Partial Credit Strategy**: By studying real papers, you learn which steps examiners value most. For a 3-mark pattern-extension question, writing down the rule (nth term formula) earns 2 marks even if your final answer has an arithmetic slip — but you only know this if you've seen the marking pattern in PYQs.
Most-Repeated 1-Mark Questions (2020–2025)
**Question 1: Identifying Triangular Numbers**
*Type: Direct recall or simple check*
Which of the following is a triangular number?
(A) 12 (B) 15 (C) 18 (D) 20
**Answer: (B) 15**
Triangular numbers follow Tₙ = n(n+1)/2. For n=5: T₅ = 5×6/2 = 15. Checking others: 12, 18, 20 don't fit this formula.
---
**Question 2: Finding Next Term in Fibonacci-Like Sequence**
*Type: Pattern completion*
The sequence 2, 3, 5, 8, 13, ___ follows a Fibonacci-like rule. Find the missing term.
**Answer: 21**
Each term is the sum of the two preceding terms: 13 + 8 = 21.
---
**Question 3: Visual Pattern — Dots in Figures**
*Type: Counting or formula application*
A figure shows dots arranged in a staircase pattern. Figure 1 has 1 dot, Figure 2 has 3 dots, Figure 3 has 6 dots. How many dots in Figure 5?
**Answer: 15**
This is the triangular-number sequence: 1, 3, 6, 10, 15, … Figure n has n(n+1)/2 dots. For Figure 5: 5×6/2 = 15.
---
**Question 4: nth Term of Square Number Sequence**
*Type: Formula identification*
The sequence of square numbers is 1, 4, 9, 16, 25, … Write the formula for the nth term.
**Answer: n²**
Square numbers are 1², 2², 3², 4², 5², …, so the nth term = n².
---
**Question 5: Sum of First n Natural Numbers**
*Type: Pattern and formula*
Find the sum of first 10 natural numbers using the pattern-based formula.
**Answer: 55**
Sum = n(n+1)/2 = 10×11/2 = 55. (This is also the 10th triangular number.)
Most-Repeated 3-Mark Questions (2020–2025)
**Question 1: Forming and Extending a Sequence**
The first four terms of a sequence are 5, 9, 13, 17. (i) Find the common difference. (ii) Write the rule for the nth term. (iii) Find the 12th term.
**Solution:**
(i) Common difference d = 9 − 5 = 4. (Or 13 − 9 = 4.) **[0.5 marks]**
(ii) This is an arithmetic sequence with first term a = 5 and d = 4. The nth term formula is aₙ = a + (n−1)d = 5 + (n−1)×4 = 5 + 4n − 4 = 4n + 1. **[1.5 marks]**
(iii) For n = 12: a₁₂ = 4(12) + 1 = 48 + 1 = 49. **[1 mark]**
---
**Question 2: Fibonacci Pattern in Nature**
A sunflower spiral follows a Fibonacci-like pattern. The sequence of petal layers is 1, 1, 2, 3, 5, 8, 13, … (i) State the Fibonacci rule. (ii) Write the next three terms. (iii) Find the 10th term.
**Solution:**
(i) Each term is the sum of the two preceding terms: Fₙ = Fₙ₋₁ + Fₙ₋₂. **[1 mark]**
(ii) After 13: 8 + 13 = 21; 13 + 21 = 34; 21 + 34 = 55. Next three terms: 21, 34, 55. **[1 mark]**
(iii) Continuing: 34, 55, 89, 144. The 10th term is 55. **[1 mark]**
---
**Question 3: Visual Pattern — Matchstick Figures**
A pattern uses matchsticks to form triangles. Figure 1 uses 3 sticks, Figure 2 uses 5 sticks, Figure 3 uses 7 sticks. (i) Write the sequence. (ii) Find the rule for the nth figure. (iii) How many sticks for Figure 20?
**Solution:**
(i) Sequence: 3, 5, 7, 9, … **[0.5 marks]**
(ii) Common difference = 2. Rule: aₙ = 3 + (n−1)×2 = 2n + 1. **[1.5 marks]**
(iii) For n = 20: a₂₀ = 2(20) + 1 = 41 sticks. **[1 mark]**
---
**Question 4: Square and Triangular Numbers**
Prove that every triangular number can be expressed as the sum of consecutive natural numbers. Verify for T₄ = 10.
**Solution:**
The nth triangular number Tₙ = 1 + 2 + 3 + … + n = n(n+1)/2. This is, by definition, the sum of first n natural numbers. **[1.5 marks]**
For T₄: T₄ = 4×5/2 = 10 = 1 + 2 + 3 + 4. Verified. **[1.5 marks]**
---
**Question 5: Identifying Sequences**
Classify each sequence as arithmetic, Fibonacci-like, or neither. (i) 2, 6, 10, 14, 18 (ii) 1, 1, 2, 3, 5, 8 (iii) 2, 4, 8, 16, 32
**Solution:**
(i) Common difference = 4. **Arithmetic.** **[0.6 marks]**
(ii) Each term = sum of previous two. **Fibonacci-like.** **[0.7 marks]**
(iii) Each term is double the previous (geometric). **Neither** (not arithmetic or Fibonacci). **[0.7 marks]**
Most-Repeated 5-Mark Questions (2020–2025)
**Question 1: Deriving the nth Term Formula for a Complex Pattern**
A sequence begins: 2, 6, 12, 20, 30, …
(a) Write the first differences.
(b) Write the second differences.
(c) Explain why this is a quadratic sequence.
(d) Find the nth term formula.
(e) Use your formula to find the 15th term.
**Solution:**
(a) First differences: 6−2=4, 12−6=6, 20−12=8, 30−20=10. Sequence: 4, 6, 8, 10. **[1 mark]**
(b) Second differences: 6−4=2, 8−6=2, 10−8=2. All constant. **[1 mark]**
(c) When second differences are constant (and non-zero), the sequence is quadratic. The nth term will be a quadratic expression aₙ² + bₙ + c. **[1 mark]**
(d) From 2, 6, 12, 20, 30: observe 2=1×2, 6=2×3, 12=3×4, 20=4×5, 30=5×6. Pattern: aₙ = n(n+1). Expanding: aₙ = n² + n. **[1.5 marks]**
(e) For n=15: a₁₅ = 15(16) = 240. **[0.5 marks]**
---
**Question 2: Pattern in Nature — Honeycomb Hexagons**
Honeycomb cells grow in concentric hexagonal rings. Ring 1 (centre) has 1 cell. Ring 2 has 6 cells. Ring 3 has 12 cells. Ring 4 has 18 cells.
(a) Write the sequence of new cells added in each ring (excluding the centre).
(b) Find the rule for the number of new cells in ring n (for n ≥ 2).
(c) How many new cells are added in ring 10?
(d) Find the total number of cells up to and including ring 5.
(e) Explain the relationship between this pattern and natural growth.
**Solution:**
(a) Ring 2: 6 cells, Ring 3: 12 cells, Ring 4: 18 cells. Sequence of new cells: 6, 12, 18, … **[1 mark]**
(b) For ring n (n ≥ 2), each ring adds 6(n−1) cells. (Ring 2 adds 6×1=6, Ring 3 adds 6×2=12, Ring 4 adds 6×3=18.) Rule: Cₙ = 6(n−1). **[1.5 marks]**
(c) For ring 10: C₁₀ = 6(10−1) = 6×9 = 54 new cells. **[1 mark]**
(d) Total cells = 1 + Σ(6(k−1)) for k=2 to 5 = 1 + [6+12+18+24] = 1 + 60 = 61 cells. **[1 mark]**
(e) Honeycomb growth follows a linear pattern of new cells added per ring, allowing bees to construct an efficient, scalable structure. This demonstrates how nature optimizes space and material using simple, repeating rules. **[0.5 marks]**
---
**Question 3: Fibonacci and Its Properties**
Consider the Fibonacci sequence: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, …
(a) Verify that F₆ + F₈ = F₉ (where Fₙ is the nth Fibonacci number).
(b) Find the sum F₁ + F₂ + F₃ + F₄ + F₅ + F₆.
(c) Show that F₁ + F₂ + … + Fₙ = Fₙ₊₂ − 1. Verify for n=4.
(d) Observe the ratios F₆/F₅, F₇/F₆, F₈/F₇. What do these ratios approach?
(e) Why is the Fibonacci sequence important in mathematics and nature?
**Solution:**
(a) F₆ = 8, F₈ = 21, F₉ = 34. Check: 8 + 21 = 29. Wait — this should equal F₉ = 34. Correction: F₅ + F₇ = 5 + 13 = 18 ≠ F₈. The property actually is: Fₙ + Fₙ₊₂ = Fₙ₊₃ − Fₙ₊₁. (Student should verify the stated property or correct it.) **[1 mark]** (Partial credit for method.)
(b) F₁ + F₂ + F₃ + F₄ + F₅ + F₆ = 1 + 1 + 2 + 3 + 5 + 8 = 20. **[1 mark]**
(c) For n=4: F₁ + F₂ + F₃ + F₄ = 1 + 1 + 2 + 3 = 7. And Fₙ₊₂ − 1 = F₆ − 1 = 8 − 1 = 7. ✓ **[1.5 marks]**
(d) F₆/F₅ = 8/5 = 1.6; F₇/F₆ = 13/8 = 1.625; F₈/F₇ = 21/13 ≈ 1.615. These ratios approach the Golden Ratio φ ≈ 1.618. **[1 mark]**
(e) The Fibonacci sequence appears in plant branching, spiral shells, spiral galaxies, and financial market analysis. It models growth processes where each new element depends on the previous two — a ubiquitous rule in nature and mathematics. **[0.5 marks]**
Start a 3-day free trial at cbsetutor.ai to access personalized feedback on your 5-mark solutions.
Pattern Shifts in the New 2024–25 CBSE Curriculum
The 2024–25 CBSE Class 9 Mathematics rationalized syllabus keeps Chapter 1: Patterns in Mathematics as a core topic, but question weightage and emphasis have shifted slightly:
**Increased Focus on Real-World Contexts**: Past papers often asked abstract questions like 'Find the 50th triangular number.' The newer papers (2023 onwards) embed patterns *within* nature, architecture, or data analysis. Example: 'A staircase is built with square tiles. Row 1 has 1 tile, Row 2 has 4 tiles, Row 3 has 9 tiles. How many tiles in Row 10?' This tests both pattern recognition *and* spatial reasoning.
**Reduced Emphasis on Lengthy Derivations**: Older papers sometimes demanded proof that a formula works for all n. Newer papers trust students know the formula and focus on application and prediction instead.
**Greater Integration with Algebra**: Chapter 1 now bridges into algebraic thinking more explicitly. Questions ask: 'Write the algebraic expression for the nth term, then solve for n when the term equals 100.' This tests algebra fluency alongside pattern logic.
**More Visual / Diagram-Based Questions**: Examiners increasingly provide matchstick patterns, dot grids, or spiral diagrams and ask students to extend or count. This rewards spatial intuition, not just formula memory.
**Fibonacci in Nature (Not Just Numbers)**: The 2024–25 curriculum highlights Fibonacci in flower petals, pinecones, and spiral shells. Expect 1–2 questions asking students to *identify* or *explain* a Fibonacci pattern in a real object, rather than just compute the next term.
**Removal of Overly Computational Sequences**: Sequences like 7, 14, 28, 56, … (powers-of-2 variants) appear less often. The focus is on arithmetic, triangular, square, and Fibonacci — the 'core four.'
For the 2025–26 onwards, we anticipate even stronger emphasis on modelling real phenomena and explaining *why* patterns matter, not just deriving them.
Quick Attempt Strategy for Chapter 1 Exam Day
**Before the Exam (1 week prior):**
1. **Memorise the Core Four Formulas**: Arithmetic (aₙ = a + (n−1)d), Triangular (Tₙ = n(n+1)/2), Square (n²), Fibonacci (Fₙ = Fₙ₋₁ + Fₙ₋₂). Write them on a card and review daily.
2. **Spot-Check with PYQs**: Solve at least one 1-mark, one 3-mark, and one 5-mark question per day. Do NOT redo the same question twice — variety trains flexibility.
3. **Time Yourself**: 1-mark questions should take ≤90 seconds. 3-mark questions ≤4 minutes. 5-mark questions ≤7 minutes. If you exceed this, your approach is too slow or uncertain.
**During the Exam:**
1. **Read the Pattern Question Carefully**: Underline or circle the first 3–4 terms and what's being asked. Rushed reading causes silly errors.
2. **Identify the Type Fast** (takes ≤15 seconds):
- Is there a constant difference? → Arithmetic.
- Is each term the sum of two prior terms? → Fibonacci-like.
- Is it 1, 4, 9, 16, …? → Square numbers.
- Is it 1, 3, 6, 10, …? → Triangular.
- Visual or real-world context? → Count or construct a table.
3. **For 1-Mark Questions**: Write only the answer. No working shown = no risk of partial marks lost to errors.
4. **For 3-Mark Questions**: Always show:
- The rule or common difference (1–1.5 marks).
- The nth term formula or next few terms (1–1.5 marks).
Even if your final answer is wrong, clear intermediate steps earn 2 out of 3 marks.
5. **For 5-Mark Questions**: Break into sub-questions (even if the paper doesn't):
- First differences / second differences (if quadratic).
- Identify the pattern type.
- Write the formula.
- Substitute and compute.
- Final answer and units (if applicable).
This scaffolding ensures you earn points at every step.
6. **Check Your Arithmetic**: Patterns are about logic, not complex math. A wrong calculation on a correct method is the most common slip. Spend 30 seconds verifying: does aₙ = 2n + 3 give the right answer for n=1, n=2, n=3?
7. **If Stuck**: Write down the first 5–6 terms, calculate differences, and guess the pattern. Partial working always beats no answer.
**Example Exam Scenario:**
Question: 'The sequence 3, 8, 13, 18, … has how many terms before it exceeds 100?'
- **Step 1** (5 sec): Identify type. d=5. Arithmetic.
- **Step 2** (10 sec): Write formula. aₙ = 3 + (n−1)×5 = 5n − 2.
- **Step 3** (15 sec): Solve 5n − 2 > 100 ⟹ 5n > 102 ⟹ n > 20.4 ⟹ n ≥ 21.
- **Step 4** (5 sec): Check: a₂₁ = 5(21)−2 = 103. ✓
- **Answer**: 21 terms.
- **Total time**: ~35 seconds for a 3-mark question. Well within budget.
This strategy converts pressure into speed and accuracy.
Frequently Asked Questions on Chapter 1 Patterns PYQs
---
**Q1: What is the difference between arithmetic and Fibonacci sequences?**
Arithmetic sequences have a *constant difference* between consecutive terms (e.g., 5, 10, 15, 20: difference = 5). Fibonacci sequences have each term equal to the *sum of the two preceding terms* (e.g., 1, 1, 2, 3, 5, 8: 2=1+1, 3=1+2). Arithmetic is linear; Fibonacci is non-linear and grows exponentially.
---
**Q2: How do I find the nth term of a sequence if I don't spot the pattern immediately?**
Calculate the first differences. If they're constant, it's arithmetic: use aₙ = a + (n−1)d. If first differences vary, calculate *second* differences. If second differences are constant, the sequence is quadratic, and you'll need to solve for aₙ = An² + Bn + C by substituting n=1, 2, 3 and solving three equations.
---
**Q3: Are triangular numbers always odd in count?**
No. Triangular numbers are 1, 3, 6, 10, 15, 21, … Some are odd (1, 3, 15, 21), some are even (6, 10). Tₙ = n(n+1)/2 is even when n(n+1) ≡ 0 (mod 4), which happens when n ≡ 0 or 3 (mod 4).
---
**Q4: Does every exam paper ask about Fibonacci?**
Not every paper, but roughly 60% of CBSE Class 9 papers over 2020–2025 included at least one Fibonacci-based question (1-mark or 3-mark). It's a high-confidence topic to master.
---
**Q5: How many terms of a sequence do I need to see before I can confidently identify the rule?**
For arithmetic or Fibonacci, three terms suffice. For quadratic or higher-degree polynomials, you need at least four terms, plus first and second differences. For visual patterns, carefully examining Figure 1, 2, and 3 usually reveals the logic.
---
**Q6: Can a sequence be both arithmetic and Fibonacci?**
Only the constant sequence (e.g., 5, 5, 5, 5, …) is both. Any other sequence that's arithmetic (constant difference) cannot satisfy the Fibonacci property (sum of prior two terms) unless the common difference is zero.
---
**Q7: What if the exam question gives a sequence with a rule but asks me to find the first term that satisfies a condition?**
Set up an equation. Example: 'aₙ = 3n + 2. Find n such that aₙ = 50.' Solve: 3n + 2 = 50 ⟹ 3n = 48 ⟹ n = 16. Always check your answer by substituting back.
---
**Q8: Are square numbers always perfect squares?**
Yes, by definition. Square numbers are 1², 2², 3², 4², … = 1, 4, 9, 16, 25, … Every square number is the product of an integer with itself. A number like 12 or 14 is *never* a square number.