document.write( "Question 883478: The highway distance between two cities is 280 miles. The speed for 80 miles of the trip from one city to the other is 10 mph faster than the speed for the remainder of the distance. Find the two speeds if the total time of the trip is 6 hours? \n" ); document.write( "
Algebra.Com's Answer #533562 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The highway distance between two cities is 280 miles. The speed for 80 miles of the trip from one city to the other is 10 mph faster than the speed for the remainder of the distance. Find the two speeds if the total time of the trip is 6 hours?
\n" ); document.write( "***
\n" ); document.write( "let x=speed for 80 miles of the trip
\n" ); document.write( "x-10=speed for remaining 200 miles of the trip
\n" ); document.write( "travel time=distance/speed
\n" ); document.write( "..
\n" ); document.write( "\"80%2Fx%2B200%2F%28x-10%29=6\"
\n" ); document.write( "lcd=x(x-10)
\n" ); document.write( "80(x-10)+200x=6x(x-10)
\n" ); document.write( "80x-800+200x=6x^2-60x
\n" ); document.write( "6x^2-340x+800
\n" ); document.write( "solve for x by quadratic formula:
\n" ); document.write( "\"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"
\n" ); document.write( "a=6, b=-340, c=800
\n" ); document.write( "ans:
\n" ); document.write( "x≈2.5(reject, not reasonable)
\n" ); document.write( "or
\n" ); document.write( "x≈54.2
\n" ); document.write( "x-10≈44.2
\n" ); document.write( "speed for 80 miles of the trip=54.2 mph
\n" ); document.write( "speed for remaining 200 miles of the trip=44.2 mph
\n" ); document.write( "
\n" );