SOLUTION: A person has two times as many nickels as quarters. If the total face value of these coins is $3.50, how many of each type of coin does this person have?
Algebra ->
Customizable Word Problem Solvers
-> Coins
-> SOLUTION: A person has two times as many nickels as quarters. If the total face value of these coins is $3.50, how many of each type of coin does this person have?
Log On
Question 530015: A person has two times as many nickels as quarters. If the total face value of these coins is $3.50, how many of each type of coin does this person have? Found 2 solutions by Maths68, Edwin McCravy:Answer by Maths68(1474) (Show Source):
The problem fails to state that the person has ONLY nickels and quarters.
As the problem is stated she could have some other coins as well. For
instance, she could have 7 dimes, 8 quarters and 16 nickels, and she would
still have $3.50 and twice as many nickels as quarters. I just thought
I would point that out as it might be interesting if you mentioned it to
your teacher or classmates. But I will assume that she has no other coins
but nickels and quarters.
Assuming that she has ONLY nickels and quarters,
Let N = the number of quarters
Because of this statement:
>>...A person has two times as many nickels as quarters...<<
2N = the number of nickels.
To get our equation we use this principle:
$.05 times + $.25 times = $3.50
.05(2N) + .25(N) = 3.50
5(2N) + 25(N) = 350
10N + 25N = 350
35N = 350
N = 10
So she has N = 10 quarters and 2N = 2(10) = 20 nickels.
Edwin