document.write( "Question 1073879: a super-bouncy ball rebounds half the height it drops. the ball is dropped from a height of 176 feet. How far off the ground is the ball when it has travled a total of 500 feet?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #688661 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The falls form a geometric series with initial term of 176 and a common ratio of (1/2) \n" ); document.write( ": \n" ); document.write( "The general form for the sum of a geometric series is \n" ); document.write( ": \n" ); document.write( "S(n) = a1 * (1-r^n) / (1-r) \n" ); document.write( ": \n" ); document.write( "For the falls, a(1) = 176 and r = (1/2) \n" ); document.write( ": \n" ); document.write( "S(n) = 176 * (1 - (1/2)^n) / (1 - (1/2)) \n" ); document.write( ": \n" ); document.write( "For the rebounds, a(1) = 88 and r = (1/2) \n" ); document.write( ": \n" ); document.write( "S(n) = 88 * (1 - (1/2)^n) / (1 - (1/2)) \n" ); document.write( ": \n" ); document.write( "We know \n" ); document.write( ": \n" ); document.write( "500 = (352 * (1 - (1/2)^(n+1))) + (176 * (1 - (1/2)^n)) \n" ); document.write( ": \n" ); document.write( "divide both sides of = by 4 \n" ); document.write( ": \n" ); document.write( "125 = (88 * (1 - (1/2)^(n+1))) + (44 * (1 - (1/2)^n)) \n" ); document.write( ": \n" ); document.write( "125 = (88 * (1 - 2^(-n - 1))) + (44 * (1 - 2^(-n))) \n" ); document.write( ": \n" ); document.write( "7 * 2^n = 132 \n" ); document.write( ": \n" ); document.write( "use definition of logarithm \n" ); document.write( ": \n" ); document.write( "n = 4.237 \n" ); document.write( ": \n" ); document.write( "We calculate the rebounds for n = 4 and n = 3 \n" ); document.write( ": \n" ); document.write( "S(4) = 88 * (1 - (1/2)^4) / (1 - (1/2)) = 165 \n" ); document.write( "S(3) = 88 * (1 - (1/2)^(4.237)) / (1 - (1/2)) = 154 \n" ); document.write( ": \n" ); document.write( "*********************************************************** \n" ); document.write( "The ball is 165 - 154 = 11 feet above the ground \n" ); document.write( "*********************************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |