SOLUTION: A jar contains nickles and pennies. If there are 56 coins in all and the total value is $1.52, How many nickles are in the jar? Help?

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: A jar contains nickles and pennies. If there are 56 coins in all and the total value is $1.52, How many nickles are in the jar? Help?      Log On


   



Question 1006334: A jar contains nickles and pennies. If there are 56 coins in all and the total value is $1.52, How many nickles are in the jar?
Help?

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
Let the number of nickles be x
Let the number of pennies be y


                      Value      Value
Type       Number       of         of
 of          of        EACH       ALL
coin        coins      coin      coins
-------------------------------------------
nickles       x      $0.05     $0.05x
pennies       y      $0.01     $0.01y
-------------------------------------------
TOTALS       56      -----     $1.52

 The first equation comes from the second column.

  %28matrix%283%2C1%2CNumber%2Cof%2Cnickles%29%29%22%22%2B%22%22%28matrix%283%2C1%2CNumber%2Cof%2Cpennies%29%29%22%22=%22%22%28matrix%284%2C1%2Ctotal%2Cnumber%2Cof%2Ccoins%29%29
                 x + y = 56

 The second equation comes from the last column.
  %28matrix%284%2C1%2CValue%2Cof%2CALL%2Cnickles%29%29%22%22%2B%22%22%28matrix%284%2C1%2CValue%2Cof%2CALL%2Cpennies%29%29%22%22=%22%22%28matrix%285%2C1%2CTotal%2Cvalue%2Cof%2CALL%2Ccoins%29%29

           0.05x + 0.01y = 1.52

Get rid of decimals by multiplying every term by 100:

                 5x + 1y = 152

 So we have the system of equations:
           system%28x+%2B+y+=+56%2C5x+%2B+1y+=+152%29.

We solve by substitution.  Solve the first equation for y:

           x + y = 56
               y = 56 - x

Substitute (56 - x) for y in 5x + 1y = 152

  5x + 1(56 - x) = 152
    5x + 56 - 1x = 152
         4x + 56 = 152
              4x = 96
               x = 24 = the number of nickles.

 Substitute in y = 56 - x
               y = 56 - (24
               y = 32 pennies.

The number of pennies is 56-x or 56-24 or 32 pennies.

Checking:  24 nickles is $1.20 and 32 pennies is $0.32

            That's 56 coins.
            And indeed $1.20 + $0.32 = $1.52

Edwin