document.write( "Question 564302: A ball is dropped from 30 meters. It bounces to 88 % of its previous height on each bounce. How high will the ball bounce on its 5th bounce? \n" ); document.write( "
Algebra.Com's Answer #365315 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
To analyze problem, let \"+h+\" = the starting height
\n" ); document.write( "let \"+k+\" = the fraction of the previous height that
\n" ); document.write( "is the next height
\n" ); document.write( "starting height: \"+h+\"
\n" ); document.write( "After 1st bounce, \"+k%2Ah+\"
\n" ); document.write( "After 2nd bounce, \"+k%2A%28k%2Ah%29+\"
\n" ); document.write( "After 3rd bounce, \"+k%2A%28k%2A%28k%2Ah%29%29+\"
\n" ); document.write( "After 4th bounce, \"+k%2A%28k%2A%28k%2A%28k%2Ah%29%29%29+\"
\n" ); document.write( "After 5th bounce, \"+k%2A%28k%2A%28k%2A%28k%2A%28k%2Ah%29%29%29%29+\"
\n" ); document.write( "-----------------------------------
\n" ); document.write( "This sequence is \"+h+\", \"+k%2Ah+\", \"+k%5E2%2Ah+\",
\n" ); document.write( "\"+k%5E3%2Ah+\", \"+k%5E4%2Ah+\", \"+k%5E5%2Ah+\"
\n" ); document.write( "---------------
\n" ); document.write( "given:
\n" ); document.write( "\"+h+=+30+\" m
\n" ); document.write( "\"+k+=+.88+\"
\n" ); document.write( "On it's 5th bounce, ball will reach heigh of
\n" ); document.write( "\"+.88%5E5+%2A+30+=+.5277%2A30+\"
\n" ); document.write( "\"+15.832+\" m
\n" ); document.write( "
\n" );