document.write( "Question 887283: A cyclist covers a distance of x km at 60 km/h. Her return journey at 12 km/h takes 80 minutes longer. Determine the distance \n" ); document.write( "
Algebra.Com's Answer #536523 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A cyclist covers a distance of x km at 60 km/h. Her return journey at 12 km/h takes 80 minutes longer. Determine the distance
\n" ); document.write( "***
\n" ); document.write( "let x=distance
\n" ); document.write( "travel time=distance/speed
\n" ); document.write( "\"x%2F12-x%2F60=80+min\"
\n" ); document.write( "\"x%2F12-x%2F60=%284%2F3%29+hr\"
\n" ); document.write( "lcd:60
\n" ); document.write( "\"5x-x=80\"
\n" ); document.write( "4x=80
\n" ); document.write( "x=20
\n" ); document.write( "distance=20 km
\n" ); document.write( "
\n" );