document.write( "Question 1128031: The stopping distance D of a car after the brakes have been applied varies directly as the square of the speed s. A certain car traveling at 50 mi/h can stop in 240 ft. What is the maximum speed it can be traveling if it needs to stop in 180 ft? Round your answer to one decimal place. \n" ); document.write( "
Algebra.Com's Answer #744490 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! d=ks^2 \n" ); document.write( "240=k*50^2 \n" ); document.write( "k=240/2500 or 24/250\r \n" ); document.write( "\n" ); document.write( "use that in second \n" ); document.write( "180=(24/250)*s^2 \n" ); document.write( "s^2=250*180/24=1875 \n" ); document.write( "s=sqrt(1875)=43.3 mph \n" ); document.write( " |