document.write( "Question 629314: A car can drive from town A to town B at a certain rate of speed in 5 hours. A second car traveling at 15 pmh faster than the first car can travel between the two towns in 4 hours. How far is it from town A to town B? \n" ); document.write( "
| Algebra.Com's Answer #396187 by lwsshak3(11628)      You can put this solution on YOUR website! A car can drive from town A to town B at a certain rate of speed in 5 hours. A second car traveling at 15 pmh faster than the first car can travel between the two towns in 4 hours. How far is it from town A to town B? \n" ); document.write( "** \n" ); document.write( "let x=speed of first car \n" ); document.write( "x+15=speed of second car \n" ); document.write( "Distance=speed*travel time \n" ); document.write( "5x=4(x+15)=4x+60 \n" ); document.write( "x=60 mph \n" ); document.write( "distance between the two towns=5x=300 miles \n" ); document.write( " |