document.write( "Question 735418: A child throws a ball upward from the roof of a house. The tragctory is parabolic, according to the laws of physics. The height the of the ball above the ground, y in meters is given by the quadratic relation
\n" );
document.write( "y=-3x^2+6x+4\r
\n" );
document.write( "\n" );
document.write( "a) How high is the roof of the house where the ball is thrown.
\n" );
document.write( "b)Complete the square to solve the quadratic equation for the exact values of x when y=0
\n" );
document.write( "c) Use the quadratic formula to confirm your answers from part b)
\n" );
document.write( "d) Exactly how far away from the house(horizontally) does the ball hit the ground?
\n" );
document.write( "e) Use your answers from parts b) and c) and determine the horizontal distance from the house when the ball reaches maximum height.
\n" );
document.write( "f) What is the maximum height of the ball? \n" );
document.write( "
Algebra.Com's Answer #449551 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A child throws a ball upward from the roof of a house. \n" ); document.write( " The trajectory is parabolic, according to the laws of physics. \n" ); document.write( " The height the of the ball above the ground, y in meters is given by the quadratic relation y=-3x^2+6x+4 \n" ); document.write( ": \n" ); document.write( "a) How high is the roof of the house where the ball is thrown. \n" ); document.write( "The ball was thrown when x = 0, therefore the roof is 4 meters high \n" ); document.write( ": \n" ); document.write( "b)Complete the square to solve the quadratic equation for the exact values of x when y=0 \n" ); document.write( "-3x^2 + 6x + ___ = -4 \n" ); document.write( "Coefficient of x has to be 1, divide equation by -3 \n" ); document.write( "x^2 - 2x + ___ = \n" ); document.write( "Find the value that completes the square, divide the coefficient of x \n" ); document.write( " and square it, add to both sides \n" ); document.write( "x^2 - 2x + 1 = \n" ); document.write( " \n" ); document.write( "Find the square root of both sides \n" ); document.write( "x - 1 = +/- \n" ); document.write( "Two solutions \n" ); document.write( "x = 1 + \n" ); document.write( "and \n" ); document.write( "x = 1 - \n" ); document.write( ": \n" ); document.write( "c) Use the quadratic formula to confirm your answers from part b) \n" ); document.write( " \n" ); document.write( "You can do the math on this \n" ); document.write( ": \n" ); document.write( "d) Exactly how far away from the house(horizontally) does the ball hit the ground? \n" ); document.write( "Solution 1 above x ~ 2.53 meters \n" ); document.write( ": \n" ); document.write( "e) Use your answers from parts b) and c) and determine the horizontal distance from the house when the ball reaches maximum height. \n" ); document.write( "That occurs at the axis of symmetry. x = -b/(2a) is the formula for that \n" ); document.write( "x = -6/(2*-3) \n" ); document.write( "x = 1 meter horizontally from the house it will be max height \n" ); document.write( ": \n" ); document.write( "f) What is the maximum height of the ball? \n" ); document.write( "y = -3(1^2) + 6(1) + 4 \n" ); document.write( "y = 7 meters max height \n" ); document.write( " |