document.write( "Question 706331: Two cars leave towns 510 kilometers apart at the same time and travel toward each other. One car's rate is 18 kilometers per hour more than the other's, If they meet in 3 hours, what is the rate of the faster car. \n" ); document.write( "
Algebra.Com's Answer #435093 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let speed of 1 car be x \n" ); document.write( "other's speed will be x+18\r \n" ); document.write( "\n" ); document.write( "They are travelling yowrads each other.\r \n" ); document.write( "\n" ); document.write( "effective speed will be x+x+18\r \n" ); document.write( "\n" ); document.write( "=2x+18\r \n" ); document.write( "\n" ); document.write( "Distance = 510 km \n" ); document.write( "speed = 2x+18 \n" ); document.write( "time = 3 hours\r \n" ); document.write( "\n" ); document.write( "speed = distance / time\r \n" ); document.write( "\n" ); document.write( "2x+18 = 510/3\r \n" ); document.write( "\n" ); document.write( "2x+18= 170\r \n" ); document.write( "\n" ); document.write( "2x= 170-18 \n" ); document.write( "2x= 152\r \n" ); document.write( "\n" ); document.write( "x= 152 /2 \n" ); document.write( "x= 76 km/h \r \n" ); document.write( "\n" ); document.write( "add 18 to x to find the speed of the other car \n" ); document.write( " |