I need to find the higest possible value to multiply with in the following senario.
I have a collection of items, all items are of the same type and thay have a fixed number of columns.
The problem is that i need to find out what the higest possible value that i can multiply with.
X is the fixed size of an item column size, in this case 9. Y is unkown i dont know how to find out the highest possible value here. M is the maximum allowed size in one set of items, in this case 2100.
$$ XY \leq M,\quad 9Y\leq 2100$$
I have not managed to come up with any formula to get Y.