document.write( "Question 1006805: with plan A, the charge is $7.50 a month with no fee for each check written. with plan b, the charge is $3 a month, plus an additional 20 cents for each check written. what is the least number of checks a customer must write each month in order for plan A to cost less than plan B?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #622861 by macston(5194) You can put this solution on YOUR website! n=number of checks; m=monthly fee; c=charge per check \n" ); document.write( ". \n" ); document.write( "cost of plan=m+cn \n" ); document.write( ". \n" ); document.write( "Plan A=$7.50+(0)n \n" ); document.write( "Plan B=$3.00+$0.20n \n" ); document.write( ". \n" ); document.write( "When they cost the same, Plan A=Plan B: \n" ); document.write( "$7.50+(0)n=$3.00+$0.20n \n" ); document.write( "$7.50=$3.00+$0.20n \n" ); document.write( "$4.50=$0.20n \n" ); document.write( "22.5=n \n" ); document.write( "The cost is the same when 22.5 checks are written, \n" ); document.write( "so the fewest checks you must write for Plan A to \n" ); document.write( "be less expensive is 22.5. \n" ); document.write( " \n" ); document.write( " |