Ask your own question, for FREE!
Mathematics 17 Online
OpenStudy (anonymous):

Using the recursive formula, f(n+1)=2*f(n)+1, and given that f(1)=3, calculate the product of the digits in the number f(17).

OpenStudy (experimentx):

looks like a lot of work f(2) = f(1+1) = 2*f(1) +1 = 3 .. .. f(17) = ..

OpenStudy (experimentx):

it's going to be lots of work

OpenStudy (experimentx):

f(3) = 2*3+1 = 7 f(4) = 2*7+1 = 15 f(5) = 31 f(6) = 63 ..

OpenStudy (experimentx):

looks like 2^n-1

OpenStudy (kinggeorge):

I'm getting 262143. If you want to check your work.

OpenStudy (anonymous):

It's easy to note that. f(n)= 2^{n+1}-1

OpenStudy (anonymous):

\[ f(n)= 2^{n+1}-1 \]

OpenStudy (kinggeorge):

Or what he said.

OpenStudy (anonymous):

Now I have memorized upto 2^{16} so here I have to do one small multiplication. but is there any way to do this in a less tedious way? what if f(2434343) was asked? and instead of product it was asked as sum?

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!