How many numbers between 1000 and 10,000 are there such that their digits are no more than 4, 5, 6?
Examples are 456, 546, etc.
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.
It is a four digit number and for each place we have three choices (4, 5, 6). So we can fill the four places in 3^4 = 81 ways.