document.write( "Question 1111938: How far from the base of a vertical cliff 0.8 meters high does a car land if it drove off horizontally at 61 kph? \n" ); document.write( "
| Algebra.Com's Answer #726969 by Alan3354(69443)     You can put this solution on YOUR website! How far from the base of a vertical cliff 0.8 meters high does a car land if it drove off horizontally at 61 kph? \n" ); document.write( "---------- \n" ); document.write( "Find the time to impact: \n" ); document.write( "h(t) = -4.9t^2 --- t in seconds \n" ); document.write( "-0.8 = -4.9t^2 \n" ); document.write( "t^2 = 8/49 \n" ); document.write( "t = 2sqrt(2)/7 seconds \n" ); document.write( "------- \n" ); document.write( "61 km/hr = 61000/3600 m/sec \n" ); document.write( "Horizontal distance = (305/18)*2sqrt(2)/7 meters \n" ); document.write( "================ \n" ); document.write( "That's some cliff. \n" ); document.write( " \n" ); document.write( " |