Three defective bulbs are mixed with 8 good ones. If three bulbs are drawn one by one with replacement, the probabilities of getting exactly 1 defective, more than 2 defective, no defective and more than 1 defective respectively are :
576/1331, 27/1331, 512/1331 and 243/1331
This question asks us to calculate several probabilities related to drawing bulbs from a mixed lot containing both defective and good bulbs. The key phrase is "drawn one by one with replacement," which tells us that each drawing event is independent. The total number of bulbs remains the same for each draw, and the probability of drawing a defective or good bulb stays constant.
We have:
We are drawing 3 bulbs one by one with replacement. Let's define the probabilities for a single draw:
Since the draws are independent (with replacement), we can use the binomial probability formula. If we define 'success' as drawing a defective bulb, then the number of trials is $n=3$, the probability of success is $p = P(D) = \frac{3}{11}$, and the probability of failure is $q = P(G) = \frac{8}{11}$.
The binomial probability formula for getting exactly $k$ successes in $n$ trials is:
$\qquad P(X=k) = \binom{n}{k} p^k q^{n-k}$
where $\binom{n}{k} = \frac{n!}{k!(n-k)!}$ is the binomial coefficient.
Here, $n=3$, $k=1$, $p=\frac{3}{11}$, $q=\frac{8}{11}$.
$\qquad P(X=1) = \binom{3}{1} (\frac{3}{11})^1 (\frac{8}{11})^{3-1}$
$\qquad P(X=1) = 3 \times (\frac{3}{11})^1 (\frac{8}{11})^2$
$\qquad P(X=1) = 3 \times \frac{3}{11} \times \frac{64}{121}$
$\qquad P(X=1) = \frac{3 \times 3 \times 64}{11 \times 121} = \frac{9 \times 64}{1331} = \frac{576}{1331}$
The probability of getting exactly 1 defective bulb is $\frac{576}{1331}$.
"More than 2 defective bulbs" in 3 draws means exactly 3 defective bulbs (since the maximum is 3). Here, $n=3$, $k=3$, $p=\frac{3}{11}$, $q=\frac{8}{11}$.
$\qquad P(X > 2) = P(X=3)$
$\qquad P(X=3) = \binom{3}{3} (\frac{3}{11})^3 (\frac{8}{11})^{3-3}$
$\qquad P(X=3) = 1 \times (\frac{3}{11})^3 (\frac{8}{11})^0$
$\qquad P(X=3) = 1 \times \frac{27}{1331} \times 1 = \frac{27}{1331}$
The probability of getting more than 2 defective bulbs is $\frac{27}{1331}$.
"No defective bulbs" means exactly 0 defective bulbs. Here, $n=3$, $k=0$, $p=\frac{3}{11}$, $q=\frac{8}{11}$.
$\qquad P(X=0) = \binom{3}{0} (\frac{3}{11})^0 (\frac{8}{11})^{3-0}$
$\qquad P(X=0) = 1 \times (\frac{3}{11})^0 (\frac{8}{11})^3$
$\qquad P(X=0) = 1 \times 1 \times \frac{512}{1331} = \frac{512}{1331}$
The probability of getting no defective bulbs is $\frac{512}{1331}$.
"More than 1 defective bulb" means getting exactly 2 defective bulbs or exactly 3 defective bulbs. This is $P(X > 1) = P(X=2) + P(X=3)$. We already calculated $P(X=3)$. Let's calculate $P(X=2)$.
For $P(X=2)$: $n=3$, $k=2$, $p=\frac{3}{11}$, $q=\frac{8}{11}$.
$\qquad P(X=2) = \binom{3}{2} (\frac{3}{11})^2 (\frac{8}{11})^{3-2}$
$\qquad P(X=2) = 3 \times (\frac{3}{11})^2 (\frac{8}{11})^1$
$\qquad P(X=2) = 3 \times \frac{9}{121} \times \frac{8}{11}$
$\qquad P(X=2) = \frac{3 \times 9 \times 8}{121 \times 11} = \frac{27 \times 8}{1331} = \frac{216}{1331}$
Now, add $P(X=2)$ and $P(X=3)$:
$\qquad P(X > 1) = P(X=2) + P(X=3) = \frac{216}{1331} + \frac{27}{1331} = \frac{216 + 27}{1331} = \frac{243}{1331}$
The probability of getting more than 1 defective bulb is $\frac{243}{1331}$.
We calculated the probabilities in the following order as requested:
The required probabilities respectively are: $\frac{576}{1331}$, $\frac{27}{1331}$, $\frac{512}{1331}$, and $\frac{243}{1331}$.
| Event | Number of Defective Bulbs (X) | Probability |
|---|---|---|
| Exactly 1 defective | $X=1$ | $\frac{576}{1331}$ |
| More than 2 defective | $X=3$ | $\frac{27}{1331}$ |
| No defective | $X=0$ | $\frac{512}{1331}$ |
| More than 1 defective | $X=2$ or $X=3$ | $\frac{243}{1331}$ |
| Concept | Description | Formula/Approach |
|---|---|---|
| Probability Definition | The likelihood of an event occurring. | $\frac{\text{Number of favorable outcomes}}{\text{Total number of outcomes}}$ |
| Drawing with Replacement | After drawing an item, it is returned to the set before the next draw. Events are independent. | Probabilities remain constant for each draw. Use product rule for sequential events. |
| Drawing without Replacement | After drawing an item, it is not returned. Events are dependent. | Probabilities change for subsequent draws. Use conditional probability or combinations/permutations. |
| Binomial Probability | Probability of getting exactly k successes in n independent Bernoulli trials. | $P(X=k) = \binom{n}{k} p^k q^{n-k}$ |
The problem describes a scenario that fits the criteria for a binomial distribution:
Understanding when to apply the binomial distribution is crucial for solving such probability problems. The concept of independent events is fundamental in probability. When events are independent, the outcome of one event does not influence the outcome of another. Drawing with replacement ensures this independence in sampling problems.
In contrast, if the drawing were done without replacement, the total number of bulbs would decrease with each draw, and the number of defective/good bulbs available would also change. This would make the probability of drawing a defective or good bulb different for each subsequent draw, and the problem would need to be solved using different methods, such as permutations or combinations, or by calculating conditional probabilities for each sequence of draws.
For example, the probability of drawing three consecutive defective bulbs without replacement would be $\frac{3}{11} \times \frac{2}{10} \times \frac{1}{9}$, which is different from $(\frac{3}{11})^3$ when drawing with replacement.
If A, B, and C are three singular matrices given by:
\[ A = \begin{bmatrix} 1 & 4 \\ 3 & 2a \end{bmatrix} \]
\[ B = \begin{bmatrix} 3b & 5 \\ a & 2 \end{bmatrix} \]
and
\[ C = \begin{bmatrix} a + b + c & c + 1 \\ a + c & c \end{bmatrix} \]
then the value of abc is:
If \( P = \begin{bmatrix} -1 \\ 2 \\ 1 \end{bmatrix} \) and \( Q = \begin{bmatrix} 2 & -4 & 1 \end{bmatrix} \) are two matrices, then \( (PQ)' \) will be:
The matrix
\[ \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} \]
is a:
Choose the correct answer from the options given below:
If A is a square matrix and I is an identity matrix such that \(A^2 = A\), then \(A(I - 2A)^3 + 2A^3\) is equal to :
If \([A]_{3 \times 2} [B]_{x \times y} = [C]_{3 \times 1}\), then: