SOLUTION: Ron has 20 roses in his garden every year he grows 5 more. A)Write an explicit formula B)Write a recursive formula

Algebra ->  Average -> SOLUTION: Ron has 20 roses in his garden every year he grows 5 more. A)Write an explicit formula B)Write a recursive formula       Log On


   



Question 1100404: Ron has 20 roses in his garden every year he grows 5 more.
A)Write an explicit formula
B)Write a recursive formula

Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!
Let R(n) = number of roses after n years
--
A) R(n) = 20 + 5n
B) R(n) = R(n-1) + 5; n=1,2,3,… and R(0) = 20