I have the following problem: $ X(20A + 88C) + Y(32B + 72C) + Z(40A + 40B) \ge 616A + 890B + 982C$
the second condition is that the sum of $ X + Y + Z $ should be as low as possible.
If there is more than 1 solution possible, i need only 1.
EDIT: X Y and Z are whole numbers!
what i tried so faar making three equations
$ 20X + 40Z = 616 $
$ 32Y + 40Z = 890 $
$ 88X + 72Y = 982 $
p.s. what sort of math is this ? i tagged it with linear-algebra.