document.write( "Question 95079: If a ball is thrown upward from the roof of a building 80 m tall with an initial velocity of 15 m/s, its approximate height h after t is given by
\n" );
document.write( "h = -5t^2 + 15t + 80.
\n" );
document.write( "When we used feet, the t^2-coefficient was -16 (from the fact that the acceleration due to gravity is approximately 32 ft/s^2). When we use meters as the height, the t^2-coefficient is -5 (that same accelerations becomes approximately 10 m/s^2). Use this information to solve 31 and 32.\r
\n" );
document.write( "\n" );
document.write( "31)Science and Medicine: When will the ball reach a height of 85 m?\r
\n" );
document.write( "\n" );
document.write( "32)Science and Medicine: How long does it take the ball to fall back to the ground? \n" );
document.write( "
Algebra.Com's Answer #69167 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a ball is thrown upward from the roof of a building 80 m tall with an initial velocity of 15 m/s, its approximate height h after t is given by \n" ); document.write( "h(t) = -5t^2 + 15t + 80. \n" ); document.write( "When we used feet, the t^2-coefficient was -16 (from the fact that the acceleration due to gravity is approximately 32 ft/s^2). When we use meters as the height, the t^2-coefficient is -5 (that same accelerations becomes approximately 10 m/s^2). Use this information to solve 31 and 32.\r \n" ); document.write( "\n" ); document.write( "31)Science and Medicine: When will the ball reach a height of 85 m? \n" ); document.write( "h(t) = -5t^2 + 15t + 80 \n" ); document.write( "85 = -5t^2 + 15t + 80 \n" ); document.write( "5t^2-15t+5 = 0 \n" ); document.write( "t^2-3t+1 = 0 \n" ); document.write( "t = [3+-sqrt(9-4*1*1)]/2 \n" ); document.write( "t = [3+-sqrt(5)]/2 \n" ); document.write( "Positive answers: \n" ); document.write( "t = [3+sqrt5]/2 = 2.62 seconds (on the way down) \n" ); document.write( "or t =[3-sqrt(5)]/2 = 0.38197 seconds (on the way up) \n" ); document.write( "=============\r \n" ); document.write( "\n" ); document.write( "32)Science and Medicine: How long does it take the ball to fall back to the ground? \n" ); document.write( "Height is zero when the ball is on the ground \n" ); document.write( "h(t) = -5t^2 + 15t + 80 \n" ); document.write( " -5t^2 + 15t + 80 = 0 \n" ); document.write( "t^2 -3t-16 = 0 \n" ); document.write( "t = [3 +- sqrt(9-4*1*-16)]/2 \n" ); document.write( "t = [3+-sqrt73]/2 \n" ); document.write( "Positive answer: \n" ); document.write( "t = (3+sqrt73) / 2 \n" ); document.write( "t = 5.77 seconds \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |