Question 1017726
p = number of pennies
n = number of nickels
d = number of dimes
q = number of quarters


p + 5n + 10d + 25q = 93
q = n + 2
d = n + 2
p = q


Write everything in terms of n.


(n + 2) + 5n + 10(n + 2) + 25(n + 2) = 93
41n + 72 = 93


The solution to this equation is not an integer, so this situation is not possible.