Question
Suppose you have a bottle that contains exactly twenty-two U.S. coins.
These coins only consist of nickels(\$0.05), dimes(\$0.10), and quarters(\$0.25).
In addition to the types of coins, you also know the following statements to be true:
1. When added together, the coins hold a total value of \$2.55.
2. The number of nickels and the number of dimes is greater than the number of quarters.
3. The number of nickels in the bottle is greater than five.
Using the information given, how can we calculate the quantity of each coin in the bottle?
Edit
In efforts to clarify any vagueness or lack of information, please consider the following questions and their respective answers.
Clarification
$(1)$ Can you provide a clarification of the 2nd constraint?
The number of nickels and the number of dimes is greater than the number of quarters.
Is it intended that $(n)$ and $(d)$ are each separately $(>q)$.
Furthermore, this means the constraint translates to $(n>q)$ and $(d>q)$.
Additional Information
$(2)$ What is the source of the problem?
This problem originates from my undergraduate studies in a Linear Algebra I course (MA-237). While this problem is not located in the course textbook itself, a similar problem can be found on page 12 as "Exercise 1.37".
This is the free textbook (Author's Words):
LINEAR ALGEBRA - Fourth edition by Jim Hefferon:
$(3)$ What theorems or previously solved problems or worked examples that led up to this problem do you think might be relevant?
When I originally posted this question, I intended to supply examples and relevant information in the answer's reference section. I see now that they should also be applied here.
Please find them listed below:
Background
$(4)$ In general, what is your Math education/background?
Currently, I am an Undergraduate Student seeking a Bachelor of Science Degree with a minor in Mathematics.
$(5)$ What is your motivation for posting this question?
When I was a student in what we refer to at my university as MA-237 or Linear Algebra I, I distinctly remember struggling to work through this problem due to the variety of concepts that are prevalent in its solution.
Through the answer I provided, I hope that any future students also struggling to understand these concepts will find the same understanding that I did at completing this question.