document.write( "Question 891416: A bus service runs between two cities. Going one way, the average speed of the bus is 66mph, and going the other way, it is 3mph slower, so the ride takes 20 minutes longer. What is the distance between the two cities? \n" ); document.write( "
Algebra.Com's Answer #539755 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+t+\" = time in hours to travel at \"+66+\" mi/hr
\n" ); document.write( "\"+t+%2B+20%2F60+=+t+%2B+1%2F3+\" = time in hours to travel at \"+66+-+3+=+63+\" mi/hr
\n" ); document.write( "Let \"+d+\" = the distance in miles between the cities
\n" ); document.write( "--------------------
\n" ); document.write( "Traveling at \"+66+\" mi/hr:
\n" ); document.write( "(1) \"+d+=+66t+\"
\n" ); document.write( "Traveling at \"+63+\" mi/hr:
\n" ); document.write( "(2) \"+d+=+63%2A%28+t+%2B+1%2F3+%29+\"
\n" ); document.write( "------------------------
\n" ); document.write( "Substitute (1) into (2)
\n" ); document.write( "(2) \"+66t+=+63%2A%28+t+%2B+1%2F3+%29+\"
\n" ); document.write( "(2) \"+66t=+63t+%2B+21+\"
\n" ); document.write( "(2) \"+3t+=+21+\"
\n" ); document.write( "(2) \"+t+=+7+\"
\n" ); document.write( "and, since
\n" ); document.write( "(1) \"+d+=+66t+\"
\n" ); document.write( "(1) \"+d+=+66%2A7+\"
\n" ); document.write( "(1) \"+d+=+462+\"
\n" ); document.write( "The distance between the cities is 462 mi
\n" ); document.write( "check:
\n" ); document.write( "(2) \"+d+=+63%2A%28+t+%2B+1%2F3+%29+\"
\n" ); document.write( "(2) \"+462+=+63%2A%28+7+%2B+1%2F3+%29+\"
\n" ); document.write( "(2) \"+462+=+441+%2B+21+\"
\n" ); document.write( "(2) \"+462+=+462+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );