document.write( "Question 853131: A ball is dropped from a height of 40 feet and bounces back 90% of its previous height on each successive bounce. How far will the ball have traveled by the time it comes to a stop?\r
\n" ); document.write( "\n" ); document.write( "i got the equation: a sub n = 40(1-.9^n/.1)
\n" ); document.write( "i do not know how to find n or if this is even the right equation
\n" ); document.write( "

Algebra.Com's Answer #515128 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
40 = t * .9
\n" ); document.write( "0 >= 40 * .9^(n - 1)
\n" ); document.write( "Mathematically, it never reaches zero.
\n" ); document.write( "1/12 >= 40 * .9^(n - 1)
\n" ); document.write( "n=60
\n" ); document.write( "S=t*(1 - r^n)/(1 - r)
\n" ); document.write( "S=40*(1 - .9^60)/(1 - .9)
\n" ); document.write( "S = 399.281
\n" ); document.write( "It approaches 400.
\n" ); document.write( "
\n" ); document.write( "
\n" );