Suppose there is a pile of quarters, dimes, and pennies with a total value of $1.06. How much of each coin can be present wit
hout being able to make change for a dollar? If there are multiple selections of coins that will work, choose the selection with the largest total number of coins.
Ahh..this is sets topics - A U B = all the elements found in A and B. But do note, do not repeat the elements if it is the same. And if the question were to ask : n(AUB) = total number of elements found in A and B.