SOLUTION: There are total of 41 coins in the piggy bank that consists of nickels, dimes, and quarters. The total value is $4.95. The number of dimes is seven less than the number of quarters

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: There are total of 41 coins in the piggy bank that consists of nickels, dimes, and quarters. The total value is $4.95. The number of dimes is seven less than the number of quarters      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 994316: There are total of 41 coins in the piggy bank that consists of nickels, dimes, and quarters. The total value is $4.95. The number of dimes is seven less than the number of quarters. Find the number of nickels dimes and quarters in the piggy bank
Found 3 solutions by CubeyThePenguin, ikleyn, josgarithmetic:
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
n = number of nickels
d = number of dimes
q = number of quarters

n + d + q = 41
5n + 10d + 25q = 495
d = q - 7

Substitute the third equation into the first and second equations.

n + 2q = 48
5n + 35q = 565 ---> n + 7q = 113

n + 2q = 48
-n - 7q = -113
-------------------
-5q = -65
q = 13 ---> d = 6 ---> n = 22

There are 22 nickels, 6 dimes, and 13 quarters.

Answer by ikleyn(52787) About Me  (Show Source):
You can put this solution on YOUR website!
.
There are total of 41 coins in the piggy bank that consists of nickels, dimes, and quarters.
The total value is $4.95. The number of dimes is seven less than the number of quarters.
Find the number of nickels dimes and quarters in the piggy bank
~~~~~~~~~~~~~


            It is a typical problem to be solved using only one single unknown and only one single equation.


    
Let x be the number of quarters.

Then the number of dimes is (x-7), according to the condition.

The nickels are the rest coins, and their number is  (41-x-(x-7)) = (48-2x).


Having it, you write the total money equation


   25x + 10(x-7) + 5*(48-2x) = 495   cents.


Simplify and solve


    25x + 10x - 70 + 5*48 - 10x = 495

          25x                   = 495 + 70 - 5*48 = 325

            x                                     = 325%2F25 = 13.


ANSWER.  13 quarters, 6 dimes and the rest 41 - 13 - 6 = 22  coins are nickels.


CHECK.  22*5 + 6*10 + 13*25 = 495 cents, in total.    ! Correct !

Solved.


--------------------


It is how this problem is intended and is expected to be solved.


It is intended for young students, who didn't learn the conception of system of equations yet,
and the major goal of such problems is to teach such young students TO THINK.



Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
system%28n%2Bd%2Bq=41%2C5%2An%2B10%2Ad%2B25%2Aq=495%2Cd=q-7%29

system%28n%2Bd%2Bq=41%2Cn%2B2d%2B5q=99%2Cd=q-7%29

E1 and E2:
system%28n%2Bq-7%2Bq=41%2Cn%2B2q-14%2B5q=99%2Cd=q-7%29

system%28n%2B2q=48%2Cn%2B7q=113%29

%2848-2q%29%2B7q=113
5q=113-48
q=65%2F5
highlight%28q=13%29

highlight%28d=6%29,
highlight%28n=22%29