
Jessie S.
asked 05/04/20Complete the recursive formula of f(n).
f(n) =-11+22(n-1)
f(1) =
f(n) =f(n-1) +
2 Answers By Expert Tutors
Arthur D. answered 05/04/20
Forty Year Educator: Classroom, Summer School, Substitute, Tutor
f(n)=f(n-1)+ ?
-11+22(n-1)=-11+22(n-1-1)+ ?
-11+22(n-1)=-11+22(n-1)+(-22)+ ?
?=22
Shrabana G. answered 05/04/20
Math tutor with Software Engg background
f(1) = -11 +22 (1-1) = -11
f (2) = -11 +22(2-1) = -11 +22 = 11
f(3) = -11 +22 (3-1) = -11 +22*2 = -11 +44 = 33
the common difference is 22
so f(n) = f(n-1 ) +22
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Paul M.
05/04/20