How many numbers less than 10000 so that the product of its digit equal to 210
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.
210=2×3×5×7
So that we can writ factors in 3 way
{2,3,5,7} >>> 4!=24
{6,5,7} >>> 3!=6
{6,5,7,1} >>> 4!=24
24+6+24=54