document.write( "Question 1021597: Hello, this was in one of my sequence/series questions.\r
\n" );
document.write( "\n" );
document.write( "Im pretty sure its got something to do with geometric series, but i dont know how to problem solve using the formula.\r
\n" );
document.write( "\n" );
document.write( "Please help!\r
\n" );
document.write( "\n" );
document.write( "A bouncy ball is dropped from a height of h meters and allowed to bounce indefinitely. Each succeeding bounce is 0.8 of the preceding one...
\n" );
document.write( "If the total vertical distance traveled by the ball is 63 meters, from what height was the ball dropped?\r
\n" );
document.write( "\n" );
document.write( "Thank you very much \n" );
document.write( "
Algebra.Com's Answer #637345 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! You need to sum the geometric series \n" ); document.write( ": \n" ); document.write( "the sum begins at h \n" ); document.write( ": \n" ); document.write( "note that the ball has to bounce up and down, then \n" ); document.write( ": \n" ); document.write( "we need the summation from 0 to infinity of 2h(0.8)^n \n" ); document.write( ": \n" ); document.write( "we are give total vertical distance is 63 meters \n" ); document.write( ": \n" ); document.write( "if we ignore the multiplier, a geometric series will sum o to infinity to \n" ); document.write( ": \n" ); document.write( "1(1 - r) = 1 / (1 - 0.8) = 10 / 2 = 5 \n" ); document.write( ": \n" ); document.write( "63 = 5(2h) - h \n" ); document.write( "note we have to subtract h since we counted it and it does not count :-) \n" ); document.write( "63 = 9h \n" ); document.write( "9h = 63 \n" ); document.write( "********************** \n" ); document.write( "h = 7 meters \n" ); document.write( "the ball was dropped from 7 meters \n" ); document.write( "********************* \n" ); document.write( " |