Each letter represents a different digit. Any digit can be used, but zero can never start a word. Given W = 2 and R = 6, what do the rest of the letters represent?
TWO + TWO ------ FOUR
F = 1 O = 8 R = 6 T = 9 U = 5 W = 2
928 + 928 ----- 1856
« Previous | Next »
3 Comments on "Two Plus Two Equals Four"
jay says June 5, 2019 @ 19:40
I could be wrong, but it seems like there could be a lot of potential answers to this as stated.
For example,
> 523 >+ 523 >—– >1046
ASF says October 29, 2019 @ 05:23
Jay, that cannot be a solution as you are using both 3 and 0 for the letter O.
Andrew Doble says November 13, 2020 @ 11:13
There are 7 possible answers for this:
Where TWO can be: 734, 765, 836, 846, 867, 928 and 938.
And no, I didn’t work them out manually – I wrote a Python program to do the work for me. :-)
Leave a comment
Name (required)
Email (will not be published) (required)
3 Comments on "Two Plus Two Equals Four"
jay says
June 5, 2019 @ 19:40
I could be wrong, but it seems like there could be a lot of potential answers to this as stated.
For example,
> 523
>+ 523
>—–
>1046
ASF says
October 29, 2019 @ 05:23
Jay, that cannot be a solution as you are using both 3 and 0 for the letter O.
Andrew Doble says
November 13, 2020 @ 11:13
There are 7 possible answers for this:
Where TWO can be:
734, 765, 836, 846, 867, 928 and 938.
And no, I didn’t work them out manually – I wrote a Python program to do the work for me. :-)
Leave a comment