Where xy is a two digit number and
a is not equal to b
Find xy
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.
We can look at the prime factorization of numbers under 100 (because x y is a two digit number) in the form of a × b a , and see if one works.
It is fairly easy to see that a or b cannot equal 1 , because otherwise a × b a < 1 0 , and x y is a two digit number.
These are the only two digit numbers under 100 in the form of a × b a . The only ones that work are x = 2 , y = 4 , a = 3 , b = 2 and x = 8 , y = 1 , a = 3 , b = 3 . However, a = b , so therefore x y = 2 4 is the only solution.