- A B C D + A E F = E F G H and
- I C J * E = A B C D
Each letter represents a unique digit from 0 to 9 and both equations must hold true.
Having some trouble solving this, here is what I have so far:
B + A = 10 or B + A > 10 since something must be carried over to the thousands column (A) in equation 1
I also know that A + 1 = E since the 1 is carried over
17 >= B + A >= 10
A cannot equal 0,9
Any idea how to solve this? Any contributions are greatly appreciated.
Putting this up. If anyone has partial insights, feel free to add to this post instead of commenting (since writing
as istext is difficult in the comments).So far, we have