document.write( "Question 440061: The Amtrak auto train travels nonstop from lorton, Virginia to sanford, Florida. June wishes to bring two cars down to Florida for the winter, so she decides to send one by auto train and drive the other one down. The train travels 600 kilometers in the time it takes June to drive 400 kilometers. If the average speed of the train is 40 kilometers faster than the speed of junes car, find the speeds of the train and car. \n" ); document.write( "
Algebra.Com's Answer #304067 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The Amtrak auto train travels nonstop from lorton, Virginia to sanford, Florida. June wishes to bring two cars down to Florida for the winter, so she decides to send one by auto train and drive the other one down. The train travels 600 kilometers in the time it takes June to drive 400 kilometers. If the average speed of the train is 40 kilometers faster than the speed of junes car, find the speeds of the train and car. \n" ); document.write( ".. \n" ); document.write( "let x=speed of car (km/hr) \n" ); document.write( "then x+40 = speed of train (km/hr) \n" ); document.write( "Time of travel =distance/speed (same for car & train) \n" ); document.write( "400/x=600/x+40 \n" ); document.write( "600x=400x+16000 \n" ); document.write( "200x=16000 \n" ); document.write( "x=80 km/hr\r \n" ); document.write( "\n" ); document.write( "ans: \n" ); document.write( "speed of car=80 km/hr \n" ); document.write( "speed of train=80+40=120 km/hr \n" ); document.write( " |