document.write( "Question 462103: A driver of the car took a day trip around the California coast line driving at two different speed. He drove 70 miles at a slower speed and 300 miles at a speed 40 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 #316824 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A driver of the car took a day trip around the California coast line driving at two different speed. He drove 70 miles at a slower speed and 300 miles at a speed 40 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( ".. \n" ); document.write( "let x=slower speed \n" ); document.write( "x+40 = faster speed \n" ); document.write( "time traveled =distance/speed \n" ); document.write( "2*70/x=300/(x+40) \n" ); document.write( "140/x=300/(x+40) \n" ); document.write( "300x=140x+40*140 \n" ); document.write( "160x=40*140 \n" ); document.write( "x=40*140/160=35 mph \n" ); document.write( "ans: \n" ); document.write( "slower speed = 35 mph \n" ); document.write( "faster speed =x+40=75 mph \n" ); document.write( " |