document.write( "Question 569518: Two cars, which are 768 miles apart and whose speeds differ by 6 mph, are moving toward each other. If they meet in 8 hours, find the speed of each car. \n" ); document.write( "
Algebra.Com's Answer #367344 by bluemockingjay7(41)![]() ![]() You can put this solution on YOUR website! rate of 1st car = x \n" ); document.write( "rate of 2nd car = x + 6 \n" ); document.write( "time = 8 hours \n" ); document.write( "distance = 768\r \n" ); document.write( "\n" ); document.write( "rate of 1st car * time + rate of 2nd car * time = distance \n" ); document.write( "x(8) + (x + 6)(8) = 768 \n" ); document.write( "8x + 8x + 48 = 768 \n" ); document.write( "16x + 48 = 768 \n" ); document.write( "16x = 720 \n" ); document.write( "16x/16 = 720/16 \n" ); document.write( "x = 45\r \n" ); document.write( "\n" ); document.write( "rate of 1st car = 45 mph \n" ); document.write( "rate of 2nd car = x + 6 = 45 + 6 = 51 mph \n" ); document.write( " |