Section 1.2: Patterns in Numbers
Q1. Can you recognise the pattern in each of the sequences in Table 1?
Answer: Yes, here are the patterns:
- Powers of 2: (Multiply previous number by 2).
- Powers of 3: (Multiply previous number by 3).
- Virahanka Numbers: (Add the previous two numbers: ).
Q2. Rewrite each sequence of Table 1 in your notebook, along with the next three numbers.
Answer:
- All 1’s: Next: 1, 1, 1 (Rule: Constant 1).
- Counting: Next: 8, 9, 10 (Rule: Add 1).
- Odd: Next: 15, 17, 19 (Rule: Add 2).
- Even: Next: 16, 18, 20 (Rule: Add 2).
- Triangular: Next: 36, 45, 55 (Rule: Add increasing counting numbers ).
- Squares: Next: 64, 81, 100 (Rule: ).
- Cubes: Next: 343, 512, 729 (Rule: ).