document.write( "Question 192759: the height h of a toy rocket t seconds after launching is determined by the formula h= -16t^2 + 112t
\n" );
document.write( "a)find the height of the rocket 2.5 seconds after launching
\n" );
document.write( "b) afer how many seconds is the rocket 196 feet above the ground?
\n" );
document.write( "c) when will the rocket hit the ground?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #144666 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the height h of a toy rocket t seconds after launching is determined by the formula h= -16t^2 + 112t \n" ); document.write( "a)find the height of the rocket 2.5 seconds after launching \n" ); document.write( "h(2.5) = -16(2.5)^2 + 112(2.5) = 180 ft. \n" ); document.write( "----------------------------------- \n" ); document.write( "b) afer how many seconds is the rocket 196 feet above the ground? \n" ); document.write( "-16t^2 + 112t = 196 \n" ); document.write( "-16t^2 + 112t - 196 = 0 \n" ); document.write( "t^2 - 7t + 12.25 = 0 \n" ); document.write( "t = [7 +- sqrt(49 - 4*1*+12.25)]/2 \n" ); document.write( "t = [7 +- sqrt(49 - 49)]/2 \n" ); document.write( "t = [7 +- sqrt(0)]/2 \n" ); document.write( "Positive solution: \n" ); document.write( "t = 7/2 = 3.5 seconds\r \n" ); document.write( "\n" ); document.write( "------------------------------------------------ \n" ); document.write( "c) when will the rocket hit the ground? \n" ); document.write( "-16t^2 + 112t = 0 \n" ); document.write( "-16t(t - 7) = 0 \n" ); document.write( "t = 0 (means it starts on the ground) \n" ); document.write( "t = 7 sec (means it ends up on the ground in 7 seconds) \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |