Question
Ms.Rathman has lots of nickels, dimes, and quarters. in how many ways can he make change for 50 cents?
Answers
Why don't you start by all the ways you can think of. Then post your answers, and we'll be glad to help you from there.
You can try enumeration by making a table of nickels, dimes and quaters that add up to 50 cents. For example:
N__D__Q
10_0__0
8__1__0
6__2__0
5__0__1
...
Continue until you have the table completed. Make sure you do not miss any case.
N__D__Q
10_0__0
8__1__0
6__2__0
5__0__1
...
Continue until you have the table completed. Make sure you do not miss any case.
10
Related Questions
How many different ways can u make change for 75 cents using quarters, nickels and dimes?
Sal keeps quarters, nickels, and dimes in his change jar. He has a total of 52 coins. He has three m...
A newspaper carrier has $4.00 in change. He has two more quarters than dimes but five times as many...
How many ways can you make change for a dollar using only quarters, dimes, and nickels, if you use a...