document.write( "Question 680584: You have 6 quarters, 5 dimes, 4 nickles, and 10 pennies. How many different combinations of coins can you make to have $1.00?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #422392 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! 4q \n" ); document.write( "3q, 2d, 1n \n" ); document.write( "3q, 2d, 5p \n" ); document.write( "3q, 4n, 5p \n" ); document.write( "3q, 1d, 3n \n" ); document.write( "3q, 1d, 2n, 5p \n" ); document.write( "3q, 1d, 1n, 10p \n" ); document.write( "2q, 5d \n" ); document.write( "2q, 4d, 2n \n" ); document.write( "2q, 4d, 1n, 5p \n" ); document.write( "2q, 4d, 10p \n" ); document.write( "2q, 3d, 4n \n" ); document.write( "2q, 3d, 3n, 5p \n" ); document.write( "2q, 3d, 2n, 10p \n" ); document.write( "1q, 5d, 4n, 5p \n" ); document.write( "1q, 5d, 3n, 10p \n" ); document.write( "--------------- \n" ); document.write( "16 different ways \n" ); document.write( "There must be at least 1 quarter, since the total \n" ); document.write( "of all the other coins is only 5d + 4n + 10p = 80 cents \n" ); document.write( "Hope I got them all \n" ); document.write( " \n" ); document.write( " |