A common problem that says to make $8$-digit phone numbers, assuming that the first digit can’t be a $0$ or a $3$? Re-solve the previous problem, except now assume also that the phone number is not allowed to start with $433$.
$\\$I have solved both of the problems and especially the second one after a wrong trial. I am trying to find out why the first trial was wrong.
Here is what I did to solve the second problems in first trial.
If the number is not starting with $4$ then there are $9$ ways to choose digits other than $4$ and same argument for not selecting $3$'s and for the rest part there are $10$ ways to select any digit from $0-9$.The total number of way, becomes $9 \times 9 \times 9 \times 10^5=\ 72900000$, which is wrong. I would like to understand why this approach is not correct or why a direct multiplication cannot be applied to solve this problem. I hate to ask such elementary question but I want to understand the reason to fail to solve the problem at first attempt. Any explanation is highly appreciated.