Find the least possible value of a + b , where a and b are positive integers such that 11 divides a + 1 3 b and 13 divides a + 1 1 b .
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.
Since 1 3 divides a + 1 1 b , we see that 1 3 divides a − 2 b and hence it also divides 6 a − 1 2 b . This in implies that 1 3 ∣ ( 6 a + b ) . Similarly 1 1 ∣ ( a + 1 3 b ) ⇒ 1 1 ∣ ( a + 2 b ) ⇒ 1 1 ∣ ( 6 a + 1 2 b ) ⇒ 1 1 ∣ ( 6 a + b ) . Since g cd ( 1 1 , 1 3 ) = 1 , we conclude that 1 4 3 ∣ ( 6 a + b ) . Thus we may write 6 a + b = 1 4 3 k for some natural number k . Hence, 6 a + 6 b = 1 4 3 k + 5 b = 1 4 4 k + 6 b − ( k + b ) . This shows that 6 divides k + b and hence k + b ≥ 6 . We therefore obtain 6 ( a + b ) = 1 4 3 k + 5 b = 1 3 8 k + 5 ( k + b ) ≥ 1 3 8 k + 5 × 6 = 1 6 8 . It follows that a + b ≥ 2 8 . Taking a = 2 8 and b = 5 , we see that the conditions of the problem are satisfied. Thus the minimum value of a + b = 2 8
Problem Loading...
Note Loading...
Set Loading...
We have
a + 1 3 b a + 1 1 b ≡ 0 ( m o d 1 1 ) ≡ 0 ( m o d 1 3 )
or
a + 2 b a − 2 b ≡ 0 ( m o d 1 1 ) ≡ 0 ( m o d 1 3 )
which can be rewritten as a system of equations
2 a 4 b = 1 1 p + 1 3 q = 1 1 p − 1 3 q
Thus, a = 2 3 and b = 5 , with p = 3 and q = 1 .