document.write( "Question 1056879: A soccer ball is kicked. Its height (in feet) in the air is modeled by h(x) = -0.0498x^2 + 0.7538x, where x is the horizontal distance (in feet) the ball has traveled since being kicked. How far does the ball travel before hitting the ground?\r
\n" );
document.write( "\n" );
document.write( "What formula should I use?\r
\n" );
document.write( "\n" );
document.write( "Is it: -b/2a or - (b^2 - 4ac)/4a or -b + - square root of b^2 - 4ac/ 2a and why?\r
\n" );
document.write( "\n" );
document.write( "Thanks a lot\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #671942 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! h(x) = -0.0498x^2 + 0.7538x \n" ); document.write( "Set it equal to 0. \n" ); document.write( "factor out a -x(0.0498x-0.7538x=0 \n" ); document.write( "0.0498x=0.7538 \n" ); document.write( "x=15.13 feet \n" ); document.write( "You can use x=(1/2a)(-b+/- sqrt (b^2-4ac)), but in this instance the factoring is easier. \n" ); document.write( " \n" ); document.write( "-b/2a gives the x value of the vertex, useful when you want to know the maximum height of the ball. \n" ); document.write( " \n" ); document.write( " |