To solve this problem, we need to find the probability of randomly selecting exactly 2 students who scored an A from a group of 6 students, where 40% of students scored an A.
Let's denote:
- \( n = 6 \): the total number of students
- \( k = 2 \): the number of students who scored an A
- \( p = 0.4 \): the probability of a student scoring an A
- \( q = 1 - p = 0.6 \): the probability of a student not scoring an A
We can use the formula for combinations and the binomial probability formula:
\[ P(X = k) = \binom{n}{k} p^k q^{n-k} \]
First, we need to calculate the binomial coefficient \( \binom{6}{2} \):
\[ \binom{6}{2} = \frac{6!}{2!(6-2)!} = \frac{6 \times 5}{2 \times 1} = 15 \]
Next, we apply the probabilities:
\[ p^k = (0.4)^2 = 0.16 \] \[ q^{n-k} = (0.6)^{6-2} = (0.6)^4 = 0.1296 \]
Now we can plug these values into the probability formula:
\[ P(X = 2) = \binom{6}{2} p^2 q^{4} = 15 \times 0.16 \times 0.1296 \]
Calculating this step-by-step:
-
Calculate \( 15 \times 0.16 \): \[ 15 \times 0.16 = 2.4 \]
-
Calculate \( 2.4 \times 0.1296 \): \[ 2.4 \times 0.1296 \approx 0.310656 \]
Finally, express this in percentage:
\[ 0.310656 \times 100 \approx 31.07% \]
Thus, the probability of randomly selecting exactly 2 students who scored an A is approximately 31%.
Therefore, the answer is:
31 percent