× A D B B 5 5 5
Let A , B and D be distinct digits that satisfy the cryptogram above.
Find the minimum value of A + B + D + 5 .
Clarification : Both A and D are a leading digit, so neither can be zero.
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.
When A=0, B=2 and D=1, then also equation is satisfied. Why can't the answer be (0+2+5+1)= 8 ?
Log in to reply
They clearly stated that A and D are not zero!
Log in to reply
B can also be 7, thus if a=1 , d=8 therefore the solution can be 21 too
Log in to reply
@Fran Jaga – I think you need to check your values once again!
@Fran Jaga – The solution is the MINIMUM value of D+A+B+5
Problem Loading...
Note Loading...
Set Loading...
If A > 1 , then A B 5 × 5 ≥ 2 0 5 × 5 > 1 0 0 0 , which is already a 4-digit number, thus A > 1 , or A is forced to be equal to 1 only. And once again, we can simplify the cryptogram:
× 1 D B B 5 5 5
By considering the last two digits, that is modulo 100, we can solve the cryptogram by modular arithmetic :
0 B C × C ≡ B C ( m o d 1 0 0 ) ⇒ B 5 × 5 ≡ B 5 ( m o d 1 0 0 ) ⇒ 4 × B 5 ≡ 0 ( m o d 1 0 0 ) ⇒ B 5 ≡ 0 ( m o d 2 5 ) ⇒ B = 2 or 7 .
We are left ot check for two cases:
If B = 2 , then the product is 1 2 5 × 5 = 6 2 5 ⇒ D = 6 ⇒ A + B + 5 + D = 1 + 2 + 5 + 6 = 1 4 . If B = 7 , then the product is 1 7 5 × 5 = 8 7 5 ⇒ D = 6 ⇒ A + B + 5 + D = 1 + 7 + 8 + 5 = 2 1 .
Since we want to minimize A + B + 5 + D , then we take the smaller value of 1 4 and 2 1 , hence our answer is 1 4 .