document.write( "Question 727216:  I am really confused on this one. Here is the problem:\r
\n" );
document.write( "\n" );
document.write( "A child throws a ball up a hill that makes an angle of 45 degrees with the horizontal. The ball lands 100 feet up the hill. Its trajectory is a parabola with equation y= -X^2 + ax for some number a. Find a.  \n" );
document.write( "
| Algebra.Com's Answer #445037 by Alan3354(69443)     You can put this solution on YOUR website! A child throws a ball up a hill that makes an angle of 45 degrees with the horizontal. The ball lands 100 feet up the hill. Its trajectory is a parabola with equation y= -X^2 + ax for some number a. Find a. \n" ); document.write( "------------ \n" ); document.write( "The hill is the line y = x \n" ); document.write( "100 ft measured on the hill --> x = 100cos(45), y = 100sin(45) \n" ); document.write( "The point of impact is (70.7,70.7) \n" ); document.write( "---------- \n" ); document.write( "y = -x^2 + ax \n" ); document.write( "70.7 = -5000 + a*70.7 \n" ); document.write( "a =~ 71.72\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |