document.write( "Question 956585: you have three coins in your pocket none of them are worth more than a dime what are 8 of the 10 combinations you could have? \n" ); document.write( "
Algebra.Com's Answer #584396 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! d = dime \n" ); document.write( "n = nickel \n" ); document.write( "p = penny \n" ); document.write( "------------ \n" ); document.write( "ddd \n" ); document.write( "ddn \n" ); document.write( "dnn \n" ); document.write( "------- \n" ); document.write( "nnn \n" ); document.write( "nnp \n" ); document.write( "npp \n" ); document.write( "------- \n" ); document.write( "ppp \n" ); document.write( "ppd \n" ); document.write( "--------- \n" ); document.write( "that's 8 -here's the rest: \n" ); document.write( "pdd \n" ); document.write( "-------- \n" ); document.write( "pnd \n" ); document.write( "-------- \n" ); document.write( "Notice that the order doesn't matter, so \n" ); document.write( "dpd = pdd \n" ); document.write( "That's because they said \"combinations', \n" ); document.write( "which means order doesn't matter \n" ); document.write( " \n" ); document.write( " |