Got a bit of a quandry for an equation. This is to be used for a Table object in programming.
Here are the parameters
It would be great if some of you math gurus could solve this puzzle and if possible supply a generic equation. Since i am templating this object, i need to be able to apply the same algorithm to several unknown widths, in the future.
Here are the parameters
- X is greater than Y[/*:2xso2sse]
- X and Y must each be greater than 40 but less than 100[/*:2xso2sse]
- There are 3 X's and 3 Y's for a total of 6 points[/*:2xso2sse]
- The Sum of all X's must be divisible by 3[/*:2xso2sse]
- The Sum of all Y's must be divisible by 3[/*:2xso2sse]
- The Sum of all the X's and Y's equals 500, no more and no less[/*:2xso2sse]
- X and Y are both whole numbers, fractions not allowed for pixels :wink: [/*:2xso2sse]
It would be great if some of you math gurus could solve this puzzle and if possible supply a generic equation. Since i am templating this object, i need to be able to apply the same algorithm to several unknown widths, in the future.