Final answer:
To solve this problem, we can use the binomial probability formula. For part a, the probability that none of the five freshmen graduate is 0.43^5. For part b, we can calculate the probability that at most four of the freshmen graduate by adding the probabilities of exactly 0, 1, 2, 3, and 4 freshmen graduating. For part c, the expected number of freshmen that will graduate is calculated using the formula: n * p.
Step-by-step explanation:
To solve this problem, we can use the binomial probability formula:
P(X = k) = C(n, k) * pk * (1-p)(n-k)
where:
P(X = k) is the probability of getting exactly k successes in n trials
C(n, k) is the number of combinations of n items taken k at a time
p is the probability of success in a single trial
For part a, we want the probability that none of the five freshmen graduates. Since the probability of a single freshman graduating is 57%, the probability of a single freshman not graduating is 43%. So, the probability that none of the five freshmen graduates is:
P(X = 0) = C(5, 0) * (0.43)0 * (0.57)5 = 0.435
For part b, we want the probability that at most four of the freshmen graduate. We can calculate this by finding the probabilities of exactly 0, 1, 2, 3, and 4 freshmen graduating, and then adding them together:
P(X ≤ 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4)
For part c, the expected number of freshmen that will graduate is given by the formula:
Expected value (E) = n * p = 5 * 0.57