Sequences can go up (increasing) or down (decreasing). The difference between consecutive terms tells us the pattern.
1. Increasing Sequences
In an increasing sequence, each term is larger than the one before it. We add the same number each time.
Example 1: 1, 4, 7, 10, 13, 16, 19, __, __
Look at how the numbers change:
- 1 → 4: add 3
- 4 → 7: add 3
- 7 → 10: add 3
- 10 → 13: add 3
The rule is: add 3 each step. So:
The complete sequence is: 1, 4, 7, 10, 13, 16, 19, 22, 25
Example 2: 1, 3, 5, 7, 9, ___, ___
- 1 → 3: add 2
- 3 → 5: add 2
- 5 → 7: add 2
The rule is: add 2 each step. So:
The complete sequence is: 1, 3, 5, 7, 9, 11, 13
2. Decreasing Sequences
In a decreasing sequence, each term is smaller than the one before it. We subtract the same number each time.
Example 3: 25, 23, 21, __, __
- 25 → 23: subtract 2
- 23 → 21: subtract 2
The rule is: subtract 2 each step. So:
The complete sequence is: 25, 23, 21, 19, 17
Example 4: 45, 41, 37, 33, ____
- 45 → 41: subtract 4
- 41 → 37: subtract 4
- 37 → 33: subtract 4
The rule is: subtract 4 each step. So:
The complete sequence is: 45, 41, 37, 33, 29