document.write( "Question 622219: George has 2 quarters, 2 dimes, and 2 nickels. Using atleast one of the 6 coins, how many different amounts of money can he make? \n" ); document.write( "
Algebra.Com's Answer #391204 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "He can make any multiple of 5¢ up through 80¢.\r\n" );
document.write( "\r\n" );
document.write( "5¢, 10¢, 15¢, 20¢, 25¢, 30¢, 35¢, 40¢, 45¢, 50¢, 55¢, 60¢, 65¢, 70¢, 75¢, 80¢\r\n" );
document.write( "\r\n" );
document.write( "That's 16 different amounts of money.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );