The problem involves tracking the number of red (R) and blue (B) balls in an urn over two steps, starting with 1R and 1B.
The process rule: Pick a ball, return it along with another ball of the same color. The total number of balls increases by 1 at each step.
We need the state after Step 2 to have an equal number of red and blue balls (R = B).
Case 1: State after Step 1 is (2R, 1B) (This happened with probability $P(R_1) = 1/2$)
Case 2: State after Step 1 is (1R, 2B) (This happened with probability $P(B_1) = 1/2$)
The total probability of having an equal number of red and blue balls after two steps is the sum of probabilities from the successful paths:
Total Probability = Probability (Path 1) + Probability (Path 2)
Total Probability = $1/6 + 1/6 = 2/6 = 1/3$.
Two events A and B are such that P(not B) = 0.8, P(A ∪ B) = 0.5 and P(A|B) = 0.4. Then P(A) is equal to
For two mutually exclusive events A and B, P(A) = 0.2 and P (A̅ ∩ B) = 0.3. What is P (A|(A ∪ B)) equal to?
If an event B has occurred and has P(B) = 1, the conditional probability P(A|B) is equal to:
If P(A) = 0.7, P(B) = 0.5 and P(B/A) = 0.3, find (i) P(A/B) (ii) P(A ∪ B)?
Two integers x and y are chosen with replacement from the set (0, 1, 2…10). The probability that |x - y| > 5 is