document.write( "Question 153479: On planet X, an object falls 18 feet in 3 seconds. Knowing the distance it falls varies directly with the square of the time of fall, how long does it take an object to fall 100 feet? Round your answer to three decimal places \n" ); document.write( "
Algebra.Com's Answer #112977 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
On planet X, an object falls 18 feet in 3 seconds. Knowing the distance it falls varies directly with the square of the time of fall, how long does it take an object to fall 100 feet? Round your answer to three decimal places
\n" ); document.write( "---------------
\n" ); document.write( "distance = k*time^2
\n" ); document.write( "d = kt^2
\n" ); document.write( "Find \"k\":
\n" ); document.write( "18 = k*3^2
\n" ); document.write( "k = 2
\n" ); document.write( "----------
\n" ); document.write( "Equation for planet X:
\n" ); document.write( "d = 2t^2
\n" ); document.write( "100 = 2*t^2
\n" ); document.write( "t^2 = 50
\n" ); document.write( "t = 5sqrt(2)
\n" ); document.write( "t = 7.071 seconds
\n" ); document.write( "=====================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );