$4$ judges must distribute grades from $1$ to $6$ for each participant. To be a finalist, one must score $22$ points. Find the number of ways to attribute grades such that a participant it a finalist.
I wrote it as:
$$(x+\dots+x^6)^4=x^4(1+\dots+x^5)^4=x^4\left[\frac{1-x^6}{1-x}\right]^4=x^4 (1-x^6)^4\left[\frac{1}{1-x}\right]^4$$
Now I guess I just need to find the coefficient of $x^{18}$ in the expansion of $(1-x^6)^4\left[\frac{1}{1-x}\right]^4$.
Then I have:
$$(1-x^6)^4=\sum_{i=0}^4(-1)^i{4\choose i}x^{6i}\tag{A}$$
And:
$$\left[\frac{1}{1-x}\right]^4=\sum_{i=0}^{\infty}{4+i-1 \choose i}x^i\tag{B}$$
Looking at these formulas, I know that I just need to use $(A)$ and the answer should be:
$$A_0B_{18}+A_6B_{12}+A_{12}B_6+A_{18}B_{0}={4\choose 0}{21\choose 18}-{4\choose 1}{15\choose 12}+{4\choose 2}{9\choose6}-{4 \choose 3}{3\choose 0}=10$$
But the answer is wrong. I might have made some silly mistake that I couldn't spot.
I am pretty sure your calculation is right. Maybe the question is: In how many ways can a participant be a finalist (i.e. score at least 22 points). Then you need to add the coefficients of the $x^{19}$ and $x^{20}$ term as well, which are $4$ and $1$ respectively. I'm guessing the answer should be $15$?