Substitute digits in place of letters
Substitute digits in place of letters to make the following relation true.
S T I L L
+ W I T H I N
——————–
L I M I T S
Note –
The leftmost letter cant be zero in any word.
There must be a one-to-one mapping between digits and letters. e.g. if you substitute 3 for the letter S, no other letter can be 3 and all other S in the puzzle must be 3.
So obviously this can be solved by brute force–trying different values for each letter. The challenge is how to deduce the answer with as little trial and error as possible. We can narrow it down with some observations.
Both I’s in LIMITS line up under an I, so let’s start there.
Because S can’t be zero and S + I results in I as the last digit, we know T + T >= 9 (to generate carry) and that S = 9.
Since S = 9, that must mean that H = 0 so that H + I = I with no carry.
Since S = 9, L + N = 9.
There is no carry from L + N, so L + I = T or 10 + T, but we know there is also no carry from L + I and that I is not zero.
Because T + T = 10 + M and M can’t be zero, then T isn’t 5.
Because WITHIN and LIMITS are both six digits, we know that L = W + 1.
So before any trial and error we have:
S = 9
H = 0
T = {6,7,8} = L + I
M = {2,4,6} = 2*T – 10
W = {1,2,3,4,5,6} = L – 1
L = {2,3,4,5,6,7} = W + 1 = 9 – N
N = {2,3,4,5,6,7} = 9 – L
I = {1,2,3,4,5,6} = T – L
Looking at this, we see that L has a relationship to every other letter, so let’s look at that. Since W = L – 1 and N = 9 – L, L can’t be 5 since that would require both W and N to be 4. So now the possibilities are:
S = 9
H = 0
T = {6,7,8} = L + I
M = {2,4,6} = 2*T – 10
W = {1,2,3,5,6} = L – 1
L = {2,3,4,6,7} = W + 1 = 9 – N
N = {2,3,5,6,7} = 9 – L
I = {1,2,3,4,5,6} = T – L
Now we’re ready for trial and error. Since there is only one way to assign 8 and since eight out of ten digits are used (only two unused), try assigning T = 8, which gives M = 6. Since 6 is taken, neither L nor I can be 2 (since 8 – 6 = 2) nor 4 (since they need to be different and sum to 8). Also, since L = 9 – N and N can’t be 6, then L can’t be 3 and L = W + 1 and W can’t be 6, so L can’t be 7, leaving no possible value for L. So we know T can’t be 8, leaving:
S = 9
H = 0
T = {6,7} = L + I
M = {2,4} = 2*T – 10
W = {1,2,3,5} = L – 1
L = {2,3,4,6} = W + 1 = 9 – N
N = {3,5,6,7} = 9 – L
I = {1,2,3,4,5} = T – L
There are only two ways to assign 7, so try assigning T = 7, which gives M = 4. Since 4 is taken, neither L nor I can be 3 or 4. Since N can’t be 7 and N = 9 – L, L also can’t be 2, leaving only L = 6:
S = 9
H = 0
T = 7
M = 4
W = 5
L = 6
N =3
I = 1
This give a unique assignment for each letter, so see if it works: 97166 + 517013 = 614179
It does work, on only the second (of three possible) guesses.
Your Answer
More puzzles to try-
What is the logic behind these ?
3 + 3 = 3 5 + 4 = 4 1 + 0 = 3 2 + 3 = 4 ...Read More »Defective stack of coins puzzle
There are 10 stacks of 10 coins each. Each coin weights 10 gms. However, one stack of coins is defective ...Read More »Which clock works best?
Which clock works best? The one that loses a minute a day or the one that doesn’t work at all?Read More »(Advanced) Cheryl’s Birthday Puzzle
Paul, Sam and Dean are assigned the task of figuring out two numbers. They get the following information: Both numbers ...Read More »Five greedy pirates and gold coin distribution Puzzle
Five puzzleFry ship’s pirates have obtained 100 gold coins and have to divide up the loot. The pirates are all ...Read More »Magical flowers!!
A devotee goes to three temples, temple1, temple2 and temple3 one after the other. In front of each temple, there ...Read More »Tuesday, Thursday what are other two days staring with T?
Four days are there which start with the letter ‘T‘. I can remember only two of them as “Tuesday , Thursday”. ...Read More »How could only 3 apples left
Two fathers took their sons to a fruit stall. Each man and son bought an apple, But when they returned ...Read More »How Many Eggs ?
A farmer is taking her eggs to the market in a cart, but she hits a pothole, which knocks over ...Read More »HARD MATHS – How much faster is one train from other Puzzle
Two trains starting at same time, one from Bangalore to Mysore and other in opposite direction arrive at their destination ...Read More »Most Analytical GOOGLE INTERVIEW Question Revealed
Let it be simple and as direct as possible. Interviewer : Tell me how much time (in days) and money would ...Read More »Lateral thinking sequence Puzzle
Solve this logic sequence puzzle by the correct digit- 8080 = 6 1357 = 0 2022 = 1 1999 = ...Read More »How did he know?
A man leaves his house in the morning to go to office and kisses his wife. In the evening on ...Read More »Pizza Cost Math Brain Teaser
Jasmine, Thibault, and Noah were having a night out and decided to order a pizza for $10. It turned out ...Read More »Which letter replaces the question mark
Which letter replaces the question markRead More »Which room is safest puzzle
A murderer is condemned to death. He has to choose between three rooms. The first is full of raging fires, ...Read More »Richie’s Number System
Richie established a very strange number system. According to her claim for different combination of 0 and 2 you will ...Read More »Srabon wanted to pass
The result of math class test came out. Fariha’s mark was an even number. Srabon got a prime!! Nabila got ...Read More »Become Normal!!
Robi is a very serious student. On the first day of this year his seriousness for study was 1 hour. ...Read More »Sakib Knows The Number!
Ragib: I got digits of a 2 digit number Sakib: Is it an odd? Ragib: Yes. Moreover, the sum of ...Read More »