document.write( "Question 47975: A 5.6 feet tall woman is shooting a free throw. The path of the basketball is parabolic in shape and the ball reaches its maximum height of 11.5 feet when the ball is 10 feet from the player. (i) Find the equation for the path of the ball. Let x be the horizontal distance from the shooter, and y be the height of the ball. (ii) the ball hits the front of the rim, which is 10 feet high. How far is the shooter from the rim?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #31730 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A 5.6 feet tall woman is shooting a free throw. The path of the basketball is parabolic in shape and the ball reaches its maximum height of 11.5 feet when the ball is 10 feet from the player. (i) Find the equation for the path of the ball. Let x be the horizontal distance from the shooter, and y be the height of the ball. (ii) the ball hits the front of the rim, which is 10 feet high. How far is the shooter from the rim? \r \n" ); document.write( "\n" ); document.write( "Draw the picture. The ball starts at (0,5.6), rises to (10,11.5), and \n" ); document.write( "decends to (x,10). \n" ); document.write( "The equation form is ax^2+bx+c=y \n" ); document.write( "Substituting (0,5.6) you get c=5.6 \n" ); document.write( "Substituting (10,11.5) you get 100a+10b+5.6=11.5 \n" ); document.write( "Then 100a + 10b = 5.9 \n" ); document.write( "Since (10,11.5) is a maximum point, -b/2a = 10; so b=-20a \n" ); document.write( "Substituting that value for \"b\" into 100a+10b=5.9 you get: \n" ); document.write( "100a+10(-20a)=5.9 \n" ); document.write( "-100a=5.9 \n" ); document.write( "a=-0.059 \n" ); document.write( "Substituting that into b=-20a you get: \n" ); document.write( "b=-20(-0.059)=1.18 \n" ); document.write( "So the equation is y=-0.059x^2+1.18x+5.6 \n" ); document.write( "Substituting y=11.5 into this equation you get x=approximately 4.96 ft.\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |