document.write( "Question 1155290: A driver took a day-trip driving at two different speeds. He drove 50 miles at a slower speed and 140 miles at a speed 10 miles per hour faster. If the time spent during the faster speed was twice that spent at a slower speed, find the two speeds during the trip. \n" ); document.write( "
Algebra.Com's Answer #777863 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "time = distance / rate \n" ); document.write( "x = lower speed \n" ); document.write( "x+10 = higher speed \n" ); document.write( "time to go 50 miles at lower speed: 50/x \n" ); document.write( "time to go 140 miles at higher speed: 140/(x+10) \n" ); document.write( "The time at the higher speed is twice the time at the lower speed: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The two speeds are 25mph and 35mph. \n" ); document.write( "CHECK: \n" ); document.write( "50 miles at 25mph = 2 hours \n" ); document.write( "140 miles at 35mph = 4 hours \n" ); document.write( " \n" ); document.write( " |