Let: \( X \) = Number of truth-tellers selected when 2 people are chosen at random from a group.
Suppose there are 50 people: 20 truth-tellers and 30 liars.
Possible values of \( X \): 0, 1, 2
Case 1: \( X = 0 \) (Both are liars)
\[ P(X = 0) = \frac{30}{50} \cdot \frac{29}{49} = \frac{870}{2450} = \frac{87}{245} \] Case 2: \( X = 2 \) (Both are truth-tellers)
\[ P(X = 2) = \frac{20}{50} \cdot \frac{19}{49} = \frac{380}{2450} = \frac{38}{245} \] Case 3: \( X = 1 \) (One truth-teller, one liar)
Two ways: Truth then lie OR Lie then truth \[ P(X = 1) = \frac{20}{50} \cdot \frac{30}{49} + \frac{30}{50} \cdot \frac{20}{49} = \frac{600 + 600}{2450} = \frac{1200}{2450} = \frac{120}{245} \]
Therefore, the probability distribution is:
X | P(X) |
---|---|
0 | \( \frac{87}{245} \) |
1 | \( \frac{120}{245} \) |
2 | \( \frac{38}{245} \) |
If \[ A = \begin{bmatrix} 2 & -3 & 5 \\ 3 & 2 & -4 \\ 1 & 1 & -2 \end{bmatrix}, \] find \( A^{-1} \).
Using \( A^{-1} \), solve the following system of equations:
\[ \begin{aligned} 2x - 3y + 5z &= 11 \quad \text{(1)} \\ 3x + 2y - 4z &= -5 \quad \text{(2)} \\ x + y - 2z &= -3 \quad \text{(3)} \end{aligned} \]
Four students of class XII are given a problem to solve independently. Their respective chances of solving the problem are: \[ \frac{1}{2},\quad \frac{1}{3},\quad \frac{2}{3},\quad \frac{1}{5} \] Find the probability that at most one of them will solve the problem.