Question 1095599
Write a polynomial to represent the value, in dollars, of q quarters, d dimes, and n nickels?
<pre>With number of quarters, dimes, and nickels being Q, D, and N, respectively, polynomial is: {{{highlight_green(matrix(1,5, .25Q, "+", .1D, "+", .05N))}}}