Objective
The textbook invites you to invent some number-patterns yourself. Below are five different sequences. For each, we:
- show how the first few terms were produced,
- write a clear “rule”, both in words and in algebra,
- use the rule to obtain the next three terms, giving every step so that a Class 7 student can follow the working.
After you understand one example, try hiding the rule and asking a friend to guess the next terms. That is exactly what the exercise means by “challenge your classmates”.
Sequence A (an arithmetic pattern)
First four terms given to a friend: $$7,\;11,\;15,\;19,\;\ldots$$
Why these numbers appear
The same number is being added each time.
If the first term is $$a_1=7$$ and the common difference is $$d=4$$, then the $$n^{\text{th}}$$ term is
\[a_n=a_1+(n-1)d=7+(n-1)\times4=4n+3.\]
Extending the pattern
Add $$d=4$$ repeatedly:
- After $$19$$ we get $$19+4=23$$.
- Next → $$23+4=27$$.
- Next → $$27+4=31$$.
Sequence A so far: $$7,\;11,\;15,\;19,\;23,\;27,\;31,\;\ldots$$
Sequence B (a geometric pattern)
First four terms given: $$3,\;6,\;12,\;24,\;\ldots$$
Each term is obtained by multiplying the previous one by $$2$$, so the common ratio is $$r=2$$.
With first term $$a_1=3$$, the general term is
\[a_n=a_1\,r^{\,n-1}=3\times2^{\,n-1}.\]
Next three terms
- $$24\times2=48$$
- $$48\times2=96$$
- $$96\times2=192$$
Sequence B: $$3,\;6,\;12,\;24,\;48,\;96,\;192,\;\ldots$$
Sequence C (based on perfect squares)
First six terms shown: $$0,\;3,\;8,\;15,\;24,\;35,\;\ldots$$
Observe that
- $$0=1^2-1$$
- $$3=2^2-1$$
- $$8=3^2-1$$
- $$\ldots$$
So rule: the $$n^{\text{th}}$$ term is $$a_n=n^2-1$$.
Next three terms
- 7th term $$a_7=7^2-1=49-1=48$$
- 8th term $$a_8=8^2-1=64-1=63$$
- 9th term $$a_9=9^2-1=81-1=80$$
Sequence C: $$0,\;3,\;8,\;15,\;24,\;35,\;48,\;63,\;80,\;\ldots$$
Sequence D (alternating signs)
First five terms: $$1,\;-2,\;4,\;-8,\;16,\;\ldots$$
Here every term is obtained by multiplying the previous term by $$-2$$.
Hence $$a_n=1\times(-2)^{\,n-1}=(-2)^{\,n-1}$$.
Next three terms
- $$16\times(-2)=-32$$
- $$-32\times(-2)=64$$
- $$64\times(-2)=-128$$
Sequence D: $$1,\;-2,\;4,\;-8,\;16,\;-32,\;64,\;-128,\;\ldots$$
Sequence E (a fractional pattern)
First four terms: $$\tfrac12,\;\tfrac23,\;\tfrac34,\;\tfrac45,\;\ldots$$
The numerator increases by $$1$$ each time, and so does the denominator. Therefore
\[a_n=\frac{n}{n+1}.\]
Next three terms
- 5th term $$a_5=\dfrac{5}{6}$$
- 6th term $$a_6=\dfrac{6}{7}$$
- 7th term $$a_7=\dfrac{7}{8}$$
Sequence E: $$\tfrac12,\;\tfrac23,\;\tfrac34,\;\tfrac45,\;\tfrac56,\;\tfrac67,\;\tfrac78,\;\ldots$$
How to turn these into a classroom challenge
- Write only the first four terms of any one sequence on the board.
- Ask everyone to guess the next three terms and explain their reasoning.
- After discussion, reveal the rule (or let a student do so) and check the answers together.
Creating and analysing patterns like these is the heart of Chapter 3, and now you have at least five ready-made puzzles for your friends!