document.write( "Question 661103: If a rock falls from a height of 20 meter on the planet Jupiter, its height H (in meters) after x seconds is approximately H(x)=20-13x^2\r
\n" );
document.write( "\n" );
document.write( "When is the height of the rock 15 meters?\r
\n" );
document.write( "\n" );
document.write( "I have already plugged 15 meters into the equation like this 15=20-13x^2
\n" );
document.write( "How do I solve for x? \n" );
document.write( "
Algebra.Com's Answer #411509 by lynnlo(4176)![]() ![]() ![]() You can put this solution on YOUR website! 15=20-13x^2 \n" ); document.write( "(1)reverse the equality in 15=20-13x^2 \n" ); document.write( "it is the same as 20-13x^2=15 \n" ); document.write( "(2)isolate terms with x to the left side \n" ); document.write( "subtract 20 from both sides \n" ); document.write( "-13x^2=-5 \n" ); document.write( "(3)divide both sides by a constant to simplify \n" ); document.write( "divide both sides by -13=x^2=5/3 \n" ); document.write( "(4)eliminate exponent on left side,take the square root both sides \n" ); document.write( "answer====x=√5/13 OR x=-√5/13 \n" ); document.write( " |