Solve Basic Word Problem: Find Coins & Combos for $3.00

In summary, the problem involves finding the number of nickels, dimes, and quarters in a jar, given that there are 20 coins altogether and twice as many dimes as nickels. The total value of the coins is $3.00. The equations used are N + D + Q = 20, -N + 2D = 0, and 5N + 10D + 25Q = 300. The final matrix form is 1 0 0 16, 0 1 0 -8, 0 0 1 12. The number of possible combinations of 20 coins is found by breaking it into cases and counting the solutions.
  • #1
war485
92
0

Homework Statement



I have nickels, dimes and quarters in a jar. There are 20 coins altogether and exactly twice as many dimes as nickels. The total value of the coins is $3.00
Find the number of coins of each type. Then find all possible combinations of 20 coins (nickels, dimes and quarters) that will make exactly $3.00

Homework Equations



everything is in cents
N + D + Q = 20
-N+ 2D = 0 ---> from 2D = N --> "twice as many dimes as nickels"
5N + 10D + 25Q = 300


The Attempt at a Solution



I put this into a matrix form
1 1 1 20
1 2 0 0
5 10 25 300

reduced it to:

1 0 0 16
0 1 0 -8
0 0 1 12

Funny thing is I have -8 dimes?
So I think I don't know how to put this statement into an equation:
"twice as many dimes as nickels"

As for the number of possible combinations of 20 coins, I really don't know how to start that in a matrix form.
 
Physics news on Phys.org
  • #2
It's not that funny. The second line of your matrix is 1 2 0 0 which says N+2D=0. Or D=(-N/2). -8 is -16/2. As you started saying you want the equation to be N=2D. Or wait. Is that right? Doesn't that say the number of nickels is TWICE the number of dimes?
 
  • #3
Dick said:
It's not that funny. The second line of your matrix is 1 2 0 0 which says N+2D=0. Or D=(-N/2). -8 is -16/2. As you started saying you want the equation to be N=2D. Or wait. Is that right? Doesn't that say the number of nickels is TWICE the number of dimes?

When you say "the number of nickels is TWICE the number of dimes" is much clearer. I thought that's what is meant by "twice as many dimes as nickels", guess not. And thanks for pointing out about me forgetting the negative sign in my second line of the matrix. It works much better now.

As for the number of possible combinations of 20 coins, I just multiply Q D N together since they are independent events right? Or is there a different method that is specifically for matrices?
 
  • #4
I think you are done with matrices. I think they just expect you to count all possible solutions. I would break it into cases, like:

Q=12, N=0, D=0. (1 solution).
Q=11 then the number of dimes is 0,1 or 2. The rest are nickels. (3 solutions).
Q=10 then the number of dimes is 0,1,2,3,4 or 5. (6 solutions)
Q=9 now you can't have zero dimes, because then you would need to have 15 nickels. That's too many coins.

Get the idea? For each number of quarters figure out the possibilities for the number of dimes. It sounds tedious, but I can't think of any other elementary way to count them.
 
  • #5
thanks for your help
 

Related to Solve Basic Word Problem: Find Coins & Combos for $3.00

What is the problem asking me to do?

The problem is asking you to find the different combinations of coins that can add up to $3.00.

What information do I need in order to solve this problem?

You will need to know the value of each coin (penny, nickel, dime, quarter) and how many of each coin you have available.

How do I go about solving this problem?

You can start by listing out all the possible combinations of coins that could add up to $3.00. Then, you can eliminate any duplicate or incorrect combinations and calculate the total value of each remaining combination to see if it equals $3.00.

What if I don't have enough coins to make $3.00?

If you don't have enough coins to make $3.00, then there is no solution to the problem. You can try using a smaller amount, such as $2.00 or $1.00, to see if there are any possible combinations with the coins you have available.

Is there a specific order in which I should list the combinations?

No, there is no specific order in which you should list the combinations. As long as you list out all the possible combinations and eliminate any duplicates, you will find all the valid solutions to the problem.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
3
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
2K
  • Precalculus Mathematics Homework Help
Replies
3
Views
2K
  • Precalculus Mathematics Homework Help
Replies
3
Views
11K
  • Set Theory, Logic, Probability, Statistics
2
Replies
45
Views
4K
  • Calculus and Beyond Homework Help
Replies
10
Views
5K
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
3K
Back
Top