SOLUTION: A vending machine has $6.30 in it. There are 52 coins total and the machine only accepts nickels, dimes, and quarters. There are five more dimes than nickels. How many of each coin

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: A vending machine has $6.30 in it. There are 52 coins total and the machine only accepts nickels, dimes, and quarters. There are five more dimes than nickels. How many of each coin      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 961723: A vending machine has $6.30 in it. There are 52 coins total and the machine only accepts nickels, dimes, and quarters. There are five more dimes than nickels. How many of each coin are in the machine.
Found 3 solutions by CubeyThePenguin, josgarithmetic, ikleyn:
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 = 52
d = n + 5
5n + 10d + 25q = 630

(substituting d = n + 5 into the first and third equations)
2n + q = 47
15n + 25q = 580

Multiply the first equation by 25 (eliminating q)
50n + 25q = 1175
-15n - 25q = -580
---------------------
35n = 595
n = 17
d = 17 + 5 = 22
q = 52 - 17 - 22 = 13

---> There are 17 nickels, 22 dimes, and 13 quarters.

Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
n, d, q
5n%2B10d%2B25q=630


n%2B2d%2B5q=126-------the SIMPLIFIED cents equation


--------------------------------------------------
52 coins total and the machine only accepts nickels, dimes, and quarters. There are five more dimes than nickels.
------------------------------------------------

system%28n%2Bd%2Bq=52%2Cd-n=5%29
ADD: 2d%2Bq=57
q=57-2d


REVISE:
system%28n%2B2d%2B5%2857-2d%29=126%2Cd-n=5%29
system%28n%2B2d%2B285-10d=126%2Cd-n=5%29
system%28n-8d=126-285%2Cd-n=5%29
system%288d-n=159%2Cd-n=5%29
7d=154
highlight%28d=22%29-------------------highlight%28n=17%29
-
highlight%28q=13%29

Answer by ikleyn(52786) About Me  (Show Source):
You can put this solution on YOUR website!
.
A vending machine has $6.30 in it. There are 52 coins total and the machine only accepts nickels,
dimes, and quarters. There are five more dimes than nickels. How many of each coin are in the machine ?
~~~~~~~~~~~~~


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


    
Let x be the number of nickels.

Then the number of dimes is (x+5), according to the condition.

The quarters are the rest coins, and their number is  (52-x-(x+5)) = (47-2x).


Having it, you write the total money equation


    5x + 10(x+5) + 25*(47-2x) = 630   cents.


Simplify and solve


    5x + 10x + 50 + 25*47 - 50x = 630

         -35x                   = 630 - 50 - 25*47 = -595

            x                                      = %28-595%29%2F%28-35%29 = 17.


ANSWER.  17 nickels, 22 dimes and the rest 52 - 17-22 = 13  coins are quaters.


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

Solved.


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


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


Only the persons UNFAMILIAR with a standard basic mathematical education principles,

like  @josgarithmetic or  @Penguin,  may think differently . . .