document.write( "Question 422738: I am trying to write equations to represent two phone plans. One plan is $20 with 30 minutes free and .10 for each additional minute. The second plan is $51 with 100 minutes free and .o4 for each additional minute. Then how can I compare the costs? \n" ); document.write( "
Algebra.Com's Answer #295057 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Write a cost equation for each statement: \n" ); document.write( ": \n" ); document.write( "Let m = no. of minutes used (greater than 100 min) \n" ); document.write( ": \n" ); document.write( "One plan is $20 with 30 minutes free and .10 for each additional minute. \n" ); document.write( "C = .10(m-30) + 20 \n" ); document.write( ": \n" ); document.write( "The second plan is $51 with 100 minutes free and .o4 for each additional minute. \n" ); document.write( "C = .04(m-100) + 51 \n" ); document.write( ": \n" ); document.write( "Then how can I compare the costs? \n" ); document.write( ": \n" ); document.write( "How many minutes will you have to use to make the 1st plan more expensive than the 2nd plan? \n" ); document.write( ": \n" ); document.write( " 1st plan cost more than 2nd plan \n" ); document.write( " .10(m-30) + 20 > .04(m-100) + 51 \n" ); document.write( " .10m - 3 + 20 > .04m - 4 + 51 \n" ); document.write( " .10m + 17 > .04m + 47 \n" ); document.write( " .10m - .04m > 47 - 17 \n" ); document.write( ".06m > 30 \n" ); document.write( "m > \n" ); document.write( "m > 500 minutes use, will make the 2nd plan a better deal \n" ); document.write( ": \n" ); document.write( "Check this for yourself, assume m = 501 min \n" ); document.write( ": \n" ); document.write( "did this make sense to you? \n" ); document.write( " \n" ); document.write( " |