document.write( "Question 680237: A golf ball is hit so that when it is directly above a point that is x feet from the golfer, it is
\n" );
document.write( "h(x)= 30x-1/10x^2 feet above the ground
\n" );
document.write( "How far from the golfer will the ball hit the
\n" );
document.write( "ground?
\n" );
document.write( "(A) 100 feet (B) 150 feet (C) 200 feet (D) 250 feet (E) 300 feet \n" );
document.write( "
Algebra.Com's Answer #422267 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A golf ball is hit so that when it is directly above a point that is x feet from the golfer, it is \n" ); document.write( "h(x)= 30x-1/10x^2 feet above the ground \n" ); document.write( "How far from the golfer will the ball hit the \n" ); document.write( "ground? \n" ); document.write( "** \n" ); document.write( "when the ball hits the ground, h(x)=0 \n" ); document.write( "30x-1/10x^2=0 \n" ); document.write( "-0.1x^2+30x=0 \n" ); document.write( "-x^2+300x=0 \n" ); document.write( "-x(x-300)=0 \n" ); document.write( "-x=0 (reject) \n" ); document.write( "x-300=0 \n" ); document.write( "x=300 \n" ); document.write( "How far from the golfer will the ball hit the \n" ); document.write( "ground? 300 ft, ans (E) \n" ); document.write( " |