|
|
|
|
|
by antognini
1676 days ago
|
|
I came across one of my favorite math problems in high school and it blew my mind. ABC
DEF
+ GHI
-----
123J
Each letter represents a distinct digit 0-9. What is J?Of course you can write a short program that iterates through the possibilities. But there is also a very elegant solution that fits in a tweet. (If you don't want to try solving it, or have tried and have given up, here is the solution: https://twitter.com/joe_antognini/status/1436412147324502016) |
|
Iterating through all possibilities shows that the solution exists, the proof in the tweet doesn't.