SOLUTION: a stack of 20 coins contains only nickels and quarters and has a total value of $4 how many of each coin are in the stack

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: a stack of 20 coins contains only nickels and quarters and has a total value of $4 how many of each coin are in the stack      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1098807: a stack of 20 coins contains only nickels and quarters and has a total value of $4 how many of each coin are in the stack
Found 2 solutions by greenestamps, MathTherapy:
Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!

First I'll show a solution using the standard algebraic method found in most textbooks, at least in the US. Then I'll show you an alternative method which I think is much faster and easier.

By algebra...:
let q = number of quarters
let n = number of nickels
then (1) q%2Bn+=+20 (the total number of coins is 20)
and (2) 25q+%2B+5n+=+400 (the total value of the coins, in cents, is 400)

Now solve the pair of equations
(3) 5q%2B5n+=+100 (equation (1), multiplied by 5)
(4) 20q+=+300 (equation (2) minus equation (3))
q+=+15
There are 15 quarters and 5 nickels.

Using the method of alligation....
(1) If all 20 coins were quarters, the total value would be $5; if all were nickels, the total value would be $1.
(2) The actual total value, $4, is three-fourths of the way from $1 to $5.
(3) Therefore, 3/4 of the coins must be quarters; 3/4 of 20 is 15.
There are 15 quarters and 5 nickels.

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

a stack of 20 coins contains only nickels and quarters and has a total value of $4 how many of each coin are in the stack
Let the number of nickels be N
Then number of quarters = 20 - N
We then get: .05N + .25(20 - N) = 4
.05N + 5 - .25N = 4
.05N - .25N = 4 - 5
- .2N = - 1
N, or number of nickels = highlight_green%28matrix%281%2C3%2C+%28-+1%29%2F%28-+.2%29%2C+%22=%22%2C+5%29%29
Number of quarters: highlight_green%28matrix%281%2C3%2C+20+-+5%2C+%22=%22%2C+15%29%29