document.write( "Question 183288: One checking plan charges $3 per month plus 12 cent per check. Another plan charges 24 cent per check. For how many checks per month are the costs of the two plans the same? \n" ); document.write( "
Algebra.Com's Answer #137634 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let c be the number of checks that must be written per month to make costs the same. \n" ); document.write( ".24c=3+.12c \n" ); document.write( ".12c=3 \n" ); document.write( "c=25 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |