document.write( "Question 169384: A car rental company has two rental rates. Rate 1 is $72 per day plus $0.16 per mile. Rate 2 is $144 per day plus $0.08 per mile. If you plan to rent for one week, how many miles would you need to drive to pay less by taking Rate 2? \n" ); document.write( "
Algebra.Com's Answer #124874 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! so we have 72d+.16m for rate 1 and 144d+.08m for rate 2. where d is days and m is mileage. set is to rate 2 \n" ); document.write( "144(7)+.08m < 72(7)+.16m \n" ); document.write( ": \n" ); document.write( "1008+.08m < 504+.16m \n" ); document.write( ": \n" ); document.write( "-.08m < -504.......we need to divide by -.08 remembering that when you divide by a negative that the inequality reverses. \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |