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

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: Determine how many different sums of money can be made with 2 pennies and 3 nickels.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.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) About Me  (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(52788) About Me  (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.