document.write( "Question 1092505: an object in launched upward at 110 feet per second from a platform 75 feet high . \r
\n" );
document.write( "\n" );
document.write( "a) When will the object be 120 feet high?\r
\n" );
document.write( "\n" );
document.write( "b) What is its maximum height?\r
\n" );
document.write( "\n" );
document.write( "c) When will it reach the ground?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #707125 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the equation is -16t^2+110t+75, which accounts for the launch velocity and height. \n" ); document.write( "-16t^2+110t+75=120 \n" ); document.write( "-16t^2+110t-45=0; 16t^2-110t+45 \n" ); document.write( "t=(1/32)(110+/- sqrt (12100-2880); sqrt 9220=96.02, use 96 \n" ); document.write( "t=0..4375 sec and 6.4375 sec. Note, one uses both roots here. \n" ); document.write( "============== \n" ); document.write( "maximum height is at time t=-b/2a=110/32 or 3.44 sec. If I use exact answer or 3.4375 the height is 264.0625 feet, 264 feet. If I use 3.44 sec the height is 264 feet. \n" ); document.write( "============= \n" ); document.write( "hits ground when 16x^2-110x-75=0 \n" ); document.write( "x^2-110x-1200=0 divide first term by 16 and multiply last by 16 \n" ); document.write( "(x-120)(x+10)=0 \n" ); document.write( "divide constants by 16 and reduce to lowest terms \n" ); document.write( "(x-(15/2))(x+(5/8))=0 \n" ); document.write( "move the denominator out front \n" ); document.write( "(2x-15)(8x+5)=0 \n" ); document.write( "Postitive root is x=7.5 seconds. \n" ); document.write( " |