asked 144k views
4 votes
F(1) = -3
f(n) = 2. f(n − 1) +1

f(2)=

1 Answer

6 votes

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

f ( 2 ) = 2 × f ( 1 ) + 1

f ( 2 ) = 2 × ( - 3 ) + 1

f ( 2 ) = - 6 + 1

f ( 2 ) = - 5

answered
User Madbird
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.