There are 8 pencils in a glass, 5 of which are sharpened. Three pencils are randomly taken from the glass simultaneously. We need to find the probability distribution of the number of sharpened pencils among the 3 taken pencils.

Probability and StatisticsProbabilityCombinationsProbability Distribution
2025/5/18

1. Problem Description

There are 8 pencils in a glass, 5 of which are sharpened. Three pencils are randomly taken from the glass simultaneously. We need to find the probability distribution of the number of sharpened pencils among the 3 taken pencils.

2. Solution Steps

Let X be the number of sharpened pencils among the 3 pencils taken. Then X can take values 0, 1, 2, or

3. We want to find the probability $P(X = k)$ for $k = 0, 1, 2, 3$.

The total number of ways to choose 3 pencils from 8 is given by the combination formula:
C(n, k) = \frac{n!}{k!(n-k)!}
The total number of ways to choose 3 pencils from 8 is C(8,3)=8!3!5!=8×7×63×2×1=56C(8, 3) = \frac{8!}{3!5!} = \frac{8 \times 7 \times 6}{3 \times 2 \times 1} = 56.
Now we calculate the probabilities for each value of X:
P(X=0)P(X = 0): This means we choose 0 sharpened pencils from the 5 sharpened pencils, and 3 unsharpened pencils from the 85=38 - 5 = 3 unsharpened pencils.
The number of ways to do this is C(5,0)×C(3,3)=1×1=1C(5, 0) \times C(3, 3) = 1 \times 1 = 1.
P(X=0)=C(5,0)×C(3,3)C(8,3)=156P(X = 0) = \frac{C(5, 0) \times C(3, 3)}{C(8, 3)} = \frac{1}{56}.
P(X=1)P(X = 1): This means we choose 1 sharpened pencil from the 5 sharpened pencils, and 2 unsharpened pencils from the 3 unsharpened pencils.
The number of ways to do this is C(5,1)×C(3,2)=5×3=15C(5, 1) \times C(3, 2) = 5 \times 3 = 15.
P(X=1)=C(5,1)×C(3,2)C(8,3)=1556P(X = 1) = \frac{C(5, 1) \times C(3, 2)}{C(8, 3)} = \frac{15}{56}.
P(X=2)P(X = 2): This means we choose 2 sharpened pencils from the 5 sharpened pencils, and 1 unsharpened pencil from the 3 unsharpened pencils.
The number of ways to do this is C(5,2)×C(3,1)=5×42×1×3=10×3=30C(5, 2) \times C(3, 1) = \frac{5 \times 4}{2 \times 1} \times 3 = 10 \times 3 = 30.
P(X=2)=C(5,2)×C(3,1)C(8,3)=3056=1528P(X = 2) = \frac{C(5, 2) \times C(3, 1)}{C(8, 3)} = \frac{30}{56} = \frac{15}{28}.
P(X=3)P(X = 3): This means we choose 3 sharpened pencils from the 5 sharpened pencils, and 0 unsharpened pencils from the 3 unsharpened pencils.
The number of ways to do this is C(5,3)×C(3,0)=5×4×33×2×1×1=10×1=10C(5, 3) \times C(3, 0) = \frac{5 \times 4 \times 3}{3 \times 2 \times 1} \times 1 = 10 \times 1 = 10.
P(X=3)=C(5,3)×C(3,0)C(8,3)=1056=528P(X = 3) = \frac{C(5, 3) \times C(3, 0)}{C(8, 3)} = \frac{10}{56} = \frac{5}{28}.
The probability distribution is:
P(X=0)=156P(X = 0) = \frac{1}{56}
P(X=1)=1556P(X = 1) = \frac{15}{56}
P(X=2)=3056=1528P(X = 2) = \frac{30}{56} = \frac{15}{28}
P(X=3)=1056=528P(X = 3) = \frac{10}{56} = \frac{5}{28}

3. Final Answer

The probability distribution is:
P(X=0)=1/56P(X=0) = 1/56
P(X=1)=15/56P(X=1) = 15/56
P(X=2)=15/28P(X=2) = 15/28
P(X=3)=5/28P(X=3) = 5/28

Related problems in "Probability and Statistics"

The problem asks us to determine if there is a statistically significant difference in promotion rat...

Hypothesis TestingChi-Square TestContingency TableStatistical SignificanceIndependence
2025/6/1

We are given a contingency table showing the number of students from different majors (Psychology, B...

Chi-Square TestContingency TableStatistical InferenceHypothesis Testing
2025/6/1

The problem describes a scenario where a pizza company wants to determine if the number of different...

Chi-Square TestGoodness-of-Fit TestHypothesis TestingFrequency DistributionP-value
2025/6/1

The problem asks to test the significance of three chi-square tests given the sample size $N$, numbe...

Chi-square testStatistical SignificanceDegrees of FreedomEffect SizeCramer's VHypothesis Testing
2025/5/29

The problem asks us to compute the expected frequencies for the given contingency table. The conting...

Contingency TableExpected FrequenciesChi-squared Test
2025/5/29

The problem asks us to estimate the chi-square value when $n=23$ and $p=99$, given a table of chi-sq...

Chi-square distributionStatistical estimationInterpolation
2025/5/27

The problem consists of several parts related to statistics and probability. We need to: A. Define s...

Sample Standard DeviationProbabilitySample SpaceConditional ProbabilityMutually Exclusive EventsIndependent EventsProbability of Events
2025/5/27

We are given a statistical series of two variables and the regression line equation $y = 9x + 0.6$. ...

RegressionMeanStatistical Series
2025/5/24

Two distinct dice are thrown. We need to find the number of possible outcomes where the sum of the n...

ProbabilityDiscrete ProbabilityDiceCombinatorics
2025/5/21

The first problem asks: A pair of distinct dice are thrown. Find the number of possible outcomes if ...

ProbabilityCombinatoricsCounting
2025/5/21