What is the sum of all 3-digit positive integers for which the multiplication of the sum of its digits and the product of its digits equals to the number itself?
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.
I made a simple Python code for this problem.
This gives us the values 135 and 144. 135+144=279.