document.write( "Question 809337: Kent drives his Mazda 312 miles in the same time that it takes Dave to drive his Nissan 270 miles. If Kent averages 7 miles per hour faster than Dave, find their rates. \n" ); document.write( "
Algebra.Com's Answer #487546 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! s = d / t \n" ); document.write( "k = 312/T \n" ); document.write( "d = 270/T \n" ); document.write( "k = d + 7 \n" ); document.write( "--- \n" ); document.write( "k = d + 7 \n" ); document.write( "312/T = 270/T + 7 \n" ); document.write( "312 = 270 + 7T \n" ); document.write( "7T = 42 \n" ); document.write( "T = 6 hours \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "k = 52 mph \n" ); document.write( "d = 45 mph \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( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |