document.write( "Question 1124495: The stopping distance of a car after the brakes have been applied varies directly as the square of the speed.\r
\n" );
document.write( "\n" );
document.write( "A.If a car traveling 60mph can stop in 200ft.,how far will it take a car to stop if it is traveling at 50mph\r
\n" );
document.write( "\n" );
document.write( "B.Suppose the car was able to stop in 50ft. At what rate was its traveling?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #740797 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! d=k*s^2 \n" ); document.write( "200=k*60^2 \n" ); document.write( "200/3600=k \n" ); document.write( "k=1/18 or 0.057\r \n" ); document.write( "\n" ); document.write( "50=k*s^2 \n" ); document.write( "50/(1/18)=s^2 \n" ); document.write( "900=s^2 \n" ); document.write( "s=30 mph\r \n" ); document.write( "\n" ); document.write( "This makes sense, because as the speed doubles (30 to 60) the stopping distance should increase by a factor of 4 (50 to 200). \n" ); document.write( " |