document.write( "Question 1030866: A jar contains pennies, nickels, dimes, and quarters. Without looking or feeling, you take three of the coins.
\n" ); document.write( "A.) List all possible sets of three coins you might select
\n" ); document.write( "B.) List all possible three coin total value you might select
\n" ); document.write( "

Algebra.Com's Answer #801712 by ikleyn(52932)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A jar contains pennies, nickels, dimes, and quarters. Without looking or feeling, you take three of the coins.
\n" ); document.write( "A) List all possible sets of three coins you might select
\n" ); document.write( "B) List all possible three coin total value you might select
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            The first sentence says  \"A jar contains pennies,  nickels,  dimes,  and quarters.\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            It does not tell,  how many such coins of every type are there in the jar.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            By  DEFAULT,  we should assume that the number of each kind of coins is  LARGE  ENOUGH.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "If consider different triples of coins without repetition of types inside each triple, \r\n" );
document.write( "\r\n" );
document.write( "then we have classic COMBINATIONS, and the number of such triples is  \"C%5B4%5D%5E3\" = 4.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    But repetitions inside each triple  ARE  NOT  PROHIBITED:  they are allowed.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, we should add such triples with repetitions.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Triples with repetitions are\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    a)  (X, X, Y),  where  X can be any of 4 types and Y can be any of other 3 types.\r\n" );
document.write( "\r\n" );
document.write( "        In all, there are  4*3 = 12 such triples (disregarding the order inside the triples).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    b)  to it, we should add 4 triples of the form (X, X, X),  where  X can be any of 4 types.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Taking everything into account, we have, in all,  4 + 12 + 4 = 20 possible different triples (disregarding the order inside the triples).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.   there are 20 possible different triples, disregarding the order inside the triples.\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );