I need help. I am so so lost and need the answers and step by step if possible. I have tried everything but I think I'm just.. having a huge brainfart.

I need the answers and the step by step please

A quiz consists of 8 multiple choice questions, each with 5 possible answers.

c. If random guesses are made for all 8 questions, find the probability that a
student will answer exactly 5 correctly.

A. 0.999 B. 0.009 C. 0.990

D. There is not enough information to answer this question.
----
d. If random guesses are made for all 8 questions, find the probability that a
student will answer less than 4 correctly.

A. 0.944 B. 0.375 C. 0.046 D. There is is not enough information to answer this question

If you are having this much trouble and you just want the answers (and explanation?? hmmm), it seems to me you need to re-take the course, preferably with a different instructor.

To calculate the probability of a student answering a certain number of questions correctly by random guessing, we will use the concept of binomial probability.

Binomial probability is calculated using the formula:
P(X=k) = (nCk) * (p^k) * [(1-p)^(n-k)]

Where:
P(X=k) is the probability of exactly k successes,
n is the number of trials,
k is the number of successful outcomes,
p is the probability of success in a single trial, and
(1-p) is the probability of failure in a single trial.

For question (c), we need to find the probability of a student answering exactly 5 questions correctly out of 8. Since each question has 5 possible answers, the probability of guessing the correct answer is 1/5.

Using the formula, we have:
n = 8 (number of trials/questions)
k = 5 (number of successful outcomes)
p = 1/5 (probability of success in a single trial)

P(X=5) = (8C5) * (1/5)^5 * (4/5)^(8-5)

To calculate (8C5) or "8 choose 5," we use the formula:
(8C5) = 8! / (5! * (8-5)!)

Substituting the values, we get:
P(X=5) = (8! / (5! * 3!)) * (1/5)^5 * (4/5)^3

Simplifying further:
P(X=5) = (8 * 7 * 6 / (3 * 2 * 1)) * (1/5)^5 * (4/5)^3

Now, calculate the value of each term and multiply them together to find the final probability.

For question (d), we need to find the probability that a student will answer less than 4 questions correctly out of 8. We can calculate this by finding the probabilities of answering 0, 1, 2, and 3 questions correctly, and then summing them up.

P(X<4) = P(X=0) + P(X=1) + P(X=2) + P(X=3)

Following the same steps as above, plug in the values of n, k, and p, and use the binomial probability formula to calculate each individual probability. Finally, sum them up to get the probability of answering less than 4 questions correctly.

Please provide the values for (c) and (d) so that I can provide the step-by-step calculations and final answers.