How many two digit numbers exist such that when the product of its digits is added to the sum of its digit , the result we get is the original two digit number.
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.
solving: x + y + xy = 10x + y; we get y=9: x can be any positive integer...... So numbers are:
19
29
39
49
59
69
79
89
99