document.write( "Question 471664: The bank offers 2 plans.
\n" );
document.write( "Plan A 20 cents per check
\n" );
document.write( "Plan B $6 plus 6 cents per check
\n" );
document.write( "For what number of checks per month will the plan A cost less
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #323481 by mananth(16946)![]() ![]() You can put this solution on YOUR website! number of checks = x \n" ); document.write( "Plan A= 0.2x\r \n" ); document.write( "\n" ); document.write( "PlanB = 6+0.06x\r \n" ); document.write( "\n" ); document.write( "Plan A < Plan B\r \n" ); document.write( "\n" ); document.write( "0.2x<6+0.06x \n" ); document.write( "0.2x-0.06x<6 \n" ); document.write( "0.14x<6 \n" ); document.write( "x<6/0.14\r \n" ); document.write( "\n" ); document.write( "Number of checks/month < 43 \n" ); document.write( " |