document.write( "Question 156573This question is from textbook
\n" );
document.write( ": The height h, in feet of a baseball above the ground t seconds after it is hit, is given by h= -16t^2 + 50t +4.5
\n" );
document.write( "Use this equation to determine the number of seconds, to the nearest tenth of a second, from the time the ball is hit until the ball hits the ground.
\n" );
document.write( "Show all of your algebra work. \n" );
document.write( "
Algebra.Com's Answer #115374 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! h = -16t^2 + 50t + 4.5 \n" ); document.write( "when the ball hits the ground, h will be 0 \n" ); document.write( "so solve the equation \n" ); document.write( "-16t^2 + 50t + 4.5 = 0 \n" ); document.write( "solve using quadratic equation (-b +/- sqrt(b^2-4ac))/2a.\r \n" ); document.write( "\n" ); document.write( "a = -16 \n" ); document.write( "b = 50 \n" ); document.write( "c = 4.5\r \n" ); document.write( "\n" ); document.write( "use calculator and do not round until the end.\r \n" ); document.write( "\n" ); document.write( "b^2 = 2500 \n" ); document.write( "4ac = 4*(-16)*4.5 = (-288) \n" ); document.write( "b^2-4ac = 2500 - (-288) = 2788 \n" ); document.write( "sqrt(b^2-4ac) = 52.80151513\r \n" ); document.write( "\n" ); document.write( "formula then becomes (-50 +/- 52.80151513) / -32\r \n" ); document.write( "\n" ); document.write( "t = 3.212547345 or t = .087547348\r \n" ); document.write( "\n" ); document.write( "substituting in original equation for t = 3.212547345\r \n" ); document.write( "\n" ); document.write( "(-16 * 10.32046046) + (50 * 3.212547345) + 4.5 = something very close to 0.\r \n" ); document.write( "\n" ); document.write( "substituting in original equation for t = .087547345\r \n" ); document.write( "\n" ); document.write( "(-16 * .007) + (50 * .087) + 4.5 = something very positive so this is not the answer. \r \n" ); document.write( "\n" ); document.write( "answer is t = 3.2 seconds rounded to the nearest tenth of a second. \n" ); document.write( " |