document.write( "Question 928403: An airplane travels 1260 km in the same time a car travels 420 km. If the rate of the car is 120 kph less than the rate of the airplane, find the rate of each?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #563629 by TimothyLamb(4379) You can put this solution on YOUR website! x = speed of airplane \n" ); document.write( "y = speed of car \n" ); document.write( "y = x - 120 \n" ); document.write( "--- \n" ); document.write( "s = d/t \n" ); document.write( "t = d/s \n" ); document.write( "--- \n" ); document.write( "airplane: \n" ); document.write( "t = 1260/x \n" ); document.write( "--- \n" ); document.write( "car: \n" ); document.write( "t = 420/y \n" ); document.write( "--- \n" ); document.write( "1260/x = 420/y \n" ); document.write( "1260y = 420x \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form \n" ); document.write( "--- \n" ); document.write( "y = x - 120 \n" ); document.write( "1260y = 420x \n" ); document.write( "--- \n" ); document.write( "x - y = 120 \n" ); document.write( "420x - 1260y = 0 \n" ); document.write( "--- \n" ); document.write( "copy and paste the above standard form linear equations in to this solver: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( "solution: \n" ); document.write( "x = speed of airplane = 180 kph \n" ); document.write( "y = speed of car = 60 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( " |