How many 2 digit numbers are equal to the sum of the product of their digits and the sum of their digits?
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.
Our equation can be written in the following form:
10A + B = AB + A + B
10A = A(B + 1)
A ≠ 0, because our 2-digit number cannot start with a zero. Therefore, we can divide by A:
10 = B + 1
B = 9
As we can see, A can be any possible decimal digit (except 0), and our 2 digit numbers are: 19, 29, ... , 89, 99 (9 distinct values).
Hence, our answer is: 9