You can put this solution on YOUR website! Same problem, different numbers.
----------------------------------------------
Twenty-four coins, all nickels and quarters, have a total of $2.40. How many of each are there?
------------
n = nickels
q = quarters
-----
n + q = 24
5n + 25q = 240