Question 1026568
Which sequence matches the recursive formula? 
an = 2*an-1 + 5, where a1 = 5 
a(1) = 5
a(2) = 2*5+5 = 15
a(3) = 2*15 + 5 = 35
a(4) = 2*35+5 = 75
==================
Cheers,
Stan H.
----------------
A) 5, 10, 15, 20, ... 
B) 5, 15, 35, 75, ... 
C) 5, 15, 25, 35, ...