Looking for 'em!

There is a positive integer a b c d \overline{abcd} such that 4 × a b c d = d c b a 4\times \overline{abcd} = \overline{dcba} . Find the digital sum of that integer.

16. 19. 18. 17.

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.

2 solutions

Jordan Cahn
Nov 12, 2018

Let N = a b c d N=\overline{abcd} . Recall that N a + b + c + d m o d 9 N\equiv a + b + c + d\bmod 9 . Since 4 N d + c + b + a m o d 9 4N\equiv d + c + b + a \bmod 9 , it must be that 4 N N m o d 9 4N \equiv N\bmod 9 . This in turn implies that one of the following must be true N 0 m o d 9 N 3 m o d 9 N 6 m o d 9 \begin{aligned} N&\equiv 0\mod 9 \\ N&\equiv 3\mod 9 \\ N&\equiv 6\mod 9 \end{aligned} In all cases, N N is divisible by 3 3 . Thus the digital sum is also divisible by 3. 18 is the only answer that is divisible by 3.

Chew-Seong Cheong
Nov 12, 2018

We are given

\(\begin{array} {} & a & b & c & d \\ \times & & & & 4 \\ \hline & d & c & b & a \end{array} \)

Since d c b a \overline{dcba} is a multiple of 4, a a can only be 0, 2, 4, 6, 8. Obviously a < 3 a < 3 , else a b c d × 4 \overline{abcd} \times 4 would have 5 digits. Since a 0 a \ne 0 , a a must be 2. Now the leading d d of d c b a \overline{dcba} can only be 8 or 9 depending if there is a carry-forward of 1 from behind. But it is obvious that d = 8 d = 8 because 8 × 4 = 32 8 \times 4 = 32 where the end 2 is a a . And we have:

\(\begin{array} {} & 2 & b & c & 8 \\ \times & & & _{\color{red}3} & 4 \\ \hline & 8 & c & b & 2 \end{array} \), where the red 3 \color{#D61F06}3 is a carry-forward.

From the third column, we get 4 c + 3 b (mod 10) 4c + 3 \equiv b \text{ (mod 10)} , this means that b b is odd. Again b < 3 b < 3 , else the leading d d of d c b a \overline{dcba} is not 8. So b = 1 b=1 and 4 c + 3 1 (mod 10) 4c + 3 \equiv 1 \text{ (mod 10)} c = \implies c = 2 or 7. And c = 7 c=7 fits the bill because:

\(\begin{array} {} & 2 & 1 & 7 & 8 \\ \times & & _{\color{red}3} & _{\color{red}3} & 4 \\ \hline & 8 & 7 & 1 & 2 \end{array} \)

Therefore, a + b + c + d = 2 + 1 + 7 + 8 = 18 a+b+c+d = 2+1+7+8 = \boxed{18} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...