document.write( "Question 479539: A ball is thrown vertically upwars of 15 feet per second from a bridge that is 55 feet above the level of the water. The height h, in feet, of the ball above the water at time t in seconds after it is thrown is h = 12t^2 + 20t - 48
\n" );
document.write( "Find the time when the ball strikes the water. \n" );
document.write( "
Algebra.Com's Answer #328546 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 55=12t^2 + 20t - 48 \n" ); document.write( "12t^2 + 20t -103=0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "t=2.21261114708284, -3.8792778137495 \n" ); document.write( "Throwing out the negative answer, we get t=2.21261114708284 seconds.. \n" ); document.write( " |