x the number of students that will attend is a binomial variable. the probability that x = k students will attend is
n! p^k (1-p)^(n-k)
----
k! (n-k)!
where n is the number of students surveyed (12), p is the probability that a student will attend (= 0.20).
The probability that more than 2 will attend is equal to 1 - the probability that 0, 1 or 2 will attend.
Compute the probabilities using the above formula for k = 0, 1 and 2, sum the probabilities then subtract from 1.