Hovkial
The digits of a three-digit number A are written in the reverse order to form another three-digit number B. If B>A and B-A is perfectly divisible by 7, then which of the following is necessarily true?
(A) 100 < A < 299
(B) 106 < A < 305
(C) 112 < A < 311
(D) 118 < A < 317
(E) 122 < A < 337
A = xyz ; x - 1st digit, y - 2nd digit, z - 3rd digit.
So B = zyx
A = 100x + 10y + z
B = 100z + 10 y + x
So, B-A = 100 (z-x) + x -z
= 99 (z-x)
If B-A has to be multiple of 7, z-x has to be multiple of 7 (as 99 is not multiple of 7)
For z-x to be multiple of 7, z-x=0, z-x = 7 z-x cannot be 14 or more than that as z and x are single digit number.
z-x cannot be 0, as if z-x =0 z=x so A will be equal to B. But in the question it is given B>A. so z cannot be x.
So z-x = 7
In this case z can be 8,9 and x can be 1,2
So, A = 1y8, 2y9
the minimum and maximum value of A will be when y=0 and y =9 respectively
which will make A = 108 and 299 for minimum and maximum
So, 107 < A < 300
The only option which fits and takes both 108 and 299 within the range is B.