document.write( "Question 418442: the distance an object will fall on the moon is directly proportional to the square of the time it falls. if an object falls 10.6 feet in 2 seconds, how far would an object fall in 3 seconds? \n" ); document.write( "
Algebra.Com's Answer #292827 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
the distance an object will fall on the moon is directly proportional to the square of the time it falls.
\n" ); document.write( " if an object falls 10.6 feet in 2 seconds, how far would an object fall in 3 seconds?
\n" ); document.write( ":
\n" ); document.write( "let x = distance it will fall in 3 sec
\n" ); document.write( "\"10.6%2Fx\" = \"2%5E2%2F3%5E2\"
\n" ); document.write( "\"10.6%2Fx\" = \"4%2F9\"
\n" ); document.write( "cross multiply
\n" ); document.write( "4x = 10.6 * 9
\n" ); document.write( "4x = 95.4
\n" ); document.write( "x = \"95.4%2F4\"
\n" ); document.write( "x = 23.85 ft in 3 sec
\n" ); document.write( "
\n" );