Solveeit Logo

Question

Question: Bag-I contains 1 white, 2 Red and 3 Blue Balls. Bag-II contains 2 white, 3 Red and 4 Blue Balls. An ...

Bag-I contains 1 white, 2 Red and 3 Blue Balls. Bag-II contains 2 white, 3 Red and 4 Blue Balls. An experiment involves picking 3 balls from Bag-I without noticing its color and placing it in Bag-II. If it is known that there are atleast 5 Blue Balls in Bag-II after the experiment, then the probability that there exists atmost 1 red ball in the three picked balls is λ\lambda, then 190λ190\lambda = ______

Answer

160

Explanation

Solution

Let B1B_1 be Bag-I and B2B_2 be Bag-II.

Bag-I contains 1 White (W), 2 Red (R), and 3 Blue (B) balls. Total balls in B1B_1 = 1 + 2 + 3 = 6.

Bag-II contains 2 White (W), 3 Red (R), and 4 Blue (B) balls. Total balls in B2B_2 = 2 + 3 + 4 = 9.

We pick 3 balls from Bag-I and place them in Bag-II. The total number of ways to pick 3 balls from the 6 balls in Bag-I is (63)=6×5×43×2×1=20\binom{6}{3} = \frac{6 \times 5 \times 4}{3 \times 2 \times 1} = 20.

Let (nW,nR,nB)(n_W, n_R, n_B) denote the number of White, Red, and Blue balls picked from Bag-I, such that nW+nR+nB=3n_W + n_R + n_B = 3. The number of ways to pick such a combination is (1nW)(2nR)(3nB)\binom{1}{n_W}\binom{2}{n_R}\binom{3}{n_B}.

The possible compositions and the number of ways are:

  • (0, 0, 3): (10)(20)(33)=1×1×1=1\binom{1}{0}\binom{2}{0}\binom{3}{3} = 1 \times 1 \times 1 = 1 way.
  • (0, 1, 2): (10)(21)(32)=1×2×3=6\binom{1}{0}\binom{2}{1}\binom{3}{2} = 1 \times 2 \times 3 = 6 ways.
  • (0, 2, 1): (10)(22)(31)=1×1×3=3\binom{1}{0}\binom{2}{2}\binom{3}{1} = 1 \times 1 \times 3 = 3 ways.
  • (1, 0, 2): (11)(20)(32)=1×1×3=3\binom{1}{1}\binom{2}{0}\binom{3}{2} = 1 \times 1 \times 3 = 3 ways.
  • (1, 1, 1): (11)(21)(31)=1×2×3=6\binom{1}{1}\binom{2}{1}\binom{3}{1} = 1 \times 2 \times 3 = 6 ways.
  • (1, 2, 0): (11)(22)(30)=1×1×1=1\binom{1}{1}\binom{2}{2}\binom{3}{0} = 1 \times 1 \times 1 = 1 way.

The total number of ways is 1+6+3+3+6+1=201+6+3+3+6+1 = 20, which matches (63)\binom{6}{3}.

Let EE be the event that there are at least 5 Blue balls in Bag-II after the experiment.

Initially, there are 4 Blue balls in Bag-II. After adding nBn_B Blue balls from Bag-I, the number of Blue balls in Bag-II is 4+nB4 + n_B.

The condition 4+nB54 + n_B \ge 5 implies nB1n_B \ge 1.

The compositions satisfying nB1n_B \ge 1 are those with nB=1,2,n_B=1, 2, or 33: (0, 0, 3), (0, 1, 2), (0, 2, 1), (1, 0, 2), (1, 1, 1).

The total number of ways for event EE is 1+6+3+3+6=191 + 6 + 3 + 3 + 6 = 19.

The probability of event EE is P(E)=Number of ways for ETotal number of ways=1920P(E) = \frac{\text{Number of ways for E}}{\text{Total number of ways}} = \frac{19}{20}.

Let AA be the event that there exists at most 1 red ball in the three picked balls from Bag-I.

This means nR1n_R \le 1.

The compositions satisfying nR1n_R \le 1 are those with nR=0n_R=0 or nR=1n_R=1: (0, 0, 3), (1, 0, 2), (0, 1, 2), (1, 1, 1).

The total number of ways for event AA is 1+3+6+6=161 + 3 + 6 + 6 = 16.

The probability of event AA is P(A)=1620=45P(A) = \frac{16}{20} = \frac{4}{5}.

We are interested in the probability of event AA given event EE, which is P(AE)=P(AE)P(E)P(A|E) = \frac{P(A \cap E)}{P(E)}.

The event AEA \cap E is that the picked balls satisfy both nR1n_R \le 1 and nB1n_B \ge 1.

Let's check the compositions satisfying nR1n_R \le 1:

  • (0, 0, 3): nR=0,nB=3n_R=0, n_B=3. nR1n_R \le 1 (Yes), nB1n_B \ge 1 (Yes). In AEA \cap E.
  • (1, 0, 2): nR=0,nB=2n_R=0, n_B=2. nR1n_R \le 1 (Yes), nB1n_B \ge 1 (Yes). In AEA \cap E.
  • (0, 1, 2): nR=1,nB=2n_R=1, n_B=2. nR1n_R \le 1 (Yes), nB1n_B \ge 1 (Yes). In AEA \cap E.
  • (1, 1, 1): nR=1,nB=1n_R=1, n_B=1. nR1n_R \le 1 (Yes), nB1n_B \ge 1 (Yes). In AEA \cap E.

The compositions satisfying nR1n_R \le 1 but not nB1n_B \ge 1 would be those with nR1n_R \le 1 and nB=0n_B = 0. There are no such compositions summing to 3 with the given balls in Bag-I (e.g., (1, 1, 0) is not possible as nW+nR+nB=1+1+0=23n_W+n_R+n_B=1+1+0=2 \ne 3).

The compositions satisfying nB1n_B \ge 1 but not nR1n_R \le 1 would be those with nB1n_B \ge 1 and nR>1n_R > 1. This means nR=2n_R=2.

  • (0, 2, 1): nR=2,nB=1n_R=2, n_B=1. nR1n_R \le 1 (No). Not in AEA \cap E.

The compositions satisfying both nR1n_R \le 1 and nB1n_B \ge 1 are (0, 0, 3), (1, 0, 2), (0, 1, 2), (1, 1, 1).

The number of ways for AEA \cap E is 1+3+6+6=161 + 3 + 6 + 6 = 16.

The probability of AEA \cap E is P(AE)=1620=45P(A \cap E) = \frac{16}{20} = \frac{4}{5}.

The conditional probability P(AE)P(A|E) is: P(AE)=P(AE)P(E)=16/2019/20=1619P(A|E) = \frac{P(A \cap E)}{P(E)} = \frac{16/20}{19/20} = \frac{16}{19}.

The question states that this probability is λ\lambda. So, λ=1619\lambda = \frac{16}{19}.

We need to find the value of 190λ190\lambda. 190λ=190×1619=10×16=160190\lambda = 190 \times \frac{16}{19} = 10 \times 16 = 160.

The final answer is 160\boxed{160}.