document.write( "Question 604515: A driver took a day trip around the California coastline driving at two different speeds. 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 #381245 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A driver took a day trip around the California coastline driving at two different speeds. 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( "travel time=distance/speed
\n" ); document.write( "...
\n" ); document.write( "300/(x+40)=2*70/x
\n" ); document.write( "300x=140x+5600
\n" ); document.write( "160x=5600
\n" ); document.write( "x=35
\n" ); document.write( "x+40=75
\n" ); document.write( "ans:
\n" ); document.write( "slower speed=35 mph
\n" ); document.write( "faster speed=75 mph
\n" ); document.write( "
\n" );