document.write( "Question 807211: charile has three coins each coin can be either a quarter a dime or a nickel how many possibilities are there for the total value of the coins \n" ); document.write( "
Algebra.Com's Answer #491830 by Edwin McCravy(20059)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( " 1.  0 quarters, 0 dimes, and 3 nickels makes 15 cents.\r\n" );
document.write( " 2.  0 quarters, 1 dime,  and 2 nickels makes 20 cents.\r\n" );
document.write( " 3.  0 quarters, 2 dimes, and 1 nickel  makes 25 cents.\r\n" );
document.write( " 4.  0 quarters, 3 dimes, and 0 nickels makes 30 cents.\r\n" );
document.write( " 5.  1 quarter,  0 dimes, and 2 nickels makes 35 cents.\r\n" );
document.write( " 6.  1 quarter,  1 dime,  and 1 nickel  makes 40 cents.\r\n" );
document.write( " 7.  1 quarter,  2 dimes, and 0 nickels makes 45 cents.\r\n" );
document.write( " 8.  2 quarters, 0 dimes, and 1 nickel  makes 55 cents.\r\n" );
document.write( " 9.  2 quarters, 1 dime,  and 0 nickels makes 60 cents.\r\n" );
document.write( "10.  3 quarters, 0 dimes, and 0 nickels makes 75 cents.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );