document.write( "Question 1063677: Will someone please show me a completed solution to this word problem.\r
\n" );
document.write( "\n" );
document.write( " In a diving siblings showcase,11-year-old Hannah takes off from a 24.61 foot platform with an initial velocity of 9.7 feet per second at the same time that her older brother Tyler takes off from a 32.81 foot platform with an initial velocity of 4.51 feet per second. Who enters the water first? By how much? Round to the nearest hundredth.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " Thanks very much for your help and your time. \n" );
document.write( "
Algebra.Com's Answer #678798 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! since we are working in feet, we use 32 ft/sec/sec to represent acceleration due to gravity \n" ); document.write( ": \n" ); document.write( "h(t) = -(1/2)32t^2 + v(0)t + h(0), where t is time, v(0) is initial velocity, h(0) is initial height and h(t) is height after t seconds \n" ); document.write( ": \n" ); document.write( "Calculate for Hannah, 0 height is when she hits the water \n" ); document.write( ": \n" ); document.write( "0 = -16t^2 + 9.7t + 24.61 \n" ); document.write( ": \n" ); document.write( "use quadratic formula to solve for t \n" ); document.write( ": \n" ); document.write( "t = (-9.7 + square root(9.7^2 - 4 * (-16) * 24.61) / (2*(-16)) = -0.97 \n" ); document.write( "t = (-9.7 - square root(9.7^2 - 4 * (-16) * 24.61) / (2*(-16)) = 1.58 \n" ); document.write( ": \n" ); document.write( "Calculate for Tyler \n" ); document.write( ": \n" ); document.write( "0 = -16t^2 + 4.51t + 32.81 \n" ); document.write( ": \n" ); document.write( "t = (-(4.51) + square root((4.51^2) - 4 * (-16) * 32.81) / (2*(-16)) = -1.30 \n" ); document.write( "t = (-(4.51) - square root((4.51^2) - 4 * (-16) * 32.81) / (2*(-16)) = 1.58 \n" ); document.write( ": \n" ); document.write( "***************************************************************************** \n" ); document.write( "Hannah and Tyler enter the water at the same time, 1.58 seconds after jumping \n" ); document.write( "***************************************************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |