document.write( "Question 449709: if an object is projected upward with an initial velocity off 64 ft per sec from a height of 336 feet then its height t sec after it is projected is defined by the equation h= -16t^2 + 64 t + 336. how many sec after it is projected will it hit the ground? \n" ); document.write( "
Algebra.Com's Answer #309372 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
0=-16t2+64t+336
\n" ); document.write( "16t2-64t-336=0
\n" ); document.write( "t2-4t-21=0
\n" ); document.write( "(t-7)(t+3)=0
\n" ); document.write( "t=7 or -3
\n" ); document.write( "Throwing out the negative answer, we get the time t to be 7 seconds..
\n" ); document.write( "
\n" );