Skip to main content
Back to Statistics & Probability
JEE Main 2023
Statistics & Probability
Probability
Easy

Question

Two fair dice are thrown. The numbers on them are taken as λ\lambda and μ\mu, and a system of linear equations x + y + z = 5 x + 2y + 3z = μ\mu x + 3y + λ\lambdaz = 1 is constructed. If p is the probability that the system has a unique solution and q is the probability that the system has no solution, then :

Options

Solution

1. Key Concepts and Formulas

  • System of Linear Equations: A system of linear equations can be represented in matrix form as AX=BAX=B, where AA is the coefficient matrix, XX is the column vector of variables, and BB is the column vector of constants.
  • Unique Solution: A system of linear equations AX=BAX=B has a unique solution if and only if the determinant of the coefficient matrix AA, denoted as det(A)\det(A) or Δ\Delta, is non-zero. That is, Δ0\Delta \neq 0.
  • No Solution (Inconsistent System): A system of linear equations AX=BAX=B has no solution if and only if Δ=0\Delta = 0 AND the system is inconsistent. In terms of rank, this means rank(A)rank([AB])\text{rank}(A) \neq \text{rank}([A|B]). When using row operations, this typically manifests as a row of zeros in the coefficient part of the augmented matrix corresponding to a non-zero constant on the right-hand side (e.g., 0x+0y+0z=k0x+0y+0z=k where k0k \neq 0).
  • Infinitely Many Solutions (Consistent System): A system of linear equations AX=BAX=B has infinitely many solutions if and only if Δ=0\Delta = 0 AND the system is consistent. In terms of rank, this means rank(A)=rank([AB])<number of variables\text{rank}(A) = \text{rank}([A|B]) < \text{number of variables}. When using row operations, this means a row of zeros in the coefficient part of the augmented matrix also corresponds to a zero constant on the right-hand side (e.g., 0x+0y+0z=00x+0y+0z=0).

2. Step-by-Step Solution

Step 1: Define the Sample Space Two fair dice are thrown, and the numbers on them are taken as λ\lambda and μ\mu. This means λ\lambda and μ\mu can each take any integer value from 1 to 6. The total number of possible ordered pairs (λ,μ)(\lambda, \mu) is 6×6=366 \times 6 = 36. Each outcome is equally likely.

Step 2: Construct the Coefficient Matrix and Calculate its Determinant The given system of linear equations is:

  1. x+y+z=5x + y + z = 5
  2. x+2y+3z=μx + 2y + 3z = \mu
  3. x+3y+λz=1x + 3y + \lambda z = 1

The coefficient matrix AA is: A=(11112313λ)A = \begin{pmatrix} 1 & 1 & 1 \\ 1 & 2 & 3 \\ 1 & 3 & \lambda \end{pmatrix} Now, we calculate the determinant of AA, denoted as Δ\Delta: We can use row operations to simplify the matrix before expanding the determinant. R2R2R1R_2 \to R_2 - R_1 R3R3R1R_3 \to R_3 - R_1 Δ=det(1111121311131λ1)=det(11101202λ1)\Delta = \det \begin{pmatrix} 1 & 1 & 1 \\ 1-1 & 2-1 & 3-1 \\ 1-1 & 3-1 & \lambda-1 \end{pmatrix} = \det \begin{pmatrix} 1 & 1 & 1 \\ 0 & 1 & 2 \\ 0 & 2 & \lambda-1 \end{pmatrix} Expanding along the first column (which has two zeros): Δ=1det(122λ1)0+0\Delta = 1 \cdot \det \begin{pmatrix} 1 & 2 \\ 2 & \lambda-1 \end{pmatrix} - 0 + 0 Δ=1(1(λ1)22)\Delta = 1 \cdot (1 \cdot (\lambda-1) - 2 \cdot 2) Δ=(λ1)4\Delta = (\lambda-1) - 4 Δ=λ5\Delta = \lambda - 5 The determinant of the coefficient matrix is Δ=λ5\Delta = \lambda - 5.

Step 3: Calculate Probability pp (Unique Solution) For the system to have a unique solution, the determinant of the coefficient matrix must be non-zero. So, Δ0\Delta \neq 0. From our calculation, Δ=λ5\Delta = \lambda - 5. Thus, λ50    λ5\lambda - 5 \neq 0 \implies \lambda \neq 5.

The possible values for λ\lambda (from a die roll) are {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}. The values of λ\lambda for which Δ0\Delta \neq 0 are {1,2,3,4,6}\{1, 2, 3, 4, 6\}. There are 5 such values. The value of μ\mu (from the second die roll) does not affect the determinant Δ\Delta, so μ\mu can be any of its possible values: {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}. There are 6 such values.

The number of favorable outcomes for a unique solution is the product of the number of favorable λ\lambda values and the number of favorable μ\mu values: Number of favorable outcomes = 5×6=305 \times 6 = 30. The total number of possible outcomes is 3636.

The probability pp that the system has a unique solution is: p=Number of favorable outcomesTotal number of outcomes=3036=56p = \frac{\text{Number of favorable outcomes}}{\text{Total number of outcomes}} = \frac{30}{36} = \frac{5}{6}

Step 4: Calculate Probability qq (No Solution) For the system to have no solution, two conditions must be met:

  1. Δ=0\Delta = 0
  2. The system must be inconsistent (i.e., rank(A)rank([AB])\text{rank}(A) \neq \text{rank}([A|B])).

First, let's find the value(s) of λ\lambda for which Δ=0\Delta = 0: Δ=λ5=0    λ=5\Delta = \lambda - 5 = 0 \implies \lambda = 5. So, this condition is met for only one value of λ\lambda.

Now, we substitute λ=5\lambda = 5 into the augmented matrix [AB][A|B] of the system and perform row operations to check for consistency. The augmented matrix is: [AB]=(1115123μ1351)[A|B] = \begin{pmatrix} 1 & 1 & 1 & | & 5 \\ 1 & 2 & 3 & | & \mu \\ 1 & 3 & 5 & | & 1 \end{pmatrix} Apply row operations: R2R2R1R_2 \to R_2 - R_1: (1115012μ51351)\begin{pmatrix} 1 & 1 & 1 & | & 5 \\ 0 & 1 & 2 & | & \mu-5 \\ 1 & 3 & 5 & | & 1 \end{pmatrix} R3R3R1R_3 \to R_3 - R_1: (1115012μ50244)\begin{pmatrix} 1 & 1 & 1 & | & 5 \\ 0 & 1 & 2 & | & \mu-5 \\ 0 & 2 & 4 & | & -4 \end{pmatrix} R3R32R2R_3 \to R_3 - 2R_2: (1115012μ500042(μ5))\begin{pmatrix} 1 & 1 & 1 & | & 5 \\ 0 & 1 & 2 & | & \mu-5 \\ 0 & 0 & 0 & | & -4 - 2(\mu-5) \end{pmatrix} The last row of the augmented matrix corresponds to the equation: 0x+0y+0z=42(μ5)0x + 0y + 0z = -4 - 2(\mu - 5) 0=42μ+100 = -4 - 2\mu + 10 0=62μ0 = 6 - 2\mu

  • For no solution, this equation must be a contradiction, i.e., 0=(non-zero constant)0 = (\text{non-zero constant}). So, 62μ06 - 2\mu \neq 0. 2μ6    μ32\mu \neq 6 \implies \mu \neq 3.

  • For infinitely many solutions, this equation must be an identity, i.e., 0=00 = 0. So, 62μ=06 - 2\mu = 0. 2μ=6    μ=32\mu = 6 \implies \mu = 3.

We are interested in the probability qq that the system has no solution. This occurs when λ=5\lambda = 5 (1 value) AND μ3\mu \neq 3. The possible values for μ\mu (from a die roll) are {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}. The values of μ\mu for which μ3\mu \neq 3 are {1,2,4,5,6}\{1, 2, 4, 5, 6\}. There are 5 such values.

The number of favorable outcomes for no solution is: Number of favorable outcomes = (Number of λ\lambda values for no solution) ×\times (Number of μ\mu values for no solution) Number of favorable outcomes = 1×5=51 \times 5 = 5. The total number of possible outcomes is 3636.

The probability qq that the system has no solution is: q=Number of favorable outcomesTotal number of outcomes=536q = \frac{\text{Number of favorable outcomes}}{\text{Total number of outcomes}} = \frac{5}{36}

3. Common Mistakes & Tips

  • Determinant Calculation: Be careful with signs and arithmetic when calculating the determinant. A small error here propagates through the entire problem.
  • Conditions for Solutions: Remember the precise conditions: Δ0\Delta \neq 0 for unique, Δ=0\Delta = 0 AND inconsistent for no solution, Δ=0\Delta = 0 AND consistent for infinite solutions. Don't assume Δ=0\Delta=0 automatically means no solution.
  • Sample Space: Ensure you correctly identify all possible values for λ\lambda and μ\mu (1 to 6 for a die roll) and calculate the total number of outcomes (6×6=366 \times 6 = 36).
  • Counting Favorable Outcomes: When Δ\Delta depends only on λ\lambda (or μ\mu), remember that the other variable can take any of its 6 possible values when calculating the total favorable outcomes.

4. Summary

We analyzed the given system of linear equations by first calculating the determinant of its coefficient matrix, which we found to be Δ=λ5\Delta = \lambda - 5. For a unique solution, Δ0\Delta \neq 0, which means λ5\lambda \neq 5. This led to 5 favorable values for λ\lambda and 6 for μ\mu, giving p=30/36=5/6p = 30/36 = 5/6. For no solution, Δ=0\Delta = 0 (meaning λ=5\lambda = 5) and the system must be inconsistent. By substituting λ=5\lambda=5 into the augmented matrix and performing row operations, we found that the system is inconsistent when 62μ06 - 2\mu \neq 0, which implies μ3\mu \neq 3. This led to 1 favorable value for λ\lambda and 5 for μ\mu, giving q=5/36q = 5/36.

5. Final Answer

The calculated probabilities are p=56p = \frac{5}{6} and q=536q = \frac{5}{36}. This corresponds to option (B). The final answer is (B)\boxed{\text{(B)}}.

Practice More Statistics & Probability Questions

View All Questions