I want to ask two questions:
(i) How many five-digit integers can one make from the digits $2, 2, 6, 0, 9, 4$?
(ii) How many digits in (i) satisfy that there is no $6$ followed by $2$?
My Approach
(i) I divided it into cases
if we have $2$ in the first place so we have $1 \times 5 \times 4 \times 3 \times 2$ ways to choose the other 4 digits.
if we have $2$ in the second place so we have $3 \times 1 \times 4 \times 3 \times 2$ ways to choose the 5 digits.
if we have only one 2 so we have $3 \times 4 \times 4 \times 3 \times 2$ way to choose
and the result is the sum of the 3 cases.
(ii) I considered 62 as one digit, but couldn't solve it.
There seem to be some issues in your reasoning. The first question can be solved by considering three scenarios:
The total number of valid integers dus equals:
$$96 + 60 + 144 = 300$$
To answer the second question, we can consider all cases where the combination $62$ occurs. Using the same distinction as before:
The number of possible integers thus equals:
$$300 - 6 - 12 - 24 - 12 - 24 = 222$$