document.write( "Question 675395: A football initially on the ground is kicked in the air and follows a parabolic path after 2 seconds the football is 6 meters off the ground it reaches a maximum height of 8 meters after 4 seconds . Find the height of the football 7 seconds after the ball is kicked? \n" ); document.write( "
Algebra.Com's Answer #419846 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A football initially on the ground is kicked in the air and follows a parabolic \n" ); document.write( " path after 2 seconds the football is 6 meters off the ground it reaches a \n" ); document.write( " maximum height of 8 meters after 4 seconds. \n" ); document.write( " Find the height of the football 7 seconds after the ball is kicked? \n" ); document.write( ": \n" ); document.write( "Using the form y = ax^2 + bx + c, where, y is the height in meters, \n" ); document.write( " x = time in seconds, the ball starts at ground level therefore c = 0 \n" ); document.write( ": \n" ); document.write( "Two ordered pairs to find a, and b \n" ); document.write( "x=2; y=6 \n" ); document.write( "4a + 2b = 6 \n" ); document.write( "and \n" ); document.write( "x=4, y=8 \n" ); document.write( "16a + 4b = 8 \n" ); document.write( ": \n" ); document.write( "Use elimination, multiply the 1st equation by 2, subtract from the 2nd equation \n" ); document.write( "16a + 4b = 8 \n" ); document.write( "8a + 4b = 12 \n" ); document.write( "----------------subtraction eliminates b, find a \n" ); document.write( "8a = -4 \n" ); document.write( "a = -4/8 \n" ); document.write( "a = -.5 \n" ); document.write( ": \n" ); document.write( "Find b using the 1st original equation \n" ); document.write( "4(-.5) + 2b = 6 \n" ); document.write( "-2 + 2b = 6 \n" ); document.write( "2b = 6 + 2 \n" ); document.write( "b = 8/2 \n" ); document.write( "b = 4 \n" ); document.write( ": \n" ); document.write( "The equation: y = -.5x^2 + 4x \n" ); document.write( "Find the height when x = 7 \n" ); document.write( "y = -.5(7^2) + 4(7) \n" ); document.write( "y = -24.5 + 28 \n" ); document.write( "y = 3.5 meters after 7 seconds \n" ); document.write( ": \n" ); document.write( "Graphically \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |