leaves reminder
leaves reminder
leaves reminder
leaves reminder
leaves reminder
Every letter represents single distinct digit. What is the 5 digit number for ?
Another problem like this.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
(1.) E > I > G > H > 0 and T > 5 , because a remainder is less than the divisor.
(2.) T is odd. If T were even, the number would be even, and dividing by an even number would leave an even remainder instead of 5.
(3.) T = 7 or T = 9 . (From 1. and 2.)
(4.) H = 1 or H = 3 . From 1. we know that H ≤ 6 . We also rule out 5 and even values because the number does not end in 0, 5, or an even digit.
(5.) G = 5 . If it were, then the remainder in the third equation should be 2 or 4 (from 3.); this contradicts our conclusion in 4.
(6.) If E is even, I must be odd. If I is even, G must be odd. (Dividing an odd number by an even divisor results in an odd remainder.)
Call m = E I G .
Case 1. H T = 3 9
According to the fourth equation, the number is a multiple of 3. But then the remainder after division by 9 should be 0, 3, or 6; not 5. Contradiction.
Case 2. H T = 3 7
In this case 1 0 0 m + 3 7 ≡ 0 mod 3 and ≡ 5 mod 7. This implies m ≡ 5 mod 21. This may be reduced to − 5 E + 1 0 I + G ≡ 5 mod 21.
Write G = x + 4 , I = x + y + 5 , E = x + y + z + 6 . We need 0 ≤ x , y , z and x + y + z ≤ 3 ; and 6 x + 5 y − 5 z ≡ 2 mod 21. There is no solution.
Case 3. H T = 1 9
Now 1 0 0 m + 1 9 ≡ 5 mod 9, which translates to E + I + G ≡ 4 mod 9.
Write G = x + 2 , I = x + y + 3 , E = x + y + z + 4 . We need 0 ≤ x , y , z and x + y + z ≤ 4 ; and 3 x + 2 y + z ≡ 4 mod 9.
The solutions are:
x = y = 0 , z = 4 . This means G = 2 , I = 3 , E = 8 . This is the solution.
x = z = 0 , y = 2 . Then G = 2 , I = 5 , E = 6 . However, 6 5 2 1 9 ÷ 5 has remainder 4, not 2.
x = 0 , y = 1 , z = 2 . Then G = 2 , I = 4 , E = 7 . However, since I is even, G must be odd. (See 6. above.)
x = z = 1 , y = 0 . Then G = 3 , I = 4 , E = 6 . However, since E is even, I must be odd.
Case 4. H T = 1 7
Now 1 0 0 m + 1 7 ≡ 5 mod 7, which translates to − 3 E − I + 2 G ≡ 2 mod 7.
Write G = x + 2 , I = x + y + 3 , E = x + y + z + 4 . We need 0 ≤ x , y , z and x + y + z ≤ 5 ; and − 2 x + y + 2 z ≡ 5 ( or − 4 ) mod 9.
The solutions are:
x = 0 , y = 1 , z = 2 . This means G = 2 , I = 4 , E = 7 . However, we already have T = 7 .
x = 0 , y = 3 , z = 1 . Then G = 2 , I = 6 , E = 8 . But if E is even, I must be odd.
x = 0 , y = 5 , z = 0 . Then G = 2 , I = 8 , E = 9 . But if I is even, G must be odd.
x = 1 , y = 1 , z = 3 . Then G = 3 , I = 5 , E = 9 . But 9 5 3 1 7 ÷ 5 has remainder 2, not 3.
x = 2 , y = 0 , z = 0 . Then G = 3 , I = 4 , E = 5 . But 5 4 3 1 7 ÷ 5 has remainder 2, not 4.
x = 3 , y = 0 , z = 1 . Then G = 4 , I = 5 , E = 7 . However, we already have T = 7 .
x = 3 , y = 2 , z = 0 . Then G = 4 , I = 7 , E = 8 . However, we already have T = 7 .
Therefore we conclude that the only solution is E I G H T = 8 3 2 1 9 .