Q1.
What could U and T be? Can T be 2? Can it be 3?
Answer
The puzzle is T + T + T = UT, that is, 3 × T must be a 2-digit number whose units digit is again T.
| T | 3 × T | Units digit | Same as T? |
|---|---|---|---|
| 2 | 6 | 6 | No (and 6 is not 2-digit) |
| 3 | 9 | 9 | No |
| 4 | 12 | 2 | No |
| 5 | 15 | 5 | Yes |
| 6 | 18 | 8 | No |
| 7 | 21 | 1 | No |
| 8 | 24 | 4 | No |
| 9 | 27 | 7 | No |
So T = 5 and U = 1, giving UT = 15.
5 + 5 + 5 = 15 ✓
T cannot be 2 (3 × 2 = 6 is not even a 2-digit number) and T cannot be 3 (3 × 3 = 9, again a single digit, and the units digit is 9, not 3).
Why it happens: 3T ending in T means 3T – T = 2T ends in 0, so 2T must be a multiple of 10. For a single digit T that forces T = 0 or T = 5, and T = 0 would not give a 2-digit sum.