document.write( "Question 192971: Two cars start from the same point and ride in opposite directions. One car travels 30 mph slower than the other car. in six hours they are 600 miles apart. what is the rate of each car? D=rt \n" ); document.write( "
Algebra.Com's Answer #144828 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Let rate of one car be x, rate of other is (x-30) \n" ); document.write( "given t=6 \n" ); document.write( "given d=600 at t=6\r \n" ); document.write( "\n" ); document.write( "d1 = x*6 \n" ); document.write( "d2 =(x-30)*6\r \n" ); document.write( "\n" ); document.write( "D1+D2=600=x*6+(x-30)*6=6(2x-30) \n" ); document.write( "divive both sides by 6 \n" ); document.write( "100=(2x-30) \n" ); document.write( "add 30 both sides \n" ); document.write( "130=2x \n" ); document.write( "divide both sides by 2 \n" ); document.write( "65=x \n" ); document.write( "(x-30)=35\r \n" ); document.write( "\n" ); document.write( "checking \n" ); document.write( "65-35=30 ok\r \n" ); document.write( "\n" ); document.write( "(65 +35) 6=100*6=600 ok \n" ); document.write( " |