document.write( "Question 886620: A football is kicked at 40 yards away from a goal post that is 10 feet high. Its path is modeled by y = -0.03x^2 + 1.6x, where x is the horizontal distance in yards traveled by the football and y is the corresponding height above the ground in feet.
\n" );
document.write( "Does the football go over the goal post, and How far above or below the goal post is the football? Thanks. \n" );
document.write( "
Algebra.Com's Answer #536146 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! y = -0.03x^2 + 1.6x \n" ); document.write( "now x = 40 \n" ); document.write( "y = -0.03*(40^2) +1.6*40 \n" ); document.write( "y = 16 \n" ); document.write( "the football does clear the goal post by 6 feet \n" ); document.write( " \n" ); document.write( " |