I have a pair of two-digit numbers. If I switch their ones digits, the product doesn't change.
Ex:
How many pairs of two-digit numbers are there that have this property and don't share their tens or ones digits? For example, the pair above doesn't work.
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.
Let the two numbers be 1 0 A + a and 1 0 B + b . By the problem conditions, we must have
( 1 0 A + a ) ( 1 0 B + b ) 1 0 0 A B + 1 0 A b + 1 0 B a + a b 1 0 A b − 1 0 A a 1 0 A ( b − a ) = ( 1 0 A + b ) ( 1 0 B + a ) = 1 0 0 A B + 1 0 A a + 1 0 B b + a b = 1 0 B b − 1 0 B a = 1 0 B ( b − a ) .
We cannot have b − a = 0 , since that means the units digit of both numbers will be the same. However, if b − a = 0 , then we must have A = B , which is also not possible since the tens digits must be different. There are 0 pairs of two-digit numbers that satisfy the problem criteria.