document.write( "Question 334401: A car travels a total distance of 317 miles. On the way to work it travels at a speed of 58 mph and on the way back it travels at a speed of 52 mph. The total time taken for the car is 5 hours and 45 min. How long does each of the speeds take? \n" ); document.write( "
Algebra.Com's Answer #239603 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
A car travels a total distance of 317 miles. On the way to work it travels at a speed of 58 mph and on the way back it travels at a speed of 52 mph. The total time taken for the car is 5 hours and 45 min. How long does each of the speeds take?
\n" ); document.write( "..
\n" ); document.write( "let the distance to work be x miles
\n" ); document.write( "speed = 58 mph
\n" ); document.write( "the distance return will be 317-x miles
\n" ); document.write( "speed = 52 mph
\n" ); document.write( "..
\n" ); document.write( "\"x%2F58+%2B+%28317-x%29%2F52+=+23%2F4\"
\n" ); document.write( "..
\n" ); document.write( "LCM = 52*58
\n" ); document.write( "..
\n" ); document.write( "\"%2852x%2B58%2A317-+58x+%29%2F+%2852%2A58%29+=+23%2F4\"
\n" ); document.write( "..
\n" ); document.write( "\"-8x+%2B18386=%2823%2A52%2A58%29+%2F+4+\"
\n" ); document.write( "..
\n" ); document.write( "-8x +18386 = 13*23*58
\n" ); document.write( "-8x=-18386+17342
\n" ); document.write( "-8x=-1044
\n" ); document.write( "x= -1044/-8
\n" ); document.write( "x= 130.5 miles.
\n" ); document.write( "\"time+=+distance+%2F+speed+\"
\n" ); document.write( "130.5 / 58 = 2.25 hours at 58 mph
\n" ); document.write( "..
\n" ); document.write( "317-130.5 = 186.5 miles
\n" ); document.write( "On return speed = 52 mph
\n" ); document.write( "\"time+=+distance+%2F+speed+=+186.5%2F52\"
\n" ); document.write( "3.5 hours at 52 mph
\n" ); document.write( "
\n" );