A is three digit number and B is the flip number of A, then which of the following is must be divisor of A-B (A>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.
A is the three digits number is like that xyz= 100x+10y+z
B is the flip number of A, that is like as zyx=100z+10y+x
Then A-B = 100x+10y+z-100z-10y-x =99x-99z = 9(11x-11z) that is multiply of 9.