document.write( "Question 417690: Bayside insurance offers two health plans. Under plan A, Giselle would have to pay the first $190 of her medical bills, plus 30% of the rest. Under plan B, Giselle would pay the first $220, but only 20% of the rest. For what amound of medical bills will plan B save Giselle Money?
\n" );
document.write( "Assume she has over $220 in bills\r
\n" );
document.write( "\n" );
document.write( "Giselle would save with plan B if she had more than___ in bills? \n" );
document.write( "
Algebra.Com's Answer #292416 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let bill be x \n" ); document.write( "PLAN A \n" ); document.write( "190+0.3(x-190) \n" ); document.write( "PLAN B \n" ); document.write( "220+0.2(x-220)\r \n" ); document.write( "\n" ); document.write( "PLAN B < PLAN A\r \n" ); document.write( "\n" ); document.write( "220+0.2(x-220)<190+0.3(x-190) \n" ); document.write( "220+0.2x-44<190+0.3x-57 \n" ); document.write( "220-190-44+57<0.3x-0.2x \n" ); document.write( "43<0.1x \n" ); document.write( "/0.1 \n" ); document.write( "430 |