document.write( "Question 763472: Hello! I'm having trouble with a Quadratic Equation word problem, quite frankly, I don't even know where to start. I know the formula, so I'm confident that I can solve it once it's in an equation form, but I just can't seem to get there. The question is:\r
\n" );
document.write( "\n" );
document.write( "Jasmine is a competitive diver. In a dive off an 8m platform, she reaches a maximum height of 8.4m after 0.30 seconds. How long does it take her to reach the water?\r
\n" );
document.write( "\n" );
document.write( "Thank's so much for the help, I really appreciate it!\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #464837 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The quadratic equation to use is \n" ); document.write( "s(t) = -4.9*t^2 +v(0)*t +h(o) \n" ); document.write( "note that we use 4.9 since we are working in meters, also h(o) = 8 meters \n" ); document.write( "============================================================================== \n" ); document.write( "now we need to calculate v(o) which is the launch velocity and \n" ); document.write( "we use rate * time = distance to calculate the rate which is v(0), so \n" ); document.write( "v(0) * .30 seconds = .4 meters and \n" ); document.write( "v(0) = .4 / .30 = 1.33 meters/sec \n" ); document.write( "====================================================================== \n" ); document.write( "now returning to the quadratic above we have \n" ); document.write( "0 = -4.9*t^2 +1.33*t + 8 \n" ); document.write( "solve for t using the quadratic formula \n" ); document.write( "t = (-b+sqrt(b^2-4ac)) / 2a = (-1.33 +sqrt(1.33^2 -4*(-4.9)*8)) / 2*-4.9 = -1.15 \n" ); document.write( "t = (-b-sqrt(b^2-4ac)) / 2a = (-1.33 +sqrt(1.33^2 -4*(-4.9)*8)) / 2*-4.9 = 1.42\r \n" ); document.write( "\n" ); document.write( "therefore she reaches the water in 1.42 seconds \n" ); document.write( " \n" ); document.write( " |