document.write( "Question 997677: It takes you 5 hours drive to a city. If you had driven 10 mph slower, it would have taken 6 hours to get there. How fast did you drive? How far away is the city? \n" ); document.write( "
Algebra.Com's Answer #615684 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! It takes you 5 hours drive to a city. If you had driven 10 mph slower, it would have taken 6 hours to get there. How fast did you drive? How far away is the city? \n" ); document.write( "let x=speed driving to city \n" ); document.write( "x-10=driving 10 mph slower \n" ); document.write( "7ravel time*speed=distance \n" ); document.write( "5x=6(x-10) \n" ); document.write( "5x=6x-60 \n" ); document.write( "x=60 \n" ); document.write( "5x=300 \n" ); document.write( "speed driving to city=60 mph \n" ); document.write( " How far away is the city? 300 miles \n" ); document.write( " \n" ); document.write( " |