document.write( "Question 818690: ABC Truck Rental charges $20 per day plus 50 cents per mile, while Murtz Truck Rental charges $35 per day plus 40 cents per mile. How far would you have to travel in one day for the cost from both rental companies to be the same? \n" ); document.write( "
Algebra.Com's Answer #492724 by TimothyLamb(4379) You can put this solution on YOUR website! abctr = 0.50x + 20 \n" ); document.write( "muntz = 0.40x + 35 \n" ); document.write( "--- \n" ); document.write( "0.50x + 20 = 0.40x + 35 \n" ); document.write( "0.50x - 0.40x = 35 - 20 \n" ); document.write( "0.10x = 15 \n" ); document.write( "x = 15/(0.10) \n" ); document.write( "x = 150 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "the daily rental from both companies is equal when you drive 150 miles \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( " |