document.write( "Question 1178317: If the car traveling west is moving 10 miles per hour faster than the car traveling east, and the two cars are 342 miles apart after 3 hours, find the speed of each car. \n" ); document.write( "
Algebra.Com's Answer #807541 by mananth(16946) You can put this solution on YOUR website! \n" ); document.write( "If the car traveling west is moving 10 miles per hour faster than the car traveling east, and the two cars are 342 miles apart after 3 hours, find the speed of each car.\r \n" ); document.write( "\n" ); document.write( "let speed of car going east be x mph \n" ); document.write( "car traveling west will be x+10 mph\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "They are moving in opposite directions \n" ); document.write( "effective speed = 2x+2 mph \n" ); document.write( "distance =342 miles \n" ); document.write( "time = 3 hours \n" ); document.write( "d= speed * time \n" ); document.write( "342 = (2x+2)*3 \n" ); document.write( "342 = 6x+6 \n" ); document.write( "6x= 336\r \n" ); document.write( "\n" ); document.write( "x= 56 mph car going east\r \n" ); document.write( "\n" ); document.write( "Add 10 to the other car \n" ); document.write( " \n" ); document.write( " |