document.write( "Question 443021: Bayside insurance offers two health plans. Under plan A, Giselle would have to pay the first $100 of her medical bills plus 25% of the rest. Under plan B, Giselle would pay the first $160, but only 20% of the rest.
\n" ); document.write( "For what amount of medical bills will plan B save Giselle money? assume she has over $160 in bills.Giselle would save with plan B if she had more than what in medical bills?
\n" ); document.write( "

Algebra.Com's Answer #305627 by mananth(16949)\"\" \"About 
You can put this solution on YOUR website!
let the bill amount be x
\n" ); document.write( "Plan A= 100 + 25.00% of rest
\n" ); document.write( "Plan B= 160 + 20.00% of the rest
\n" ); document.write( "Plan B < Plan A
\n" ); document.write( "160 + 0.25 (x- 160 ) < 100
\n" ); document.write( "160 + 0.20 x -40 < 100
\n" ); document.write( "160 - 100 -40 + 25 < 0.25
\n" ); document.write( "45 < 0.05 x
\n" ); document.write( "900 < x
\n" ); document.write( "x should be greater than 900
\n" ); document.write( "
\n" ); document.write( "
\n" );