To find the probability that exactly 9 out of 10 workers find their jobs stressful when 70% of respondents report this, 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, 10 workers),
- \(k\) is the number of successes (in this case, 9 workers),
- \(p\) is the probability of success on an individual trial (0.7 for finding the job stressful),
- \(\binom{n}{k}\) is the binomial coefficient, calculated as \(\frac{n!}{k!(n-k)!}\).
Substituting in the values:
- \(n = 10\)
- \(k = 9\)
- \(p = 0.7\)
- \(1 - p = 0.3\)
Now, we calculate the binomial coefficient \(\binom{10}{9}\):
\[ \binom{10}{9} = \frac{10!}{9!(10-9)!} = \frac{10!}{9! \cdot 1!} = 10 \]
Next, we calculate \(p^k\) and \((1 - p)^{n - k}\):
\[ p^k = 0.7^9 \quad \text{and} \quad (1 - p)^{n - k} = 0.3^{1} \]
Now calculate \(0.7^9\):
\[ 0.7^9 \approx 0.040353607 \]
And for \(0.3^1\):
\[ 0.3^1 = 0.3 \]
Now we can put it all together:
\[ P(X = 9) = \binom{10}{9} \cdot (0.7^9) \cdot (0.3^1) = 10 \cdot 0.040353607 \cdot 0.3 \]
Calculating:
\[ = 10 \cdot 0.040353607 \cdot 0.3 = 10 \cdot 0.0121059 \approx 0.121059 \]
Rounding to four decimal places, we get:
\[ P(X = 9) \approx 0.1211 \]
Therefore, the probability that exactly 9 of the 10 workers find their jobs stressful is 0.1211.