document.write( "Question 255024: A golf ball is hit in the air. the path of the golf ball can be described by the equation h = 55t - 5t where h is the height of the ball in meters and t is the time after how many seconds will the ball be in 160 high \n" ); document.write( "
Algebra.Com's Answer #187362 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! It should be 55t - 5t^2, and it's 160 meters high, not 160 high. \n" ); document.write( "-5t^2 + 55t - 160 = 0 \n" ); document.write( "-t^2 + 11t - 32 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "------------------ \n" ); document.write( "It doesn't go that high. \n" ); document.write( "The max height is 123.75 meters, at t = 5.5 seconds. \n" ); document.write( " |