SOLUTION: Determine how many different sums of money can be made with 2 pennies and 3 nickels.

Algebra.Com
Question 1021760: Determine how many different sums of money can be made with 2 pennies and 3 nickels.
Found 2 solutions by CubeyThePenguin, ikleyn:
Answer by CubeyThePenguin(3113)   (Show Source): You can put this solution on YOUR website!
Total combinations/values in cents:
P (1 cent)
PP (2)
N (5)
NP (6)
NPP (7)
NN (10)
NNP (11)
NNPP (12)
NNN (15)
NNNP (16)
NNNPP (17)

Answer by ikleyn(52794)   (Show Source): You can put this solution on YOUR website!
.
The first thought that comes to a mind is  (2+1)*(3+1) = 3*4 = 12  possible combinations,

providing  2+1 = 3 choices for pennies (1, 2, 0)  and 

           3+1 = 4 choices for nickels (1, 2, 3, 0).



    +---------------------------------------------------+
    |  We ONLY should check that, combining this way,   |
    |  we get all different values of the total sum.    |
    +---------------------------------------------------+



For it, I created the corresponding rectangular table with two inputs. 


One input is the most left vertical column for the number of pennies p = (0,1,2),

and the other input is the most upper line for the number of nickels  n = (0,1,2,3).



The cells in the Table are the values of the total sum

      Sum = 1*p + 5*n.


  
        T       A       B       L      E
   ------------------------------------------

        	0	1	2	3
       0	0	5	10	15
       1	1	6	11	16
       2	2	7	12	17



As you see, the values in the Table are all UNIQUE, so we really have 3*4 = 12 opportunities,
if 0 (zero, ZERO) 0 pennies and 0 nickels is allowed;


or 12-1 = 11 possibilities, if this degenerated case is not allowed.

Solved.



RELATED QUESTIONS

How many different sums of money you can make with four pennies, two nickels and four... (answered by ikleyn)
you have 2 pennies, 3 nickels, 1 dime and 2 quarters. how many different sums of money... (answered by josgarithmetic)
Given nine nickels and four pennies, find how many different sums of money can be formed... (answered by josmiceli)
1. How many different sums of money can be made from a penny, a nickel, a dime and a... (answered by Boreal)
Using one or more of the coins, how many different amounts of money can be made from a... (answered by Edwin McCravy)
Lara has 15 pennies, 3 nickels and 3 dimes. How many different ways can she make 23... (answered by josmiceli)
How many different ways can 55 cents be made with currently available American... (answered by Alan3354)
Billy has 5 coins, 1 penny, 1 nickel, 1 dime, 1 quarter, and 1 half-dollar. How many... (answered by solver91311,edjones)
How many different sums of money can be formed by choosing 1 or more coins from 4... (answered by ikleyn)