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

Question

The coefficients a, b and c of the quadratic equation, ax 2 + bx + c = 0 are obtained by throwing a dice three times. The probability that this equation has equal roots is :

Options

Solution

1. Key Concepts and Formulas

  • Quadratic Equation and Discriminant: For a quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0 (where a0a \neq 0), the nature of its roots is determined by the discriminant, DD. The formula for the discriminant is: D=b24acD = b^2 - 4ac
  • Condition for Equal Roots: The quadratic equation has equal roots if and only if its discriminant is zero. D=0    b24ac=0    b2=4acD = 0 \implies b^2 - 4ac = 0 \implies b^2 = 4ac
  • Classical Probability: The probability of an event EE occurring is given by the ratio of the number of favorable outcomes n(E)n(E) to the total number of possible outcomes in the sample space n(S)n(S), assuming all outcomes are equally likely: P(E)=n(E)n(S)P(E) = \frac{n(E)}{n(S)}

2. Step-by-Step Solution

Step 1: Determine the Sample Space (Total Number of Outcomes)

We are given that the coefficients aa, bb, and cc of the quadratic equation are obtained by throwing a standard six-sided dice three times. This means each coefficient can independently take any integer value from 1 to 6.

  • The possible values for aa are {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}.
  • The possible values for bb are {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}.
  • The possible values for cc are {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}.

Since each dice throw is an independent event, the total number of unique combinations of (a,b,c)(a, b, c) is found by multiplying the number of choices for each coefficient. This forms our sample space, n(S)n(S). n(S)=6×6×6=216n(S) = 6 \times 6 \times 6 = 216 Each of these 216 combinations is equally likely.

Step 2: Identify Favorable Outcomes (Cases where b2=4acb^2 = 4ac)

Our goal is to find all combinations of (a,b,c)(a, b, c) from our sample space (where a,b,c{1,2,3,4,5,6}a, b, c \in \{1, 2, 3, 4, 5, 6\}) that satisfy the condition for equal roots: b2=4acb^2 = 4ac.

Crucial Observation to Simplify the Search: Let's analyze the equation b2=4acb^2 = 4ac. The right-hand side, 4ac4ac, is always a multiple of 4 (since it has a factor of 4). This means that b2b^2 must also be a multiple of 4. This property implies that bb must be an even number. If bb is odd, b2b^2 is odd and cannot be a multiple of 4. If bb is even, say b=2kb=2k, then b2=(2k)2=4k2b^2 = (2k)^2 = 4k^2, which is always a multiple of 4. Therefore, for b2=4acb^2 = 4ac to hold, bb must be an even number. This significantly reduces the number of cases we need to check, as we only need to consider b{2,4,6}b \in \{2, 4, 6\}.

Let's systematically check each possible even value for bb:

  • Case 1: b=2b = 2 Substitute b=2b=2 into the condition b2=4acb^2 = 4ac: 22=4ac    4=4ac    ac=12^2 = 4ac \implies 4 = 4ac \implies ac = 1 Now we need to find pairs of (a,c)(a, c) such that their product is 1, and a,c{1,2,3,4,5,6}a, c \in \{1, 2, 3, 4, 5, 6\}. The only possible pair is a=1a=1 and c=1c=1. So, one favorable outcome is (a,b,c)=(1,2,1)(a, b, c) = (1, 2, 1).

  • Case 2: b=4b = 4 Substitute b=4b=4 into the condition b2=4acb^2 = 4ac: 42=4ac    16=4ac    ac=44^2 = 4ac \implies 16 = 4ac \implies ac = 4 Now we need to find pairs of (a,c)(a, c) such that their product is 4, and a,c{1,2,3,4,5,6}a, c \in \{1, 2, 3, 4, 5, 6\}. The pair (a,c)=(2,2)(a,c) = (2,2) satisfies this condition. So, one favorable outcome is (a,b,c)=(2,4,2)(a, b, c) = (2, 4, 2).

  • Case 3: b=6b = 6 Substitute b=6b=6 into the condition b2=4acb^2 = 4ac: 62=4ac    36=4ac    ac=96^2 = 4ac \implies 36 = 4ac \implies ac = 9 Now we need to find pairs of (a,c)(a, c) such that their product is 9, and a,c{1,2,3,4,5,6}a, c \in \{1, 2, 3, 4, 5, 6\}. The only possible pair is a=3a=3 and c=3c=3. (Pairs like (1,9)(1,9) are invalid as c=9c=9 is not a dice outcome). So, one favorable outcome is (a,b,c)=(3,6,3)(a, b, c) = (3, 6, 3).

Let n(E)n(E) be the total number of favorable outcomes. Summing the outcomes from all valid cases: n(E)=1 (from b=2)+1 (from b=4)+1 (from b=6)=3n(E) = 1 \text{ (from } b=2) + 1 \text{ (from } b=4) + 1 \text{ (from } b=6) = 3

Step 3: Calculate the Probability

The probability of an event EE (having equal roots) is given by the ratio of the number of favorable outcomes to the total number of possible outcomes: P(E)=Number of favorable outcomesTotal number of outcomes=n(E)n(S)P(E) = \frac{\text{Number of favorable outcomes}}{\text{Total number of outcomes}} = \frac{n(E)}{n(S)} Substituting the values we found: P(E)=3216P(E) = \frac{3}{216} This fraction can be simplified by dividing both the numerator and the denominator by their greatest common divisor, which is 3: P(E)=3÷3216÷3=172P(E) = \frac{3 \div 3}{216 \div 3} = \frac{1}{72}

3. Common Mistakes & Tips

  • Understand the Discriminant: Make sure you correctly recall the condition for equal roots (D=0D=0). This is the cornerstone of the problem.
  • Range of Coefficients: Always remember that a,b,ca, b, c are outcomes of a standard dice roll, meaning they must be integers from 1 to 6, inclusive. This is crucial when filtering possible pairs for acac.
  • Systematic Approach & Mathematical Properties: Utilize the observation that bb must be an even number for b2=4acb^2 = 4ac to hold. This significantly reduces the number of cases to check. Systematically check each possible value of bb.

4. Summary

To determine the probability that a quadratic equation, whose coefficients are determined by dice throws, has equal roots, we followed a systematic approach:

  1. We identified the condition for equal roots as b2=4acb^2 = 4ac.
  2. We calculated the total sample space: since each of the three coefficients can be any integer from 1 to 6, the total number of possible (a,b,c)(a,b,c) combinations is 63=2166^3 = 216.
  3. We found favorable outcomes by observing that b2=4acb^2 = 4ac implies bb must be an even number. We then systematically checked b=2,4,6b=2, 4, 6. For each valid bb, we found pairs of (a,c)(a,c) that satisfy ac=b2/4ac = b^2/4 and are within the range {1,,6}\{1, \dots, 6\}. This yielded 3 favorable outcomes: (1,2,1)(1,2,1), (2,4,2)(2,4,2), and (3,6,3)(3,6,3).
  4. Finally, we calculated the probability as the ratio of favorable outcomes to the total outcomes, which is 3216=172\frac{3}{216} = \frac{1}{72}.

5. Final Answer

The final answer is 172\boxed{{1 \over {72}}}, which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions