document.write( "Question 1165760: A bullet is fired from a gun and made a projectile motion. The trace of the path of the bullet is mathematically expressed as d = 60t — 4t2, where d is the distance in meters of the bullet from the ground in t seconds.\r
\n" );
document.write( "\n" );
document.write( "a. What is the distance of the bullet from the ground after 2 seconds (s)?\r
\n" );
document.write( "\n" );
document.write( "b. At what time will the bullet reach a height of 200 m?\r
\n" );
document.write( "\n" );
document.write( "c. What maximum distance from the ground does the bullet reach?\r
\n" );
document.write( "\n" );
document.write( "d. After how many seconds does the bullet reach its highest point?\r
\n" );
document.write( "\n" );
document.write( "e. At what time will the bullet hit the ground? \n" );
document.write( "
Algebra.Com's Answer #790207 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! d=60t-4t^2 \n" ); document.write( "so d(2)=120-16=104 m.\r \n" ); document.write( "\n" ); document.write( "200=-4t^2+60t \n" ); document.write( "so 4t^2-60t=200=0 \n" ); document.write( "and \n" ); document.write( "t^2-15t+50=0, dividing by 4 \n" ); document.write( "(t-10)(t-5)=0 \n" ); document.write( "so at t = 5 and 10 seconds\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "maximum distance up is at the vertex or t=-b/2a That is 60/8 or 7.5 seconds. \n" ); document.write( "d(7.5)=450-225=225 m\r \n" ); document.write( "\n" ); document.write( "It hits the ground after 15 seconds, twice the time it takes to reach the highest point. \n" ); document.write( "one could also do 4t^2-60t=0 \n" ); document.write( "t^2-15t=0 \n" ); document.write( "t(t-15)=0 \n" ); document.write( "t=0 (start) and t=15 seconds.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " |