document.write( "Question 357006: A mobile phone company offers two monthly calling plans, A and B. Under A, every
\n" );
document.write( "minute costs $ 0.10. Under B, the first 100 minutes costs $ 12 and every extra minute costs $ 0.08. What monthly talking time would make B the better choice? \n" );
document.write( "
Algebra.Com's Answer #254939 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let x be the number of calls made in a month. \n" ); document.write( "PLAN A billing = 0.10x \n" ); document.write( "PLAN B billing =12 +0.08x\r \n" ); document.write( "\n" ); document.write( "12+0.08x<0.10x \n" ); document.write( "12<0.10x-0.08x \n" ); document.write( "(12<0.02x) \n" ); document.write( "((12/0.02) \n" ); document.write( "((600 \n" ); document.write( "(for (x> 600) plan B is better) \n" ); document.write( "m.ananth@hotmail.ca |