SOLUTION: You have 42 coins in your piggy bank. the bank contains only nickels and quarters and the total is $5.50. how many of each coin do you have?

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: You have 42 coins in your piggy bank. the bank contains only nickels and quarters and the total is $5.50. how many of each coin do you have?       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1069375: You have 42 coins in your piggy bank. the bank contains only nickels and quarters and the total is $5.50. how many of each coin do you have?
Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!
Let n = number of nickels
and q = number of quarters
n + q = 42 (1)
5n + 25q = 550 (2) ($5.50 expressed as cents)

(1) implies q = 42-n, substitute "42-n" for "q" in (2):
5n + 25(42-n) = 550

From here, I will leave it to you to combine terms and solve for n. Once you have n you can plug into (1) to get q.