document.write( "Question 195215: A Special rubber ball is dropped from a height of 128 meters . Each time the ball bounces to half its previous height. After 1 bounce the ball reaches a height of 64 meters.\r
\n" );
document.write( "\n" );
document.write( "a. How high did the ball reach after the 7th bounce.
\n" );
document.write( "b.How high does the ball get after the 9th bounce
Algebra.Com's Answer #146449 by windsolace(8) ![]() You can put this solution on YOUR website! The series identified is a geometric progression with common ratio of half. \n" ); document.write( "Formula for geometric progression:\r \n" ); document.write( "\n" ); document.write( "Nth term of series = ar^(n-1), where a = first term value, r = common ratio\r \n" ); document.write( "\n" ); document.write( "a) 7th term of the series = 64(1/2)^(7-1) = 64(1/2)^6 \n" ); document.write( " = 64(1/64) \n" ); document.write( " = 1\r \n" ); document.write( "\n" ); document.write( "The ball reached a height of 1m after the 7th bounce\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b) 9th term of series = 64(1/2)^8 \n" ); document.write( " = 64/256 \n" ); document.write( " = 0.250\r \n" ); document.write( "\n" ); document.write( "The ball reached a height of 0.25m (25cm) after the 9th bounce. |