document.write( "Question 937095: Two cars, one traveling 10 mph faster than the other car, start at the same time from the same point and travel in opposite directions. In 3 hours they are 300 mi apart. Find the rate of each car. \n" ); document.write( "
Algebra.Com's Answer #570534 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = speed of faster car \n" ); document.write( "y = speed of slower car \n" ); document.write( "--- \n" ); document.write( "x = y + 10 \n" ); document.write( "--- \n" ); document.write( "s = d/t \n" ); document.write( "s = 300/3 \n" ); document.write( "s = 100 \n" ); document.write( "--- \n" ); document.write( "speed of cars relative to each other: \n" ); document.write( "s = x + y \n" ); document.write( "s = y + 10 + y \n" ); document.write( "s = 2y + 10 \n" ); document.write( "--- \n" ); document.write( "equate s's: \n" ); document.write( "2y + 10 = 100 \n" ); document.write( "2y = 90 \n" ); document.write( "y = 45 \n" ); document.write( "x = 55 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = speed of faster car = 55 mph \n" ); document.write( "y = speed of slower car = 45 mph \n" ); document.write( "--- \n" ); document.write( "Free algebra tutoring live chat: \n" ); document.write( "https://sooeet.com/chat.php?gn=algebra \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations with quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |