SOLUTION: A jar contains pennies, nickels, dimes, and quarters. Without looking or feeling, you take three of the coins. A.) List all possible sets of three coins you might select B.) L

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: A jar contains pennies, nickels, dimes, and quarters. Without looking or feeling, you take three of the coins. A.) List all possible sets of three coins you might select B.) L      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



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

Found 2 solutions by CubeyThePenguin, ikleyn:
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
P = penny
N = nickel
D = dime
Q = quarter

{P, N, D} (16 cents)
{P, N, Q} (31 cents)
{P, D, Q} (36 cents)
{N, D, Q} (40 cents)


Answer by ikleyn(52925) About Me  (Show Source):
You can put this solution on YOUR website!
.
A jar contains pennies, nickels, dimes, and quarters. Without looking or feeling, you take three of the coins.
A) List all possible sets of three coins you might select
B) List all possible three coin total value you might select
~~~~~~~~~~~~~~~~~~~~~


            The first sentence says  "A jar contains pennies,  nickels,  dimes,  and quarters."

            It does not tell,  how many such coins of every type are there in the jar.

            By  DEFAULT,  we should assume that the number of each kind of coins is  LARGE  ENOUGH.


If consider different triples of coins without repetition of types inside each triple, 

then we have classic COMBINATIONS, and the number of such triples is  C%5B4%5D%5E3 = 4.



    But repetitions inside each triple  ARE  NOT  PROHIBITED:  they are allowed.



So, we should add such triples with repetitions.


Triples with repetitions are


    a)  (X, X, Y),  where  X can be any of 4 types and Y can be any of other 3 types.

        In all, there are  4*3 = 12 such triples (disregarding the order inside the triples).



    b)  to it, we should add 4 triples of the form (X, X, X),  where  X can be any of 4 types.



Taking everything into account, we have, in all,  4 + 12 + 4 = 20 possible different triples (disregarding the order inside the triples).


ANSWER.   there are 20 possible different triples, disregarding the order inside the triples.