SOLUTION: A jar has 50 coins: all pennies, nickles, and dimes, with a total value of $3.50. There are twice as many nickles as as pennies. How many are there of each coin? p=pennies

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: A jar has 50 coins: all pennies, nickles, and dimes, with a total value of $3.50. There are twice as many nickles as as pennies. How many are there of each coin? p=pennies       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 791824: A jar has 50 coins: all pennies, nickles, and dimes, with a total value of $3.50. There are twice as many nickles as as pennies. How many are there of each coin?
p=pennies .01 .01p
2p=nickles .05 .05(2p)
d=dimes .10 .10(50-3p)=5-.30p

p+2p+d=50
d=50-3p
.01p+.05(2p)+5-.3p=3.5
.01p+.1p+5-.3p=3.5
-.19p+5=3.5
5-3.5=.19p
1.5=.19p
email is its.me.pinkey3@gmail.com

Answer by josgarithmetic(39618) About Me  (Show Source):
You can put this solution on YOUR website!
VARIABLES
p = count pennies
n = count nickels
d = count dimes

TRANSLATE THE WORDED DESCRIPTIONS
p%2Bn%2Bd=50.
0.01p%2B0.05n%2B0.10d=3.50.
n%2Fp=2%2F1 (Twice as many nickels as pennies; ratio of nickels to pennies is 2:1).

MANAGE EQUATIONS TO MAKE SYSTEM EASIER TO SOLVE
Clear the fractional nature of the money sum, multiplying both sides by 100, giving p%2B5n%2B10d=350.
Multiply the ratio equation left&right by p, giving n=2p.

ALGEBRAIC SOLUTION STEPS
The system is now this:
____________________________________
p%2B5n%2B10d=350.
p%2Bn%2Bd=50.
n=2p.
____________________________________

Solution steps can use the less advanced method of substitution, starting with n. Replace n in the first two equations with n=2p. This gives two equations in two unknowns:
p%2B5%2A2p%2B10d=350 and p%2B2p%2Bd=50
11p%2B10d=350 and 3p%2Bd=50
Various ways to go, but try solving the count equation for d, and substitute this into the money sum equation:
d=50-3p, put into... 11p+10*(50-3p)=350
11p%2B500-30p=350
-19p=350-500
150=19p
highlight%28p=7.89%29 MISTAKE? (No. See "Second Thought")

(some commentary removed)

SECOND THOUGHT: My answer is like your answer. The mistake is not in our work, but in the problem description.

CORRECTION TO QUESTION: Amount of money should have been $3.10; with this, problem was solved by original poster.