document.write( "Question 809273: The cheese club has 16 members and gains a new member every month. The film club has 4 members and gains 4 new members every month. Write and solve a system of equations to find when the number of members in both clubs will be equal. \n" ); document.write( "
Algebra.Com's Answer #487486 by richwmiller(17219) You can put this solution on YOUR website! c=16+m, \n" ); document.write( "f=4+4m, \n" ); document.write( "f=c\r \n" ); document.write( "\n" ); document.write( "c = 20, f = 20, m = 4 \n" ); document.write( "after 4 months they will both have 20 members \n" ); document.write( " \n" ); document.write( " |