A number theory problem by Anish Roy

Find the least possible value of a + b a+b , where a a and b b are positive integers such that 11 divides a + 13 b a+13b and 13 divides a + 11 b a+11b .


The answer is 28.

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

Zach Abueg
Aug 11, 2017

We have

a + 13 b 0 ( m o d 11 ) a + 11 b 0 ( m o d 13 ) \displaystyle \begin{aligned} a + 13b & \equiv 0 \pmod{11} \\ a + 11b & \equiv 0 \pmod{13} \end{aligned}

or

a + 2 b 0 ( m o d 11 ) a 2 b 0 ( m o d 13 ) \displaystyle \begin{aligned} a + 2b & \equiv 0 \pmod{11} \\ a - 2b & \equiv 0 \pmod{13} \end{aligned}

which can be rewritten as a system of equations

2 a = 11 p + 13 q 4 b = 11 p 13 q \displaystyle \begin{aligned} 2a & = 11p + 13q \\ 4b & = 11p - 13q \end{aligned}

Thus, a = 23 a = 23 and b = 5 b = 5 , with p = 3 p = 3 and q = 1 q = 1 .

Anish Roy
Aug 11, 2017

Since 13 13 divides a + 11 b a+11b , we see that 13 13 divides a 2 b a-2b and hence it also divides 6 a 12 b 6a-12b . This in implies that 13 ( 6 a + b ) 13|(6a+b) . Similarly 11 ( a + 13 b ) 11 ( a + 2 b ) 11 ( 6 a + 12 b ) 11 ( 6 a + b ) 11|(a+13b) \Rightarrow 11|(a+2b) \Rightarrow 11|(6a+12b) \Rightarrow 11|(6a+b) . Since gcd ( 11 , 13 ) = 1 \gcd(11,13) = 1 , we conclude that 143 ( 6 a + b ) 143|(6a+b) . Thus we may write 6 a + b = 143 k 6a+b=143k for some natural number k k . Hence, 6 a + 6 b = 143 k + 5 b = 144 k + 6 b ( k + b ) 6a+6b=143k+5b=144k+6b-(k+b) . This shows that 6 6 divides k + b k+b and hence k + b 6 k+b \geq 6 . We therefore obtain 6 ( a + b ) = 143 k + 5 b = 138 k + 5 ( k + b ) 138 k + 5 × 6 = 168 6(a+b)=143k+5b=138k+5(k+b) \geq 138k+5 \times 6=168 . It follows that a + b 28 a+b \geq 28 . Taking a = 28 a=28 and b = 5 b=5 , we see that the conditions of the problem are satisfied. Thus the minimum value of a + b = 28 a+b= \boxed{28}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...