SOLUTION: A piggy bank contains 30 coins worth $1.90. (A) If the bank contains only nickels and dimes, how many coins of each type does it contain? (B) If the bank contains nickels, dimes

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: A piggy bank contains 30 coins worth $1.90. (A) If the bank contains only nickels and dimes, how many coins of each type does it contain? (B) If the bank contains nickels, dimes      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1117809: A piggy bank contains 30 coins worth $1.90.
(A) If the bank contains only nickels and dimes, how many coins of
each type does it contain?
(B) If the bank contains nickels, dimes, and quarters, how many
coins of each type does it contain?

Found 2 solutions by josgarithmetic, greenestamps:
Answer by josgarithmetic(39620) About Me  (Show Source):
You can put this solution on YOUR website!
A:
nickles dimes only
system%28n%2Bd=30%2C5n%2B10d=190%29

B:
nickles, dimes, quarters
system%28n%2Bd%2Bq=30%2C5n%2B10d%2B25q=190%29
(might need to consider more than one solution)

Continuing B:
Let k=q.
system%28n%2Bd=30-k%2Cn%2B2d=38-5k%29

E2-E1------->
d=38-5k-30%2Bk
highlight_green%28d=8-4k%29
Note that only Natural Number values are acceptable if combination must contain nickles, dimes, and quarters.
Also note k=0 not relevant, and k%3E=2 not acceptable, leading to wrong kind of number.
Only k possible is k=1.

d=8-4%2A1
d=8-4
d=4


Combination should be system%28q=k=1%2Cd=4%2Cn=25%29.
Quarters: 1
Dimes: 4
Nickles: 25
Cents total ------- 190

Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


The total value of the 30 coins, all dimes or nickels, is $1.90, or 190 cents.
If all were nickels, the value would be 30*5 = 150 cents; that is 40 cents short of the actual total.
Exchanging a nickel for a dimes keeps a total of 30 coins but increases the total value by 5 cents.
To make up the 40 cents you were short using only nickels, the number of times you would need to exchange a nickel for a dime would be 40/5 = 8.
So there are 8 dimes and 30-8 = 22 nickels.

One way to solve the problem when the coins include quarters is to look at different cases with different numbers of quarters.

Using only n coins that are all nickels and dimes, you can make any total number of cents between 5n and 10n. So, since the total value of the coins is 190 cents, it will always be possible to make a total of 190 cents with any number of quarters, making up the difference with dimes and nickels. The task is to find such a solution in which the total number of coins is 30.

If there is 1 quarter (25 cents), then the problem becomes making a total of 165 cents using 29 coins that are dimes and nickels. Using the same kind of reasoning as before, we find out that with 1 quarter we need 4 dimes and 25 nickels to make the total of 190 cents.

If there are 2 quarters (50 cents), then the problem becomes making a total of 140 cents using 28 coins that are dimes and nickels. We can't do that unless we use 28 nickels and 0 dimes; and the problem implies that we have to have coins of each type.

So by examining cases, we find that there is only one way to make $1.90 using 30 coins that are quarters, dimes, and nickels: 1 quarter, 4 dimes, and 25 nickels.

It is useful to know how to solve this second problem using algebraic processes.

We have two equations but three unknowns:

q%2Bd%2Bn+=+30 a total of 30 coins
25q%2B10d%2B5n+=+190 a total value of 190 cents

To obtain a unique solution in a problem with three variables, we usually need three equations. But when, as in this problem, the variable values are positive integers, we can solve the problem with only two equations.

The general process is to use elimination to reduce the system of two equations in three unknowns to a system of one equation in two unknowns; then find positive integer solutions to that equation.

For this problem, we have

5q%2B5d%2B5n+=+150 first equation, multiplied by 5
25q%2B10d%2B5n+=+190

Subtracting the two equations gives us

20q%2B5d+=+40
4q%2Bd+=+8
d+=+8-4q

Starting with q=1, we find a solution: q=1; d=8-4(1) = 4; n = 30-(1+4) = 25.

And when we try the next possible solution with q=2, we get d = 8-4(2) = 0 -- telling us that there are no other solutions.

Note that this kind of problem often has more than one solution....