F(1) = 200
F(2) = 2*F(1) = 2*200 = 400
F(3) = 2*F(2) = 2*400 = 800
F(4) = 2*F(3) = 2*800 = 1600
F(5) = 2*F(4) = 2*1600 = 3200
Recursive definition, An = A1 * dn-1
In this case A1 =, n= 5 and d=2.
So 200*24 = 200*16 = 3200. Same answer....
F(1) = 200
F(2) = 2*F(1) = 2*200 = 400
F(3) = 2*F(2) = 2*400 = 800
F(4) = 2*F(3) = 2*800 = 1600
F(5) = 2*F(4) = 2*1600 = 3200
Recursive definition, An = A1 * dn-1
In this case A1 =, n= 5 and d=2.
So 200*24 = 200*16 = 3200. Same answer....
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.