document.write( "Question 277289: A car rental company has two rental rates. Rate 1 is $63 per day plus $0.18 per mile. Rate 2 is $126 per day plus $0.09 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 #201921 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! y = mx + b is the standard slope-intercept formula for a line \n" ); document.write( "we can put the information given into two equations in slope-intercept format \n" ); document.write( "R1 = .18x + 63, where x= miles driven \n" ); document.write( "R2 = .09x + 126 \n" ); document.write( ". \n" ); document.write( "we can graph the two lines to see where they cross \n" ); document.write( "R1 = red line, which has a steeper slope \n" ); document.write( "R2 = green line, which has a lower slope \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "it appears the lines cross at about x=700 (or 700 miles driven) \n" ); document.write( ". \n" ); document.write( "of course, we know R1 and R2 really are just other names for 'y' \n" ); document.write( ". \n" ); document.write( "y = .18x + 63 \n" ); document.write( "y = .09x + 126 \n" ); document.write( ". \n" ); document.write( "multiplying both equations by 100 to remove decimals \n" ); document.write( "100y = 18x + 6300 \n" ); document.write( "100y = 9x + 12600 \n" ); document.write( ". \n" ); document.write( "rearranging to put into simultaneous equation format \n" ); document.write( ". \n" ); document.write( "-18x + 100y = 6300 \n" ); document.write( "-9x + 100y = 12600 \n" ); document.write( ", \n" ); document.write( "subtracting the second equation from the first \n" ); document.write( "-9x = -6300 \n" ); document.write( ". \n" ); document.write( "dividing both sides by -9 \n" ); document.write( "x = 700 \n" ); document.write( ". \n" ); document.write( "so we confirm that the two lines cross at x=700. \n" ); document.write( ". \n" ); document.write( "that means that at a distance driven 'x' of 700, the cost of the two rental plans is the same. \n" ); document.write( ". \n" ); document.write( "but after that point, the line with lower slope rises more slowly, which means the other plan (the one with the steeper slope) is more expensive and getting more expensive for every mile driven > 700. \n" ); document.write( ". \n" ); document.write( "Answer: \n" ); document.write( "You need to drive more than 700 miles for Rate 2 to be less expensive than Rate 1. \n" ); document.write( ". \n" ); document.write( " |