Answer:
The recursive rule for the sequence is a
= 75; a
= a
+ 25
Explanation:
the recursive rule of an arithmetic function is a
= first term; a
= a
+ d, where
- a
is the first term
- a
is the nth term
- d is the common difference between each 2 consecutive terms
∵ The given is 75, 100, 125, 150, .......
∵ 100 - 75 = 25
∵ 125 - 100 = 25
∵ 150 - 125 = 25
∴ The common difference is 25
∴ d = 25
∵ The first term is 75
∴ a
= 75
→ Substutute the values of a1 and d in the formula above
∴ The recursive rule for the sequence is a
= 75; a
= a
+ 25