kiran120680
If a and b are positive integers, is the sum a + b divisible by 4?
I. When the sum 23^a+25^b is divided by 10, the remainder is 8
II. When 22^b is divided by 10, the remainder is 8
So we require to know the value of a+b or the last two digits as divisibility by 4 depends on last two digits.
(1) \(23^a+25^b\) divided by 10 gives remainder 8.
This means that the last digits of a and b add up to 8.
25^b will leave a remainder 5, whatever be the value of b.
To get the sum as 8, we should get the last digit of 23^a as 3. The cycilicty of 3 is 3,9,7,1,3,9,7,1..., so a can be 1,5,9.. or a has to be of type 4K+1.
If b is 3,7... or of type 4x-1, answer is yes, otherwise no.
Insuff
(2) 22^b divided by 10 gives a remainder 8.
Cyclicity of 2 is 2,4,8,6,2,4,8,6.... But we are looking for last digits as 8, so b can be 3,7.....or of type 4b-1.
Nothing known about a.
Insuff
Combined
a is of type 4K+1 and b is of type 4b-1, so a+b=4K+1+4b-1=4(k+b), which is divisible by 4.
Sufficient
C