document.write( "Question 824447: two cars are leaving at the same time from two different provinces which are 150 km apart. If carA travels at 5 kph faster than carB, find their rates if they meet after two hours. \n" ); document.write( "
Algebra.Com's Answer #496500 by TimothyLamb(4379)\"\" \"About 
You can put this solution on YOUR website!
---
\n" ); document.write( "x = speed carA
\n" ); document.write( "y = speed carB
\n" ); document.write( "---
\n" ); document.write( "x = y + 5
\n" ); document.write( "---
\n" ); document.write( "s = x + y
\n" ); document.write( "s = y + 5 + y
\n" ); document.write( "s = 2y + 5
\n" ); document.write( "---
\n" ); document.write( "s = d / t
\n" ); document.write( "2y + 5 = 150/2
\n" ); document.write( "2y = 70
\n" ); document.write( "y = 35
\n" ); document.write( "x = 40
\n" ); document.write( "---
\n" ); document.write( "answer:
\n" ); document.write( "x = speed carA = 40 kph
\n" ); document.write( "y = speed carB = 35 kph
\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, 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" );