document.write( "Question 920003: It takes a car 2 hour less time than a truck to travel a 400 mile distance. Find the rate if each vehicle if the car travels 10 mph faster than the truck.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #558100 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! t = D/r \n" ); document.write( "r the rate of the truck \n" ); document.write( "400/r - 400/(r+10mph) = 2hr |Multiplying thru by r(r+10)so as all denominators = 1 \n" ); document.write( "400(r+10) - 400r = 2r(r+10) \n" ); document.write( "2r^3 + 20r -4000 = 0 \n" ); document.write( "r^2 + 10r - 2000= 0 (Tossing out the negative solution for unit measure) \n" ); document.write( "(r + 50)(r -40) = 0 \n" ); document.write( "r = \n" ); document.write( "And...checking \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |