document.write( "Question 217218: A projectile is fired directly upward with a muzzle velocity of 860 feet per second from a height of 7 feet above the ground.\r
\n" );
document.write( "\n" );
document.write( "a. Determine a function for the height of the projectile t seconds after it's released.\r
\n" );
document.write( "\n" );
document.write( "b. How long does it take the projectile to reach of height of 100 feet on its way up?\r
\n" );
document.write( "\n" );
document.write( "c. How long is the projectile in the air? \n" );
document.write( "
Algebra.Com's Answer #163820 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A projectile is fired directly upward with a muzzle velocity of 860 feet per \n" ); document.write( " second from a height of 7 feet above the ground. \n" ); document.write( ": \n" ); document.write( "a. Determine a function for the height of the projectile t seconds after it's released. \n" ); document.write( "Assuming the equation: h = -16t^2 + vt + c \n" ); document.write( "h = -16t^2 + 860t + 7 \n" ); document.write( "; \n" ); document.write( "b. How long does it take the projectile to reach of height of 100 feet on its way up? \n" ); document.write( "-16^2 + 860t + 7 = 100 \n" ); document.write( "-16t^2 + 860t + 7 - 100 = 0 \n" ); document.write( "-16t^2 + 860t - 93 = 0 \n" ); document.write( "Use the quadratic formulas to find t \n" ); document.write( " \n" ); document.write( "In this equation: x = t: a=-16; b=860; c=-93 \n" ); document.write( " \n" ); document.write( "Do the math here and you get: t =.108 seconds for 100' on the way up \n" ); document.write( ": \n" ); document.write( "c. How long is the projectile in the air? \n" ); document.write( "h = 0, the equation for this -16t^2 + 860t + 7 = 0 \n" ); document.write( "Use the quadratic formulas to find t \n" ); document.write( " \n" ); document.write( "In this equation: x = t: a=-16; b=860; c=7 \n" ); document.write( " \n" ); document.write( "Do the math here and you get: t = 53.758 seconds to return to earth \n" ); document.write( " |