Given :-
To Find :-
Solution :-
As per Question ,
→ f(n + 1) = f(n) - 2
→ f(n + 1 ) - f(n ) = -2
Therefore , the second term of the sequence is ,
→ f(2) - f(1) = -2
→ f(2) - 10 = -2
→ f(2) = 10 -2
→ f(2) = 8
Similarly,
→ f(3) - f(2) = -2
→ f(3) = 8 -2
→ f(3) = 6
Answer:
f(3) = 6
Explanation:
Using the recursive rule and f(1) = 10 , then
f(2) = f(1) - 2 = 10 - 2 = 8
f(3) = f(2) - 2 = 8 - 2 = 6
1.6m questions
2.0m answers