+ R G G G B B B B B
Solve for R B B .
Note: B , G , R are different non-zero digits.
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 2 3 4 5 |
|
1 |
|
We have 3 ( 1 0 G + B ) = 1 0 0 R + 1 1 B ⟹ G = 3 0 1 0 0 R + 8 B , G ≤ 9 ⟹ 0 < R ≤ 2 , 0 ≤ B ≤ 9 , R = G , G = B , R = B .
The only such solution is R = 2 , B = 5 , G = 8 , and R B B = 2 5 5 .
From the first look, B can have two values either 0 or 5 . But if B = 0 , that means sum is a multiple of 1 0 0 and also a multiple of 3 because G B is added 3 times. So minimum possible sum would be 3 0 0 . But G B is a two digit number so 3 times G B is always less than 3 0 0 . So no solution.
Taking B = 5 , we get
3 G + 1 = 1 0 R + 5
⇒ 3 G = 1 0 R + 4
The only possible value of G is 8 with R = 2 .
So R B B = 2 5 5
+ 2 8 8 8 5 5 5 5 5
where B = 5 , G = 8 , R = 2
Problem Loading...
Note Loading...
Set Loading...
R m a x ( = 9 8 ∗ 3 ) = 2 9 4 . Write the sum in another form: 3 0 G + 3 B = 1 1 B + 1 0 0 R / : 2 1 5 G = 4 B + 5 0 R 5 ( 3 G − 1 0 R ) = 4 B 3 G − 1 0 R = 5 4 B Thus B=5. 3 G = 2 ( 2 + 5 R ) G = 2 3 2 + 5 R Thus: 2 + 5 R m o d 3 = 0 5 R m o d 3 = 1 2 R m o d 3 = 1 R = 0 ; 1 are bad, thus R = 2 . G = 2 3 2 + 5 ⋅ 2 = 2 ⋅ 4 = 8