document.write( "Question 513617: It took John 2 hours to bike from Dublin to Pickerington at a constant speed. The return trip took only 1.5 hours because he increased his speed by 6 mph. How far apart are Dublin and Pickerington? \n" ); document.write( "
Algebra.Com's Answer #343054 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
It took John 2 hours to bike from Dublin to Pickerington at a constant speed. The return trip took only 1.5 hours because he increased his speed by 6 mph. How far apart are Dublin and Pickerington?
\n" ); document.write( "=============================================
\n" ); document.write( "Let d = the distance from D to P
\n" ); document.write( "The speed of the outbound trip is:
\n" ); document.write( "s = d/2 [D -> P takes 2 h]
\n" ); document.write( "The speed of the return trip is:
\n" ); document.write( "s + 6 = d/1.5 [P -> D takes 1.5 h; speed increased 6 mph]
\n" ); document.write( "Substitute the value for s in the 1st equation into the 2nd equation:
\n" ); document.write( "d/2 + 6 = d/1.5
\n" ); document.write( "Solve for d:
\n" ); document.write( "(2d - 1.5d)/3 = 6
\n" ); document.write( "d = 36 mi
\n" ); document.write( "
\n" );