How many even 11-digit numbers (no leading zeros) have at least three 3's?
First I tried to find the total number of 11-digit even numbers, then I have subtracted number of 11-digit numbers which have at most two 3's.
But this process looks lengthy. If there is an alternative, let me know.
Your idea is a good one and is the one that I would recommend.
Let us look at the sub-problem of counting how many even 11-digit have exactly two $3$'s:
Break into cases based on whether the leading digit is a $3$ or if it is a non-$3$
Case 1: The leading digit is a $3$
Case 2: The leading digit is not a $3$
Apply multiplication principle and addition principle to arrive at the total number of even 11-digit numbers containing exactly two threes. Do so similarly for the other subproblems of having exactly one three or exactly zero threes.