To solve these problems, we can use the binomial probability formula:
\[ P(X = k) = \binom{n}{k} p^k (1-p)^{n-k} \]
where:
- \(n\) is the number of trials (in this case, 31 students),
- \(k\) is the number of successful trials (students enrolling in college),
- \(p\) is the probability of success (0.68 in this case),
- \(\binom{n}{k}\) is the binomial coefficient, calculated as \(\frac{n!}{k!(n-k)!}\).
Given:
- \(n = 31\)
- \(p = 0.68\)
a) Probability that exactly 19 of them enroll in college:
We need to find \(P(X = 19)\):
\[ P(X = 19) = \binom{31}{19} (0.68)^{19} (0.32)^{12} \]
Calculating the binomial coefficient and probabilities:
\[ \binom{31}{19} = \frac{31!}{19!12!} = 125,970 \]
Calculating the probabilities:
\[ (0.68)^{19} \approx 0.0755 \] \[ (0.32)^{12} \approx 0.0000059 \]
Now combine everything:
\[ P(X = 19) = 125,970 \times 0.0755 \times 0.0000059 \approx 0.0934 \]
So, \( P(X = 19) \approx 0.0934 \).
b) Probability that more than 14 enroll in college:
We need to find \(P(X > 14)\), which is \(1 - P(X \leq 14)\). This requires adding probabilities from \(P(X = 0)\) to \(P(X = 14)\):
However, calculating \(P(X \leq 14)\) directly with the binomial formula for each \(k\) can be tedious. We can use a normal approximation since \(n\) is relatively large.
Normal Approximation:
- The mean \( \mu = np = 31 \cdot 0.68 \approx 20.88\),
- The standard deviation \( \sigma = \sqrt{np(1-p)} = \sqrt{31 \cdot 0.68 \cdot 0.32} \approx 2.68 \).
We want \(P(X > 14)\):
Convert to a z-score:
\[ z = \frac{14.5 - 20.88}{2.68} \approx -2.37 \]
Using a standard normal distribution table:
\[ P(Z > -2.37) \approx 0.9911 \]
So, \( P(X > 14) \approx 0.9911 \).
c) Probability that fewer than 13 enroll in college:
We need to find \(P(X < 13)\):
Convert to a z-score:
\[ z = \frac{12.5 - 20.88}{2.68} \approx -3.13 \]
Using a standard normal distribution table:
\[ P(Z < -3.13) \approx 0.0009 \]
So, \( P(X < 13) \approx 0.0009 \).
d) Would it be unusual if more than 25 of them enroll in college?
We want \(P(X > 25)\):
Convert to a z-score:
\[ z = \frac{25.5 - 20.88}{2.68} \approx 1.73 \]
Using the standard normal distribution table:
\[ P(Z > 1.73) \approx 0.0418 \]
Since \(0.0418 < 0.05\), it would be considered unusual if more than 25 of them enroll in college.
To summarize:
a) \(P(X = 19) \approx 0.0934\)
b) \(P(X > 14) \approx 0.9911\)
c) \(P(X < 13) \approx 0.0009\)
d) It would be unusual if more than 25 enroll in college, as the probability is approximately \(0.0418\).