89.4k views
3 votes
PLEASE HELP

What is the common difference of the sequence with the recursive
rule f(1)= 4; f(n) = f(n-1) + 5 ?

1 Answer

7 votes

Answer:

5

Explanation:

it can be found in two ways

f(n)-f(n-1) is common difference of the sequence.

knowing f(n) = f(n-1) + 5

f(n)-f(n-1)=5

so 5 is difference of the sequence.

other method is

f(1)=4

f(2)=?

f(n)=f(n-1)+5 n=2

f(2)=f(2-1)+5

f(2)=f(1)+5

f(2)=4+5=9

f(2)-f(1)=9-4=5

so 5 is difference of the sequence.

User Exequielc
by
5.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.