Question 971424
ASSIGN VARIABLES
u, count of unit or one-dollar coins
c, count of five-dollar notes
d, count of two-dollar coins


FORM EQUATIONS 
{{{system(u/c=5,d/c=8,1*u+5*c+2*d=90)}}};
You can handle the rest.  Solve the system.