A company gives prospective workers a 6-question, multiple choice test. Each question has 5 possible answers, so that there's a 1/5 or 20% chance of answering a question correctly just by guessing.
P. S. So, I was stuck because I just used the formula once, determining the probability of getting exactly 4 correct answers. My mistake was that I didn't count the probabilities of getting 5 and 6 correct answers and didn't add all of the probabilities together.
Start by letting $\text{X}$ be the number of correct answers out of $6$ guessed correctly. Next, you are told that the probability of a single success is $0.2$. In the binomial pmf, this is '$p$'. Clearly '$q$' is then $0.8$ by the complement rule. The question requires to you find $Pr(X \geq 4)$ or similarly,
$$\underbrace{Pr(X = 4)}_{1} + \underbrace{Pr(X =5)}_{2} + \underbrace{Pr(X = 6)}_{3}$$
Simply use the binomial pmf for each of the parts; $1$, $2$ and $3$ and sum their values.