document.write( "Question 14579: two cares leave st.louis. one travels north and one travles south. the care traveling north is moving 10mph faster than the care traveling south. after three hours the cars are 354 miles apart. how fast is each car traveling?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #7312 by glabow(165)![]() ![]() ![]() You can put this solution on YOUR website! Ah, if I could get rid of my cares so easily! [watch those typos] \n" ); document.write( "It really doesn't matter if they are going North, South, or any other direction. The question boils down to: two cars travel. One goes at a speed of ? miles per hour. Let's use the letter x for that unknown speed. The other one goes x+10 miles per hour. [Do you see why?] After three hours of travel, the total distance they have traveled is 354 miles. \n" ); document.write( "The slower car goes 3 hours times x miles per hour, which is 3x miles. \n" ); document.write( "The faster car goes 3 hours times x+10 miles per hour, which is 3(x+10) miles. \n" ); document.write( "The total distance they travel is 3x + 3(x+10) = 354 miles. \n" ); document.write( "This is easy to solve. \n" ); document.write( "3x + 3x + 30 = 354 [simplifying the expression] \n" ); document.write( "6x + 30 = 354 [more simplifying] \n" ); document.write( "6x = 324 [subtracting 30 from both sides] \n" ); document.write( "x = 54 [dividing both sides by 6] \n" ); document.write( "x+10 = 64 \n" ); document.write( "Checking: 3(54) + 3(64) = 162 + 192 = 354\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |