To solve this problem, we can model the enrollment of college as a binomial distribution.
In a binomial distribution, the probability of getting exactly \( k \) successes (in this case, enrolling in college) in \( n \) trials (the number of high school graduates sampled) is given by the formula:
\[ P(X = k) = \binom{n}{k} p^k (1-p)^{n-k} \]
Where:
- \( \binom{n}{k} \) is the binomial coefficient, calculated as \( \frac{n!}{k!(n-k)!} \)
- \( n \) = number of trials (students sampled)
- \( k \) = number of successes we want (students who enroll in college)
- \( p \) = probability of success (students enrolling in college)
Given:
- \( n = 29 \)
- \( k = 17 \)
- \( p = 0.65 \) (65% of students enroll in college)
Now, we can calculate \( P(X = 17) \):
-
Calculate the binomial coefficient, \( \binom{n}{k} = \binom{29}{17} \): \[ \binom{29}{17} = \frac{29!}{17! \cdot (29-17)!} = \frac{29!}{17! \cdot 12!} \]
We can simplify the calculation: \[ \binom{29}{17} = \frac{29 \times 28 \times 27 \times 26 \times 25 \times 24 \times 23 \times 22 \times 21 \times 20 \times 19 \times 18}{12 \times 11 \times 10 \times 9 \times 8 \times 7 \times 6 \times 5 \times 4 \times 3 \times 2 \times 1} = 20030010 \]
-
Now calculate the probabilities: \[ p^{k} = (0.65)^{17} \] \[ (1-p)^{n-k} = (0.35)^{12} \]
Calculating these:
- \( (0.65)^{17} \approx 0.04015 \)
- \( (0.35)^{12} \approx 0.00075 \)
-
Now combining everything together: \[ P(X = 17) = \binom{29}{17} \cdot (0.65)^{17} \cdot (0.35)^{12} \] \[ P(X = 17) \approx 20030010 \cdot 0.04015 \cdot 0.00075 \] \[ P(X = 17) \approx 20030010 \cdot 0.0000301125 \approx 603.91 \]
-
Finally, we normalize it by dividing by the total: \[ P(X = 17) \approx \frac{603.91}{20030010} \approx 0.0299 \]
So, rounding to four decimal places, the probability that exactly 17 of the 29 sampled high school graduates enroll in college is:
\[ \boxed{0.0299} \]