SOLUTION: Gaby's piggy bank contains nickels and quarters worth $5.80. If she has 52 coins in all, how many of each does she have?

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: Gaby's piggy bank contains nickels and quarters worth $5.80. If she has 52 coins in all, how many of each does she have?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1116090: Gaby's piggy bank contains nickels and quarters worth $5.80. If she has 52 coins in all, how many of each does she have?
Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


If all 52 coins were nickels, the value would be 52*5 = 260 cents, or $2.60.

The actual value is $5.80, which is $3.20 more, or 320 cents more.

Each quarter is worth 20 cents more than each nickel. To make that additional 320 cents, the number of nickels we need to replace with quarters is 320/20 =16.

So there are 16 quarters; that means 52-16 = 36 dimes.

Check: 16(25)+36(5) = 400+180 = 580 cents = $5.80

Algebraically....

let x = number of quarters
then 52-x = number of nickels

The total value is 580 cents:
25%28x%29%2B5%2852-x%29+=+580
25x%2B260-5x+=+580
20x+=+320
x+=+16

Answer: quarters = x = 16; nickels = 52-x = 36