document.write( "Question 674044: I need help solving this problem:
\n" );
document.write( "a couple wishes to rent a car for one day while on vacation. ford automobile rental want $26 per day and $0.16 per mile, while chevrolet for a day wants $23 per day and $0.18 per mile. after how many miles would the price to rent the chevrolet exceed the price to rent a ford? \n" );
document.write( "
Algebra.Com's Answer #418990 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let x be the number of miles \n" ); document.write( "Ford 26 + 0.16 x \n" ); document.write( "chevrolet 23 + 0.18 x \n" ); document.write( "Ford > chevrolet \n" ); document.write( "26 + 0.16 x > 23 + 0.18 x \n" ); document.write( "add -26 to both sides \n" ); document.write( "26+0.16n-26>23 +0.18x-26 \n" ); document.write( "0.16 n- -23 > > 0.18 x -3 \n" ); document.write( "add -0.18 x \n" ); document.write( "-0.02 x > -3 \n" ); document.write( "/ -0.02 \n" ); document.write( "x < 150 \n" ); document.write( "x should be less than 150 for Ford to be a better deal \r \n" ); document.write( "\n" ); document.write( "OR Chevrolet will be expensive after 150 miles \n" ); document.write( " \n" ); document.write( " |