x&y are digits such that xy+9=yx then number of possibility of (x,y)
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.
answer should be 9. Why (0,1) pair is not counted?
my solution:- xy can be written as 10x+y so yx =10y+x hence
10x+y+9=10y+x ----> x+1=y. So x can be 0 to 8. So total 9 pairs.