document.write( "Question 873018: Can anyone help me?\r
\n" );
document.write( "\n" );
document.write( "An experimental rocket is launched into the air from ground level with the Earth with an initial velocity of 192 feet per second. Its height s in feet is given by the formula
\n" );
document.write( "s=-16t^2+ 192t\r
\n" );
document.write( "\n" );
document.write( "After how many seconds will the rocket reach a height of 576 feet? \n" );
document.write( "
Algebra.Com's Answer #526601 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 576 = -16t^2 + 192t \n" ); document.write( "16t^2 - 192t + 576 = 0 \n" ); document.write( "t^2 - 12t + 36 = 0 \n" ); document.write( "(t-6)(t-6)= 0 , t = 6sec \n" ); document.write( " |