document.write( "Question 446196: The collision impact of an automobile varies jointly as its mass and the square of it's speed. Suppose a 2000-lb car traveling at 55mph has a collision impact of 12.3. What is the collision impact of the same car at 65mph? \n" ); document.write( "
Algebra.Com's Answer #307288 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The collision impact of an automobile varies jointly as its mass and the square of it's speed. \n" ); document.write( "i = k*m*s^2 \n" ); document.write( "--- \n" ); document.write( "Solve for \"k\" using \"a 2000-lb car traveling at 55mph has a collision impact of 12.3\". \n" ); document.write( "12.3 = k*2000*55^2 \n" ); document.write( "k = 12.3/(2000*55^2) \n" ); document.write( "k = 0.000002033 \n" ); document.write( "------------------------ \n" ); document.write( "Equation: \n" ); document.write( "i = 0.000002033*m*s^2 \n" ); document.write( "============================== \n" ); document.write( "What is the collision impact of the same car at 65mph? \n" ); document.write( "i = 0.000002033*2000*65^2 = 17.18 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |