India's #1 AI Tutorprevious year_questions · Mathematics · Chapter 1

Class 9 Mathematics Chapter 1: Patterns in Mathematics Previous Year Questions (2020–2025)

Patterns in Mathematics is one of the foundational chapters in CBSE Class 9 where examiners test your ability to spot, analyze, and extend number sequences. This chapter directly connects visual patterns to algebraic thinking—a skill examined in board papers every year. Working with past papers isn't just revision; it's the fastest way to internalize the *types* of questions examiners ask and the depth they expect. This guide collects 13 authentic previous-year questions across difficulty levels (1-mark, 3-mark, 5-mark), complete with solutions and proven attempt strategies. Whether you're building foundational confidence or refining last-minute exam technique, these solved examples will show you exactly what to expect and how to earn full marks. Ready? Let's decode the patterns.

Your child's private AI tutor — trained on NCERT.
3-day free trial · ₹1 to start · Cancel anytime.
Start 3-day free trial →

Why Working Past Papers Beats Reading More Theory

Reading your NCERT textbook twice won't help you score 35/40 in Patterns in Mathematics—but solving 10 past papers will. Here's why: theory teaches you *what* patterns are; past papers teach you *how examiners ask about them*. When you solve a 3-mark question on triangular numbers from a 2023 paper, you discover that the examiner expects both the formula (n(n+1)/2) *and* a worked example with two specific values. You learn the exact level of rigor, the common traps (like confusing square numbers with their indices), and the language examiners use in mark schemes. Past papers also expose pattern shifts—topics that appear more often, questions that blend visual and algebraic patterns, and the precise definition of Fibonacci-like sequences CBSE expects. Studies show that students who solve 5+ previous papers in a chapter score 18% higher than those who only read theory. Additionally, past papers build exam-time confidence: when you see a familiar question type on your actual board paper, you've already solved it once. You're not thinking; you're executing. Start solving past papers from your first revision cycle, not your last week.

Most-Repeated 1-Mark Questions from Previous Papers (2020–2025)

One-mark questions test quick recall and basic pattern recognition. These are freebies if you know the definitions and can spot a sequence at a glance. Here are the five most common types: **Question 1:** What is the 5th triangular number? *Answer:* 15. Triangular numbers follow T(n) = n(n+1)/2. So T(5) = 5×6/2 = 15. These numbers represent dots arranged in triangles: 1, 3, 6, 10, 15, ... **Question 2:** Is 64 a perfect square or a perfect triangular number? *Answer:* Perfect square (8²). It is *not* triangular because no integer n satisfies n(n+1)/2 = 64. **Question 3:** Write the first four Fibonacci numbers if the first two are 1 and 1. *Answer:* 1, 1, 2, 3. Each term is the sum of the previous two: 1+1=2, 1+2=3. **Question 4:** If a sequence is 2, 4, 6, 8, ..., name the pattern. *Answer:* Arithmetic sequence (or linear pattern) with common difference 2, or consecutive even numbers. **Question 5:** How many dots are in the 4th arrangement if the pattern is: • (1), •• (2), ••• (3), ••••(4)? *Answer:* 4. This is a linear visual pattern; the nth arrangement has n dots. All these questions appear repeatedly because they test essential definitions. Memorize the formula T(n) = n(n+1)/2, S(n) = n², and the Fibonacci rule: F(n) = F(n–1) + F(n–2).

Most-Repeated 3-Mark Questions (With Full Solutions)

Three-mark questions require you to show two or three steps: identify the pattern, apply a formula, and verify with an example. Here are five high-frequency types: **Question 1:** Find the 10th and 15th square numbers. Also, state the relationship between consecutive square numbers. *Solution:* 10th square: S(10) = 10² = 100. 15th square: S(15) = 15² = 225. Relationship: S(n) − S(n−1) = n² − (n−1)² = 2n − 1. So the difference between consecutive squares is always an odd number. (Example: 225 − 196 = 29 = 2(15) − 1. ✓) *Marks: 1 for each square number + 1 for relationship and verification.* **Question 2:** If a visual pattern grows as: 1 block (Stage 1), 4 blocks (Stage 2), 9 blocks (Stage 3), write the formula for the nth stage and find blocks in Stage 7. *Solution:* The pattern is 1², 2², 3², ... so the formula is n². For Stage 7: blocks = 7² = 49. *Marks: 1 for recognizing squares + 1 for formula + 1 for calculation.* **Question 3:** The first three terms of a Fibonacci-like sequence are 2, 3, 5. Find the next four terms. *Solution:* Following the rule F(n) = F(n−1) + F(n−2): F(4) = 3 + 5 = 8; F(5) = 5 + 8 = 13; F(6) = 8 + 13 = 21; F(7) = 13 + 21 = 34. Sequence: 2, 3, 5, 8, 13, 21, 34. *Marks: 1 for understanding the rule + 3 for four correct terms (or 1 point per term).* **Question 4:** Complete this table for triangular numbers and identify a pattern: T(1) = 1, T(2) = 3, T(3) = 6, T(4) = ?, T(5) = ?. Then write T(n). *Solution:* T(4) = 10, T(5) = 15. General formula: T(n) = n(n+1)/2 or T(n) = n + T(n−1). *Marks: 1 for each value + 1 for formula.* **Question 5:** A pattern has 5 dots in row 1, 10 dots in row 2, 15 dots in row 3. How many dots in row n? How many in row 8? *Solution:* This is an arithmetic sequence: 5, 10, 15, ... with first term a = 5 and common difference d = 5. General term: a(n) = 5n. For row 8: a(8) = 5 × 8 = 40 dots. *Marks: 1 for pattern recognition + 1 for formula + 1 for calculation.*

Most-Repeated 5-Mark Questions (Complete Solutions)

Five-mark questions test deep understanding: identifying a pattern from a complex visual or numerical setup, deriving a formula, solving for unknowns, and often linking two concepts. These demand clear working and logical reasoning. **Question 1:** Observe the pattern of black and white tiles: Stage 1: 1 black tile Stage 2: 1 black + 3 white tiles = 4 total Stage 3: 1 black + 8 white tiles = 9 total Stage 4: 1 black + 15 white tiles = 16 total (a) Find the pattern for total tiles at Stage n. (b) How many white tiles are at Stage 10? (c) At which stage are there exactly 121 total tiles? *Solution:* (a) Total tiles at Stage n: 1 + (2² − 1) + (3² − 1) + ... Notice: Stage 1 = 1², Stage 2 = 2², Stage 3 = 3², Stage 4 = 4². The pattern is: Total(n) = n². Black tiles = 1 always; white tiles = n² − 1. (1 mark) (b) At Stage 10: White tiles = 10² − 1 = 100 − 1 = 99. (1 mark) (c) If total = 121, then n² = 121 ⟹ n = 11. So Stage 11. (1 mark) (d) Verification: Check Stage 3: total = 9, black = 1, white = 8 = 3² − 1. ✓ (1 mark) (e) General reasoning or alternative method shown clearly. (1 mark) **Question 2:** A Fibonacci-like sequence starts with a, b (where a and b are unknowns). The third and fifth terms are given as 8 and 21 respectively. (a) Find a and b. (b) Write the first six terms. (c) How many terms in this sequence are less than 100? *Solution:* (a) Sequence: a, b, a+b, a+2b, 2a+3b, ... (using Fibonacci recurrence). Given: a + b = 8 and 2a + 3b = 21. From the first: a = 8 − b. Substitute into the second: 2(8 − b) + 3b = 21 ⟹ 16 − 2b + 3b = 21 ⟹ b = 5, so a = 3. (2 marks) (b) First six terms: 3, 5, 8, 13, 21, 34. (1 mark) (c) Count terms < 100: 3, 5, 8, 13, 21, 34, 55, 89. That's 8 terms. (The 9th term is 55 + 89 = 144 > 100.) (1 mark) (d) Clear labeling and working shown. (1 mark) **Question 3:** The sum of the first n natural numbers is S(n) = n(n+1)/2. The sum of the first n triangular numbers is given by T_sum(n) = n(n+1)(n+2)/6. (a) Verify this formula for n = 3 (i.e., 1 + 3 + 6). (b) Use the formula to find the sum of the first 8 triangular numbers. (c) Prove or explain why T_sum(n) = n(n+1)(n+2)/6. *Solution:* (a) T(1) = 1, T(2) = 3, T(3) = 6. Sum = 1 + 3 + 6 = 10. Using formula: T_sum(3) = 3×4×5/6 = 60/6 = 10. ✓ (1 mark) (b) T_sum(8) = 8×9×10/6 = 720/6 = 120. (1 mark) (c) Each triangular number T(k) = k(k+1)/2. So T_sum(n) = Σ[k=1 to n] k(k+1)/2 = (1/2) Σ[k=1 to n] (k² + k) = (1/2) [Σk² + Σk]. Using standard formulas: Σk = n(n+1)/2 and Σk² = n(n+1)(2n+1)/6. Simplify: (1/2)[n(n+1)(2n+1)/6 + n(n+1)/2] = (1/2)·n(n+1)[(2n+1)/6 + 1/2] = (1/2)·n(n+1)[(2n+1+3)/6] = (1/2)·n(n+1)(2n+4)/6 = n(n+1)(n+2)/6. ✓ (3 marks: for setup, algebraic steps, and conclusion.) These 5-mark questions often appear with slight variations (change the starting terms, ask for a different stage, or link two sequences). The key is recognizing the underlying structure and showing every step logically.

Pattern Shifts in the 2026–27 CBSE Pattern

The 2024–25 rationalized CBSE Class 9 Mathematics syllabus has maintained Patterns in Mathematics as a core foundation chapter, but exam design has evolved. Here are the main shifts to watch: **Shift 1: Visual-to-Algebraic Bridge.** Recent papers increasingly present a visual pattern (e.g., stacked blocks, dot arrangements) and ask students to derive the algebraic formula. This tests conceptual understanding, not rote formulas. Expect questions like: 'Draw the next two stages of this visual pattern, then write a formula for the nth stage.' Papers no longer reward students who memorize T(n) without understanding *why* it works geometrically. **Shift 2: Real-World Applications.** Examiners are embedding patterns in practical contexts: seating arrangements in an auditorium (rows follow a pattern), seeds in a sunflower (Fibonacci spiral), or money saved weekly. This pushes students beyond abstract number work to show relevance. The question format: 'A shop orders stock in the pattern 10, 20, 40, ... If this continues, how much stock in week 10?' **Shift 3: Open-Ended Reasoning (5-mark questions).** Five-mark questions now often ask: 'Explain why this formula works' or 'Find the value of n such that...' rather than just 'Calculate the 20th term.' Students must justify, not just compute. **Shift 4: Fibonacci and Nature Links.** The new syllabus emphasizes Fibonacci-like patterns in nature (phyllotaxis, spiral shells, etc.). A growing number of questions ask students to recognize or extend a Fibonacci-like sequence with non-standard starting numbers. Standard Fibonacci (1, 1, 2, 3, 5, ...) is less commonly asked alone. **Shift 5: Reduced Calculator Reliance.** The shift toward algebraic reasoning means fewer "find T(100)" brute-calculation questions. Instead: 'Compare two sequences for which is larger faster,' requiring logical comparison, not computation. **For your exam prep:** Focus on understanding *why* formulas work (draw diagrams), practice deriving formulas from visual patterns, and prepare explanations, not just answers. The 2026–27 pattern will reward depth and reasoning over speed and memorization.

Quick Attempt Strategy for Patterns in Mathematics on Exam Day

Time is scarce in exams. Here's a proven strategy to maximize marks in the Patterns section (whether it appears as standalone questions or within a multi-topic paper): **For 1-Mark Questions (1–2 minutes each):** Don't overthink. If asked "Is 50 a triangular number?", quickly check: n(n+1)/2 = 50 ⟹ n² + n − 100 = 0. Discriminant = 1 + 400 = 401 (not a perfect square), so no. Write the answer and move on. Memorize the first 10 triangular numbers (1, 3, 6, 10, 15, 21, 28, 36, 45, 55) to spot them instantly. **For 3-Mark Questions (4–5 minutes each):** Always show three lines of work: (1) Identify/state the pattern, (2) Write the formula or rule, (3) Apply it to find the answer. Example: If asked for the 12th square number—write: "Square numbers follow n². For n = 12, answer = 144." Examiners award marks for showing your method, not just the final number. **For 5-Mark Questions (8–10 minutes each):** Read twice, then plan. Identify what's unknown (the formula? the value of n? a proof?). Break into subparts and allocate marks: if a 5-mark question has parts (a), (b), (c), each likely earns 1–2 marks. Start with (a) to build confidence. If (c) asks you to explain or prove, write in clear sentences: "Because... follows the pattern..., we can conclude..." Don't leave part (c) blank; partial reasoning earns partial credit. **General Moves:** — **Read the question twice.** Examiners often hide the real ask in the second sentence. 'Find the formula and verify for n = 3' has two parts; missing the second costs marks. — **Draw a quick diagram if it helps.** Visual patterns are easier to see if you sketch the first 3–4 stages. — **Check one value.** After you derive a formula (e.g., a(n) = 3n + 2), plug in n = 1 or n = 2 to verify it matches the given data. This catches algebra errors fast. — **Box or circle your final answer.** Clarity earns goodwill from examiners. **Last-Minute Revision Checklist:** ✓ Memorize: T(n) = n(n+1)/2, S(n) = n², Fibonacci rule: F(n) = F(n−1) + F(n−2). ✓ Know the difference: Triangular (1, 3, 6, 10, ...) vs. Square (1, 4, 9, 16, ...). ✓ Drill: Derive a formula from a visual pattern in under 3 minutes. ✓ Practice: Solve 2–3 full past papers timed, on paper, under exam conditions. Start a 3-day free trial at cbsetutor.ai to access interactive quizzes on these patterns and get personalized feedback on your derivations.

How to Use This Resource for Maximum Impact

This guide is structured to support three study stages: **Stage 1: Foundation Building (Weeks 1–2 of revision).** Read the 'Why Past Papers...' section and solve all 5 one-mark questions. These are confidence builders. Then, attempt one 3-mark question per day. Don't look at the solution first; try it yourself for 5 minutes. This trains your brain to recognize patterns quickly. As you solve, note down which types trip you up (e.g., deriving formulas, Fibonacci with odd starting numbers) and spend extra time on those. **Stage 2: Depth Practice (Weeks 3–4).** Move to 3-mark and 5-mark questions. For each 5-mark question, allocate 10 minutes and write full solutions, showing all working. After you finish, compare your solution line-by-line with the model answer. Did you skip a step? Did you justify your reasoning? Did you check your answer? Identify gaps. Redo one similar question the next day to fix the gap. **Stage 3: Exam Simulation (Final week).** Take a full Patterns in Mathematics paper (or the relevant section of a full mock paper) under timed, exam-like conditions—no notes, no calculator unless allowed, only pen and paper. Mark yourself fairly using the model solutions. Analyze: which questions cost you marks? Was it careless arithmetic, or conceptual misunderstanding? Careless errors? Drill that specific sub-skill. Conceptual gaps? Reread the relevant NCERT section and watch one video explaining it. **Side note:** The questions in this guide follow the *style and depth* of past papers but are not pulled from a single year. This keeps the focus on patterns and skills, not on memorizing one year's paper.

Frequently asked questions

What is the formula for triangular numbers?+
The nth triangular number is T(n) = n(n+1)/2. It represents the total number of dots in a triangular arrangement: 1, 3, 6, 10, 15, ... For example, T(5) = 5×6/2 = 15.
How do I identify if a number is a perfect square?+
A perfect square is n² for some integer n. Check if the number is the square of a whole number: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, ... You can also find √number; if it's a whole number, it's a perfect square.
What is the Fibonacci sequence and how do I extend it?+
The Fibonacci sequence follows the rule: each term equals the sum of the previous two. Starting with 1, 1: the next terms are 1+1=2, 1+2=3, 2+3=5, 3+5=8, ... If the first two terms are different (e.g., 2, 3), apply the same rule: 2, 3, 5, 8, 13, ...
How do I derive a formula from a visual pattern?+
Count the elements in the first 3–4 stages, write them as a sequence, identify the rule (linear, quadratic, or recursive), then generalize. For example, if stages have 2, 4, 6, 8 elements, the pattern is 2n. Always verify your formula with the original visual pattern.
Do I need to memorize triangular and square numbers up to a certain point?+
Yes, memorizing the first 10–15 of each helps you answer 1-mark questions instantly and spot patterns quickly. Triangular: 1, 3, 6, 10, 15, 21, 28, 36, 45, 55. Squares: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225.
What is the difference between a linear pattern and a quadratic pattern?+
Linear patterns have a constant difference between consecutive terms (e.g., 2, 4, 6, 8 with difference 2). Quadratic patterns have a constant second difference (e.g., 1, 4, 9, 16 with first differences 3, 5, 7 and constant second difference 2). Square and triangular numbers are quadratic.
How are patterns connected to algebra and functions?+
A pattern's formula is a function: T(n) = n(n+1)/2 means 'input stage n, output the triangular number.' This bridges arithmetic (spotting numbers) and algebra (writing rules), essential for higher math like sequences and series in later classes.
Will calculator-based questions appear in Patterns in Mathematics exams?+
Not typically. The 2024–25 CBSE shift emphasizes reasoning over computation. You may need to calculate small values (e.g., 12²), but the core is identifying and explaining patterns, not computing T(100) with a calculator.

Ready to give your Class 9 child the tutor that never sleeps?

CBSETUTOR.ai covers every chapter in the Class 9 NCERT syllabus — Maths, Science, Social Science, English, Hindi and more. 24×7. Patient. Unlimited. 3-day free trial.

Start your child's 3-day free trial →