document.write( "Question 50420This question is from textbook
\n" );
document.write( ": I am trying to find the time it takes for an object to reach 180 ft. I have h = -16t^2 + 112t. The velocity is 112 ft/s, so I need to solve it as 16t^2 + 112t = 180 \n" );
document.write( "
Algebra.Com's Answer #33526 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! I am trying to find the time it takes for an object to reach 180 ft. I have h = -16t^2 + 112t. The velocity is 112 ft/s, so I need to solve it as 16t^2 + 112t = 180 \n" ); document.write( "16T^2+112T-180=0...DIVIDE WITH 4 \n" ); document.write( "4T^2+28T-45=0 \n" ); document.write( " \n" ); document.write( "T=[-28+SQRT{28^2-4*4*(-45)}]/8=1.3477 \n" ); document.write( " |