document.write( "Question 38731: When a ball is thrown, its height in feet \"h\" after \"t\" seconds is given by the equation
\n" );
document.write( "h = vt - 16t^2.
\n" );
document.write( "In this equation, \"v\" is the initial upwards velocity in feet per second. If v=28 feet per second, find all values of \"t\" for which h=12 feet. \n" );
document.write( "
Algebra.Com's Answer #24690 by fractalier(6550) You can put this solution on YOUR website! Let us substitute the values as given and then solve for t... \n" ); document.write( "h = vt - 16t^2 \n" ); document.write( "12 = 28t - 16t^2 \n" ); document.write( "16t^2 - 28t + 12 = 0 \n" ); document.write( "4t^2 - 7t + 3 = 0 \n" ); document.write( "(4t - 1)(t - 3) = 0 \n" ); document.write( "Thus \n" ); document.write( "t = 1/4 sec and t = 3 sec \n" ); document.write( " |