document.write( "Question 634512: A bicyclist rode from point A to Point B at an average speed of 30 km/hr. Without stopping, he returned from Point B to Point A, following the same route, at an average speed of 20 km/hr. What was the average speed in km/hr over the course of the ride? \n" ); document.write( "
Algebra.Com's Answer #399802 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A bicyclist rode from point A to Point B at an average speed of 30 km/hr.
\n" ); document.write( " Without stopping, he returned from Point B to Point A, following the same
\n" ); document.write( " route, at an average speed of 20 km/hr.
\n" ); document.write( " What was the average speed in km/hr over the course of the ride?
\n" ); document.write( ":
\n" ); document.write( "Let a = the average speed for the round trip
\n" ); document.write( "Let d = one-way distance
\n" ); document.write( ":
\n" ); document.write( "Write a time equation, time = dist/speed
\n" ); document.write( ":
\n" ); document.write( "A-B time + B-A time = Total time
\n" ); document.write( "\"d%2F30\" + \"d%2F20\" = \"%282d%29%2Fa\"
\n" ); document.write( "We don't need d, divide thru by d
\n" ); document.write( "\"1%2F30\" + \"1%2F20\" = \"%282%29%2Fa\"
\n" ); document.write( "multiply by 60a, resulting in
\n" ); document.write( "2a + 3a = 2(60)
\n" ); document.write( "5a = 120
\n" ); document.write( "a = 120/5
\n" ); document.write( "a = 24 km/h is the average speed for the round trip
\n" ); document.write( "
\n" );