Juha Lappi
New member
- Joined
- Dec 4, 2020
- Messages
- 1
Given three real numbers a and b, a<b, and c, what integer values of n and m maximize n*a+m*b subject to n*a+m*b <=c?
...after a bit more thought I think my suggested method isn't valid, although it seemed very compelling. This is because it eliminates c for large values of n. And c is a very fundamental part of the original inequality. Without taking c into account how could the answer ever be close!One way of approaching this might be to rearrange the inequality so that the subject becomes m/n and then see what the other side looks like. The other side should have a term with something/n which would become small with a large value of n.