x = number of correct answers following binomial distribution
P(x = k) = n! p^k * (1-p)^(n-k) Here n = 10, p = 0.25 (one out of every 4 answers),
----
k! (n-k)!
a) probability of getting exactly 3 wrong is the same probability of getting exactly 7 correct. Use above equation with k = 7
P(x = 7) = 10!
----- (0.25)^7 (0.75)^3
7! 3!
b) probability of passing equals probability of getting either 7, 8, 9 or 10 correct. Compute P(x=7) + P(x=8) + P(x=9) + P(x=10)