document.write( "Question 600278: During the first part of a trip, a car travels 50 miles at a certain speed. It then travels 80 miles on the second part at a speed 10 mph slower than the first part. The total time from the trip is 3 hours. What is the speed on each part of the trip? \n" ); document.write( "
Algebra.Com's Answer #379221 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! During the first part of a trip, a car travels 50 miles at a certain speed. It then travels 80 miles on the second part at a speed 10 mph slower than the first part. The total time from the trip is 3 hours. What is the speed on each part of the trip? \n" ); document.write( "----- \n" ); document.write( "1st part DATA: \n" ); document.write( "distance = 50 miles ; rate = x mph / time = d/r = 50/x hrs \n" ); document.write( "------------------ \n" ); document.write( "2nd part DATA: \n" ); document.write( "distance = 80 miles ; rate = (x-10) mph ; time = d/r = 80/(x-10) hrs \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "time + time = 3 hrs \n" ); document.write( "50/x + 80/(x-10) = 3 hrs \n" ); document.write( "50(x-10) + 80x = 3x(x-10) \n" ); document.write( "50x-500 + 80x = 3x^2-30x \n" ); document.write( "3x^2-80x + 500 = 0 \n" ); document.write( "---- \n" ); document.write( "Usable answer: \n" ); document.write( "x = 16 2/3 mph (1st part rate) \n" ); document.write( "x-10 = 6 3/4 mph (2nd part rate) \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====================\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |