document.write( "Question 1124993: I attempted to try this problem for myself, yet I still got the wrong answer. So can you figure out what I did wrong? I multiplied 0.04 by 2500 and 0.7 by 20. And I still got the wrong answer.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "For problem 121 the polynomial 0.04v^2 + 0.7v models the number of feet it takes for a car traveling v miles per hour to stop on dry, level concrete. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a) How many feet will it take a car traveling 50 miles per hour to stop on dry, level concrete?\r
\n" );
document.write( "\n" );
document.write( "b) How many feet will it take a car traveling 20 miles per hour through a school zone to stop on dry, level concrete?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #741319 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! f(v) = 0.04v^2 + 0.7v \n" ); document.write( ": \n" ); document.write( "a) 50 mph stopping distance = 0.04(50)^2 + 0.7(50) = 135 feet \n" ); document.write( ": \n" ); document.write( "b) 20 mph stopping distance = 0.04(20)^2 + 0.7(20) = 30 feet \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |