Question 1033082
.
there are pennies, nickels , dimes , and quarters in a piggy bank. if there are 14 coins in the bank and their value is $1.05
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
Although the condition is discontinued by an obvious way, I can suggest that 

1) all necessary data is presented,  and
2) the question is "how many coins of each value are there in the bank?"


<U>Answer</U>. 2 quarters, 3 dimes, 4 nickels and 5 pennies.

<U>Check</U>.  2*25 + 3*10 + 4*5 + 5*1 = 105,
        2    + 3    + 4   + 5    = 14.
</pre>