Question 873516: How many integers from 3000 to 8999 inclusive contain no 7's? ( Answer should be 3645)
Thank you!
Answer by KMST(5328) (Show Source):
You can put this solution on YOUR website! For the thousands digit you can choose 3,4,5,6,or 8.
That's choices>
for each of the other places (hundreds, tens, and ones), you can pick any digit except 7.
That is choices for each digit.
The choices multiply tree-style, because for each choice for the thousands place you have 9 choices for the hundreds place,
making choices for the first two digits, and so on.
The total number of choices is
|
|
|