a * b + c - d / e
* + - / *
f + g - h / i * j
+ - / * +
k - l / m * n + o
- / * + -
p / q * r + s - t
/ * + - /
u * v + w - x / y
replace each letter with the numbers 1-25, each number only once, such that the total for each row and column is the maximum. operations are done in the order they appear, from top to bottom and left to right. division is presice, no rounding.
Question
Guest
replace each letter with the numbers 1-25, each number only once, such that the total for each row and column is the maximum. operations are done in the order they appear, from top to bottom and left to right. division is presice, no rounding.
have fun :-).
Link to comment
Share on other sites
17 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.