document.write( "Question 458532: If an object is propelled upward from a height of s feet at an initial velocity of v feet per second, then its height h after t seconds is given by the equation h=-16t^2+vt+s, where h is in feet. If the object is propelled from a height of 8 feet with an initial velocity of 64 feet per second, its height h is given by the equation h=-16t^2+64t+8.\r
\n" );
document.write( "\n" );
document.write( "After how many seconds is the height 68 feet? \n" );
document.write( "
Algebra.Com's Answer #314633 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 68=-16t2+64t+8 \n" ); document.write( "16t2-64t+60=0 \n" ); document.write( "4t2-16t+15=0 \n" ); document.write( "(2t-5)(2t-3)=0 \n" ); document.write( "t=5/2 or 3/2 \n" ); document.write( "The object is at 68 feet after 3/2 secs, and returns to 68 feet after another second.. \n" ); document.write( " |