document.write( "Question 1010219: The Distance it takes a car to stop varies directly as the square of the speed of the car. If it takes 125 feet for a car traveling 50 miles per hour to stop, what distance is required for a speed of 44 miles per hour?
\n" );
document.write( "(round to the nearest hundredth if necessary) \n" );
document.write( "
Algebra.Com's Answer #625672 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We write this relationship as \n" ); document.write( "d = kv^2 \n" ); document.write( "Now plugging in we get \n" ); document.write( "125 feet = k(55 mph)^2 \n" ); document.write( "125 = 3025k \n" ); document.write( "k = .04132 \n" ); document.write( "Then we find d using our new value of k... \n" ); document.write( "d = (.04132)(44^2) = 80 feet \n" ); document.write( " |