Hello I tried various things but ain't getting where to begin, if anybody would let me know how to solve this it will be of great help
P X B * W Y A
O A Z O
O N X W+
O X N P + +
O A N Z N O
Hello I tried various things but ain't getting where to begin, if anybody would let me know how to solve this it will be of great help
P X B * W Y A
O A Z O
O N X W+
O X N P + +
O A N Z N O
By brute-force enumeration of all permutations of ten digits, I have found two solutions which match the
PXB * WYA = OANZNOconstraint:However, for none of these the intermediate expressions are fulfilled.
I guess, the task is to prove a contradiction rather than to find a solution.