document.write( "Question 1131584: Angelo travels from Town A to Town B at an average speed of 4km/h and from Town B to Town A at an average speed of 6km/h. If he takes 45 minutes to complete the entire journey, find his total distance traveled.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #748270 by ikleyn(52847)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Angelo travels from Town A to Town B at an average speed of 4km/h and from Town B to Town A at an average speed of 6km/h.
\n" ); document.write( "If he takes 45 minutes to complete the entire journey, find his total distance traveled.
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "         Since the solution by @josgarithmetic is incorrect,  I came to bring the correct one,  which is placed below.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "d, distance between A and B\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Travel from A to B  at  4 km/h  ------>  time = \"d%2F4\"  hours.\r\n" );
document.write( "\r\n" );
document.write( "Travel from B to A  at  6 km/h  ------>  time = \"d%2F6\"  hours.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"d%2F4\" + \"d%2F6\" = \"3%2F4\"  of an hour      <<<---=== the \"time\" equation\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Multiply by 12 both sides.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "3d + 2d = 9  ====>  5d = 9  ====>  d = \"9%2F5\" kilometers.     ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );