document.write( "Question 487026: A ball thrown into the air reaches a height h (in feet) according to the formula h = -16t2 + 80t, where t is the time elapsed since the ball was thrown. Find the shortest time it will take the ball to reach a height of 64 feet.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #332917 by John10(297)\"\" \"About 
You can put this solution on YOUR website!
when the height reaches to 64 ft,
\n" ); document.write( "-16t^2 + 80t = 64
\n" ); document.write( "-16t^2 + 80t - 64 = 0
\n" ); document.write( "t^2 - 5t + 4 = 0
\n" ); document.write( "(t - 4) (t - 1) = 0
\n" ); document.write( "t = 4 or t = 1
\n" ); document.write( "thus the shortest time is t = 1 second
\n" ); document.write( "John10:)
\n" ); document.write( "
\n" );