- This topic has 1 reply, 1 voice, and was last updated 2 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Math › A sequence is defined by the recursive formula f (n + 1) = f(n) – 2. If f(1) = 18, what is f(5)?
Tagged: recursive formula, sequence
A. 12
B. 8
C. 10
D. 16
The correct answer is C : 10
The given formula states that the next term in the sequence is generated by subtracting two(2) from the first one. We know that the first term is (18), therefore we have-
f(1) = 18
f(2) = f(1) – 2 = 18 – 2 = 16
f(3) = f(2) – 2 = 16 – 2 = 14
f(4) = f(3) – 2 = 14 – 2 = 12
f(5) = f(4) – 2 = 12 – 2 = 10