document.write( "Question 551649: Two automobilesa start out from two points 600 kilometers apart and travel toward each other.The automobile from the east travels at 10kph faster than the automobile from the west. If they meet afetr 5 hours, what is the average speed of each automobile? \n" ); document.write( "
Algebra.Com's Answer #359817 by mananth(16946) You can put this solution on YOUR website! Automobile I x mph \n" ); document.write( "Automobile II x+ 10 \n" ); document.write( ".. \n" ); document.write( "They are moving towards each other \n" ); document.write( " \n" ); document.write( "So add up their speed. \n" ); document.write( " \n" ); document.write( "combined speed = x+ 1 x + 10 \n" ); document.write( "( 2 x + 10 ) \n" ); document.write( "Time = 5 hours \n" ); document.write( "Distance = 600 miles \n" ); document.write( "Distance = speed * time = \n" ); document.write( "( 2 x 10 )* 5 600 \n" ); document.write( "10 x + 50 = 600 \n" ); document.write( "10 x = 600 + -50 \n" ); document.write( "10 x = 550 \n" ); document.write( "/ 10 \n" ); document.write( "x= 55 mph Automobile I \n" ); document.write( "Automobile II 55 + 10 = 65 mph \n" ); document.write( " \n" ); document.write( " |