document.write( "Question 322897: The path of a basketball shot can be modeled by the equation h = -0.09d² + 0.9d + 2 where h is the height of the basketball, in metres, and d is the horizontal distance of the ball from the player, in meters.\r
\n" );
document.write( "\n" );
document.write( " How far from the floor is the ball when the player releases it? \n" );
document.write( "
Algebra.Com's Answer #231175 by jessica43(140)![]() ![]() ![]() You can put this solution on YOUR website! When the player first releases the basketball, the ball has not traveled any horizontal distance away from the player. This means that at the point of release, d=0 meters. \n" ); document.write( "Now plug that into the equation to find the height: \n" ); document.write( "h = -0.09d² + 0.9d + 2 \n" ); document.write( "h = -0.09(0)² + 0.9(0) + 2 \n" ); document.write( "h= 2 meters \n" ); document.write( "The ball is 2 meters off the floor when the player first releases it. \n" ); document.write( " |