document.write( "Question 971350: 4. How far does a ball, hit from a height of 3 feet at a speed of 120 feet per second and an angle of 30 degrees, go before it hits the ground? Round your answer to the nearest integer?
\n" ); document.write( "X=(V cos() )t
\n" ); document.write( "Y= h+(V sin () )t-16t^2
\n" ); document.write( "V IS INITIAL VELOCITY. ()= number for degree
\n" ); document.write( "

Algebra.Com's Answer #593883 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
\"h=3\"= initial height of the ball above the ground (in feet)
\n" ); document.write( "\"V=120\"= initial ball speed (in feet per second)
\n" ); document.write( "\"g=32\"\"ft\"\"%22+%2F%22\"\"second%5E2\"= acceleration of gravity
\n" ); document.write( "\"theta=30%5Eo\"= initial angle of the ball trajectory with the horizontal ground
\n" ); document.write( "\"t\"= time the ball is in the air (in seconds)
\n" ); document.write( "\"X=%28V%2Acos%28theta%29%29%2At\"= horizontal displacement of the ball (in feet)
\n" ); document.write( "\"Y=h%2B%28V%2Asin%28theta%29%29%2At-16t%5E2\"= height of the ball above the horizontal ground (in feet)
\n" ); document.write( "
\n" ); document.write( "When the ball hits the horizontal ground, \"Y=0\" . Then,
\n" ); document.write( "\"h%2B%28V%2Asin%28theta%29%29%2At-16t%5E2=0\" , and substituting the known values,
\n" ); document.write( "\"3%2B%28120%2Asin%2830%5Eo%29%29%2At-16t%5E2=0\"--->\"3%2B%28120%2A%281%2F2%29%29%2At-16t%5E2=0\"--->\"3%2B60t-16t%5E2=0\"--->\"16t%5E2-60t-3=0\"
\n" ); document.write( "The solution to that quadratic equation that makes sense for this situation is
\n" ); document.write( "\"t=aproximately3.8\" ,
\n" ); document.write( "because the other solution is negative
\n" ); document.write( "Plugging that value for \"t\" ,
\n" ); document.write( "and the known values for \"theta\" and \"V\" into
\n" ); document.write( "\"X=%28V%2Acos%28theta%29%29%2At\" we get
\n" ); document.write( "\"X=%28120%2Acos%2830%5Eo%29%29%2A3.8\"--->\"X=approximately395\"
\n" ); document.write( "
\n" );