Question 1199471
.
The drawer of a cash register contains 30 coins: pennies, nickels, dimes, and quarters. 
The total value of the coins $3.31. The total number of pennies and nickels combined 
is the same as the total number of dimes and quarters combined. 
The total value of the quarters is five times total value of the dimes. 
How many coins of each type are in the drawer ?
~~~~~~~~~~~~~~~~~~~


<pre>
The unknown quantities are P, N, D and Q.

We are given

    P + N + D + Q = 30     (1)

and

    P + N = D + Q.         (2)


From it, we momentartily conclude that

    P + N = D + Q = 15     (3)


We also are given that

    25Q = 5*(10D)      (4)     (The total value of the quarters is five times total value of the dimes. )

It implies, after reducing/canceling common factors

      Q = 2D.


Then from (3), by substituting (4) there, we get

    D + 2D = 15  --->   3D = 15  --->   D = 5   --->    Q = 10.


So, we just know that the number of dimes is 5 and the number of quarters is 10.

Then the total value of dimes and quarters is  5*10 + 10*25 = 50 + 250 = 300 cents = 3 dollars.


Hence, the total value of pennies and nickels is  $3.31 - $3 = $0.31 = 31 cents.

Thus for P and N we have these two equations

    P +  N = 15    (coins)    (5)

    P + 5N = 31.   (cents)    (6)


Subtract (5) from (6) to get 

        4N = 31 - 15 = 16.


Hence, N = 16/4 = 4;  P = 15 - N = 15 - 4 = 11.


<U>ANSWER</U>.  11 pennies;  4 nickels;  5 dimes and 10 quarters.
</pre>

Solved.