Question 1173467
-----------------------------------------------------------------------
A jar of coins contains only quarters (25¢) and dimes (10¢).
The total amount of money in the jar is $4.40, and there are 23 coins.
-----------------------------------------------------------------------


{{{system(q+d=23,25q+10d=440)}}}



OR


{{{system(q+d=23,5q+2d=88)}}}