Find the sum of all natural numbers such that the product of their digits (in decimal notation) is equal to .
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.
Note that if N = a 1 a 2 ⋯ a n then the product of the digits of N is P ( N ) = a 1 × a 2 × ⋯ × a n ≤ a 1 × 1 0 n − 1 ≤ a 1 a 2 ⋯ a n = N Thus, if N 2 − 1 0 N − 2 2 = P ( N ) , then N 2 − 1 0 N − 2 2 N 2 − 1 1 N − 2 2 2 1 ( 1 1 − 2 0 9 ) = P ( N ) ≤ N ≤ 0 ≤ N ≤ 2 1 ( 1 1 + 2 0 9 ) and hence 1 ≤ N ≤ 1 2 . Checking these values, the only natural number N such that N 2 − 1 0 N − 2 2 = P ( N ) is N = 1 2 .