document.write( "Question 885355: How many combination possible with each two 5 cent,10 cent and 25 cent coin?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #535080 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
i believe you mean permutations which is an ordered arrangement.
\n" ); document.write( "a combination is an unordered arrangement.
\n" ); document.write( "the number of combinations would be 1.
\n" ); document.write( "the number of permutations would be 3! = 3*2*1 = 6
\n" ); document.write( "only 1 combination because each set has to be unique without regard to order of the elements within that set. the sets of NDQ and DQN are considered to be the same set because the order of the elements within the set don't matter and both sets have the elements DQN.
\n" ); document.write( "6 permutations because each set can have the same elements but in a different order.
\n" ); document.write( "let N = 5 cent coin.
\n" ); document.write( "let D = 10 cent coin.
\n" ); document.write( "let Q = 25 cent coin.
\n" ); document.write( "number of possible combinations is 1 which is equal to NDQ.
\n" ); document.write( "number of possible permutations are:
\n" ); document.write( "NDQ
\n" ); document.write( "NQD
\n" ); document.write( "DNQ
\n" ); document.write( "DQN
\n" ); document.write( "QND
\n" ); document.write( "QDN
\n" ); document.write( "
\n" ); document.write( "
\n" );