document.write( "Question 906932: David has $18 in his coin bank, he saved his money in $1 coins and $2 notes, there is a total of 14 coins and notes, how many $1 coins and $2 notes does he have in the coin bank? \n" ); document.write( "
Algebra.Com's Answer #550092 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! C + N = 14 \n" ); document.write( "1*C + 2*N = 18 \n" ); document.write( " \n" ); document.write( " |