document.write( "Question 1001844: George has 2 quarters, 2 dimes and 2 nickels. Using two of the 6 coins, how many different amounts of money can he make? \n" ); document.write( "
Algebra.Com's Answer #805396 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! N = nickel, D = dime, Q = quarter\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combinations of coins: NN, ND, NQ, DD, DQ, QQ \n" ); document.write( " |