document.write( "Question 205543: Please help me solve\r
\n" ); document.write( "\n" ); document.write( "Bayside Insurance offers two health plans. Under Plan A, Sam would have to pay the first $170 of his medical bills, plus 35% of the rest. Under Plan B, Sam would pay the first $210, but only 30% of the rest. For what amount of medical bills will Plan B save Sam money? Assume he was over $210 in bills. Sam would save with Plan B if he had more than $_____ in bills.
\n" ); document.write( "

Algebra.Com's Answer #155176 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
problem:
\n" ); document.write( "Bayside Insurance offers two health plans. Under Plan A, Sam would have to pay the first $170 of his medical bills, plus 35% of the rest. Under Plan B, Sam would pay the first $210, but only 30% of the rest. For what amount of medical bills will Plan B save Sam money? Assume he was over $210 in bills. Sam would save with Plan B if he had more than $_____ in bills.
\n" ); document.write( "-----
\n" ); document.write( "let x = cost of sam's medical bills.
\n" ); document.write( "-----
\n" ); document.write( "Under Plan A, Sam pays 170 + .35 * (x - 170)
\n" ); document.write( "Under Plan B, Sam pays $210 + .3 * (x - 210)
\n" ); document.write( "-----
\n" ); document.write( "Assume x > $210
\n" ); document.write( "-----
\n" ); document.write( "Break even point is when Plan A costs the same as plan B.
\n" ); document.write( "This happens when:
\n" ); document.write( "170 + .35*(x-170) = 210 + .3*(x-210)
\n" ); document.write( "-----
\n" ); document.write( "removing the parentheses, this equation becomes:
\n" ); document.write( "170 + .35x - 59.5 = 210 + .3x - 63
\n" ); document.write( "simplifying, this becomes:
\n" ); document.write( "110.5 + .35x = 147 + .3x
\n" ); document.write( "subtracting 110.5 from both sides and subtracting .3x from both sides of the equation gets:
\n" ); document.write( ".35x - .3x = 147 - 110.5
\n" ); document.write( "simplifying gets:
\n" ); document.write( ".05x = 36.5
\n" ); document.write( "dividing both sides of the equation by .05 gets:
\n" ); document.write( "x = 730
\n" ); document.write( "-----
\n" ); document.write( "testing by substituting in the break even equation gets:
\n" ); document.write( "170 + .35*(730-170) = 210 + .3*(730-210)
\n" ); document.write( "removing parentheses gets:
\n" ); document.write( "170 + 255.5 - 59.5 = 210 + 219 - 63
\n" ); document.write( "simplifying gets:
\n" ); document.write( "366 = 366
\n" ); document.write( "confirming that the value of x is good.
\n" ); document.write( "-----
\n" ); document.write( "Answer to your question is:
\n" ); document.write( "Sam would save with plan B is Sam had more than $730 in bills.
\n" ); document.write( "-----
\n" ); document.write( "As a test, assume Sam has $750 in bills.
\n" ); document.write( "Under plan A Sam would pay:
\n" ); document.write( "170 + .35*(750 - 170) = 170 + .35 * (580) = 170 + $203 = $373
\n" ); document.write( "Under plan B Sam would pay:
\n" ); document.write( "210 + .3*(750-210) = 210 + .3 * (540) = 210 + 162 = $372
\n" ); document.write( "-----
\n" ); document.write( "The numbers might be smaller but you could test with as little as a penny over the break even point.
\n" ); document.write( "To make it reasonable, we'll use $1.00 over the break even point.
\n" ); document.write( "Assume the bills were $731.
\n" ); document.write( "Under Plan A Sam would pay $170 + (.35)*($731-$170) = $170 + .35*561 = $366.35
\n" ); document.write( "Under Plan B Sam would pay $210 + (.3)*($731-$210) = $210 + .34*521 = $366.30
\n" ); document.write( "-----
\n" ); document.write( "A graph of both equations would show this.
\n" ); document.write( "Below $730 Plan A should be cheaper.
\n" ); document.write( "Above $730 Plan B should be cheaper.
\n" ); document.write( "-----
\n" ); document.write( "
\n" ); document.write( "-----
\n" ); document.write( "when x = 0, plan A intersects the y axis at 110.5
\n" ); document.write( "when x = 0, plan B intersect the y axis at 147.00
\n" ); document.write( "-----
\n" ); document.write( "you can see that plan A is cheaper than plan B up to x = $731 and then becomes more expensive.
\n" ); document.write( "-----
\n" ); document.write( "You could have worked this directly by making the plan b equation less than the plan a equation rather than equal.
\n" ); document.write( "-----
\n" ); document.write( "if you did that you would have had:
\n" ); document.write( "210 + .3*(x - 210) < 170 + .35*(x - 170)
\n" ); document.write( "you solve in the same way but you're dealing with an inequality now and the inequality rules prevail.
\n" ); document.write( "first thing is to remove the parentheses.
\n" ); document.write( "equation becomes:
\n" ); document.write( "210 + .3x - (.3*210) < 170 + .35x - (.35*170)
\n" ); document.write( "subtracting 170 from both sides and subtracting .3x from both sides and adding (.35*170) to both sides gets:
\n" ); document.write( "210 - 170 - (.3*210) + (.35*170) < .35x - .3x
\n" ); document.write( "combining like terms gets:
\n" ); document.write( "40 - (.3*210) + (.35*170) < .05x
\n" ); document.write( "simplifying further gets:
\n" ); document.write( "40 - 63 + 59.5 < .05x
\n" ); document.write( "which becomes:
\n" ); document.write( "36.5 < .05x
\n" ); document.write( "dividing both sides by .05 gets:
\n" ); document.write( "36.5/.05 < x
\n" ); document.write( "which becomes:
\n" ); document.write( "730 < x
\n" ); document.write( "-----
\n" ); document.write( "730 < x is the same as x > 730 so the result of this equation is x > 730.
\n" ); document.write( "when x is greater than 730 plan b is cheaper.
\n" ); document.write( "-----
\n" ); document.write( "this is the same result we got earlier so it confirms the results and was more direct because the inequality equation rather than the break even equation was used.
\n" ); document.write( "-----
\n" ); document.write( "
\n" ); document.write( "
\n" );