document.write( "Question 637693: A kicker starts a football game by \"kicking off\". The quadratic function y = -12⋅x2 + 36⋅x models the football's height after x seconds. How long is the football in the air? \n" ); document.write( "
Algebra.Com's Answer #401844 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A kicker starts a football game by \"kicking off\". \n" ); document.write( " The quadratic function y = -12⋅x2 + 36⋅x models the football's height after x seconds. \n" ); document.write( " How long is the football in the air? \n" ); document.write( ": \n" ); document.write( "y = -12x^2 + 36x \n" ); document.write( "When the ball hits the ground, y = 0; therefore: \n" ); document.write( "-12x^2 + 36x = 0 \n" ); document.write( "Factor out -12x \n" ); document.write( "-12x(x - 3) = 0 \n" ); document.write( "Two solutions \n" ); document.write( "x = 0 \n" ); document.write( "and \n" ); document.write( "x = 3 seconds in the air \n" ); document.write( " |