document.write( "Question 205685: A car travels from one town to another town at a speed of 18mph. If it had gone 18mph faster,
\n" ); document.write( "it could've made the trip in a half hour less time. How far a part are the towns?
\n" ); document.write( "

Algebra.Com's Answer #155421 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A car travels from one town to another town at a speed of 18mph.
\n" ); document.write( " If it had gone 18mph faster, it could've made the trip in a half hour less time.
\n" ); document.write( " How far a part are the towns?
\n" ); document.write( ":
\n" ); document.write( "let d = dist between towns
\n" ); document.write( ":
\n" ); document.write( "Write a time equation: time = \"dist%2Fspeed\"
\n" ); document.write( "Actual speed time = 18 mph faster time + half hr
\n" ); document.write( "\"d%2F18\" = \"d%2F36\" + \"1%2F2\"
\n" ); document.write( "multiply equation by 36, results
\n" ); document.write( "2d = d + 18
\n" ); document.write( "2d - d = 18
\n" ); document.write( "d = 18 min between towns
\n" ); document.write( ";
\n" ); document.write( ";
\n" ); document.write( "Check solution find the times
\n" ); document.write( "18/18 = 1 hr
\n" ); document.write( "18/36 = .5 hr
\n" ); document.write( "-------------
\n" ); document.write( "diff = .5 hr
\n" ); document.write( "
\n" );