I have an interval of numbers {60,72,84,90,96}
If i ask for 720 it would give me 10*72 and 5*96 + 4*60 But if i ask for 230 it gives me non existent.
The domain for the numbers are between 96 and 720.
What is the best approach for it?
Edit: I want to find all the possible solutions for the equation: 60x + 72y + 84z + 90t + 96w = N
What´s is the best approach?