document.write( "Question 326926: A projectile is fired from the ground with an upward speed of 245 m/s. After how many seconds will it return to the ground? Use the formula h=vt-4.9t^2 \n" ); document.write( "
Algebra.Com's Answer #234115 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A projectile is fired from the ground with an upward speed of 245 m/s. After how many seconds will it return to the ground? Use the formula h=vt-4.9t^2 \n" ); document.write( "--------------------- \n" ); document.write( "vt - 4.9t^2 = 0 \n" ); document.write( "245t - 4.9t^2 = 0 \n" ); document.write( "t*(245 - 4.9t) = 0 \n" ); document.write( "t = 0 (when it's fired) \n" ); document.write( "t = 50 seconds (when it returns) \n" ); document.write( " \n" ); document.write( " |