document.write( "Question 232800: A ball is dropped from 10 feet high and always bounces back up half the distance it just fell. After how many bounces will the ball first reach a maximum height less than 1 foot? \n" ); document.write( "
Algebra.Com's Answer #171981 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
A ball is dropped from 10 feet high and always bounces back up half the distance it just fell. After how many bounces will the ball first reach a maximum height less than 1 foot?
\n" ); document.write( "--------------
\n" ); document.write( "B ht
\n" ); document.write( "1 5
\n" ); document.write( "2 2.5
\n" ); document.write( "3 1.25
\n" ); document.write( "4 0.625
\n" ); document.write( "-------
\n" ); document.write( "On the 4th bounce.
\n" ); document.write( "------------------
\n" ); document.write( "h = 10*(1/2)^n
\n" ); document.write( "Use 1 to find n
\n" ); document.write( "10*(1/2)^n = 1
\n" ); document.write( "(1/2)^n = 0.1
\n" ); document.write( "n*log(0.5) = log(0.1)
\n" ); document.write( "n = log(0.1)/log(0.5)
\n" ); document.write( "n = ~ 3.32
\n" ); document.write( "----------
\n" ); document.write( "The nearest next bounce is 4.
\n" ); document.write( "
\n" ); document.write( "
\n" );