document.write( "Question 130784: If a rock falls from a height of 40 meters on Earth, the height H (in meters) after x seconds is approximately
\n" );
document.write( "H(x) = 40 - 4.9x2.
\n" );
document.write( "When does the rock strike the ground? Round to the nearest hundredth, if necessary. \n" );
document.write( "
Algebra.Com's Answer #95483 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a rock falls from a height of 40 meters on Earth, the height H (in meters) after x seconds is approximately \n" ); document.write( "H(x) = 40 - 4.9x2. \n" ); document.write( "When does the rock strike the ground? Round to the nearest hundredth, if necessary. \n" ); document.write( "-------------- \n" ); document.write( "Let H(x) = zero and solve for \"x\". \n" ); document.write( "40 - 4.9x^2 = 0 \n" ); document.write( "4.9x^2 = 40 \n" ); document.write( "x^2 = 40/4.9 \n" ); document.write( "x^2 = 400/49 \n" ); document.write( "x = 20/7 \n" ); document.write( "x = 2.857... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |