document.write( "Question 1008203: Joey drives from city A to city B at an average of 72 mph. Once he arrives at city B, he immediately turns around and heads back to city A. On the trip back to city A from city B, h has car troubles and drives an average speed of 48 mph. If the total round trip takes joey 5 hours, what is the distance between city A and city B? \n" ); document.write( "
Algebra.Com's Answer #623982 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "              rate      time     distance\r\n" );
document.write( "AtoB          72        ()        d\r\n" );
document.write( "BtoA          48        ()        d\r\n" );
document.write( "Total                   5\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "              rate      time     distance\r\n" );
document.write( "AtoB          72        \"d%2F72\"        d\r\n" );
document.write( "BtoA          48        \"d%2F48\"        d\r\n" );
document.write( "Total                   5\r\n" );
document.write( "

\n" ); document.write( "\"highlight_green%28d%2F72%2Bd%2F48=5%29\" \n" ); document.write( "
\n" );