document.write( "Question 829633: the height in feet of a bottle rocket is given by h(t)=160t-t2 where t is the time in seconds. How long will it take for the rocket to return to the ground?\r
\n" );
document.write( "\n" );
document.write( "thanks
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #499975 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! the height in feet of a bottle rocket is given by h(t)=160t-t2 where t is the time in seconds. How long will it take for the rocket to return to the ground? \n" ); document.write( "*** \n" ); document.write( "When the rocket returns to the ground,its height=0 \n" ); document.write( "h(t)=160t-t2 \n" ); document.write( "0=160t-t2 \n" ); document.write( "-t^2+160t=0 \n" ); document.write( "-t(t-160)=0 \n" ); document.write( "t=0(reject,t>0) \n" ); document.write( "or \n" ); document.write( "t-160=0 \n" ); document.write( "t=160 \n" ); document.write( "How long will it take for the rocket to return to the ground? 160 seconds \n" ); document.write( " |