document.write( "Question 411177: A ball is thrown across a playing field. Its path is given by the equation below, where x is the distance the ball has traveled horizontally, and y is its height above ground level, both measured in feet.
\n" );
document.write( "y = -0.005x2 + x + 9 \r
\n" );
document.write( "\n" );
document.write( "A) What is the maximum height attained by the ball?
\n" );
document.write( "B) How far has it traveled horizontally when it hits the ground? Round your answer to the nearest foot. \n" );
document.write( "
Algebra.Com's Answer #289040 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! y = -0.005x^2 + x + 9 \n" ); document.write( "A) What is the maximum height attained by the ball? \n" ); document.write( "Max occurs when x = -b/2a = -1/(2*-0.005) = 100 seconds \n" ); document.write( "Max height is f(100) = -0.005(100)^2+100+9 = 59 \n" ); document.write( "--------------------------- \n" ); document.write( "B) How far has it traveled horizontally when it hits the ground? Round your answer to the nearest foot. \n" ); document.write( "It started at f(0) = 9 ft and will be back on the ground at f(x) = 0 ft. \n" ); document.write( "--------------------------- \n" ); document.write( "Solve -0.005x^2+x+9 = 0 \n" ); document.write( "Solve for \"x\" using the Quadratic Formula. \n" ); document.write( "============================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " \n" ); document.write( " |