document.write( "Question 446063: two cars start from the same point and travel in opposite directions. One car goes 15 mph faster than the other. In the 3 hours the cares are 315 miles apart. What is the rate of the faster car? \n" ); document.write( "
Algebra.Com's Answer #307191 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Car I x mph \n" ); document.write( "Car II x+ 15 \n" ); document.write( ".. \n" ); document.write( "They are going away from each other. \n" ); document.write( " \n" ); document.write( "So add up their speed. \n" ); document.write( " \n" ); document.write( "combined speed = x+x+15 \n" ); document.write( "(2x+15) \n" ); document.write( "Time = 3 hours \n" ); document.write( "Distance = 315 miles \n" ); document.write( "Distance = speed * time \n" ); document.write( "(2x+15)*3=315 \n" ); document.write( "6x+45=315 \n" ); document.write( "6x=315+-45 \n" ); document.write( "6x=270 \n" ); document.write( "/6 \n" ); document.write( "x=45 mph Car I \n" ); document.write( "Car II 45+15=60 mph \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |