document.write( "Question 76783: I am having trouble finding the particular equation for the quadratic function described in the following situation.
\n" );
document.write( "The quarterback is standing on the opponents' 40-yard line. He throws a pass toward their goal line. The ball is 2 meters above the ground when the quarterback lets it go. It follows a parabolic path, reaching its highest point, 14 meters above the ground, as the 20-yard line.\r
\n" );
document.write( "\n" );
document.write( "Can you help \n" );
document.write( "
Algebra.Com's Answer #55036 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! at 0 yards away from the quarterback the ball is 2 meters above the ground \n" ); document.write( "(0,2) \n" ); document.write( "at the vertex, the ball is 20 yards away from the quarterback and 14 meters high \n" ); document.write( "(20,14) \n" ); document.write( "y = a(x - h)^2 + k \n" ); document.write( "y = a(x - 20)^2 + 14 \n" ); document.write( "2 = a(0 - 20)^2 + 14 \n" ); document.write( "-12 = 400a \n" ); document.write( "-3/100 = a \n" ); document.write( "Equation: y = (-3/100)(x - 20)^2 + 14 \n" ); document.write( " |