document.write( "Question 7496: An object is projected upward from the top of a tower. Its distance
\n" );
document.write( "in feet above the ground after t seconds is given by s(t)=-16t^2+64t+80. How many seconds will it take to reach ground
\n" );
document.write( "level? \n" );
document.write( "
Algebra.Com's Answer #4140 by ichudov(507)![]() ![]() You can put this solution on YOUR website! all you have to do is notice that when it hits the ground, its s(t) would be zero (zero height). \r \n" ); document.write( "\n" ); document.write( "so you say \r \n" ); document.write( "\n" ); document.write( "-16t^2+64t+80=0 \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "t=-1 is a wrong answer, so 5 is the right one. \n" ); document.write( " |