Analyzing the Setup
The problem asks for the probability that the quadratic equation ax2+bx+c=0 has one real root strictly larger than the other, given that a,b,c∈{1,2,3,4,5,6}.
For one root to be strictly larger than the other, the roots must be real and distinct. This condition is satisfied if and only if the discriminant D is strictly greater than zero.
The Sample Space
We are choosing three coefficients a,b, and c from a set of 6 possible values. Since each choice is independent, the total number of possible equations is:
This value represents our total sample space, which will serve as the denominator for our probability calculation.
The Systematic Grind
To find the number of favorable cases, we iterate through each possible value of b and determine how many pairs (a,c) satisfy the inequality ac<4b2.
For b=1: ac<0.25. Since the minimum value for a and c is 1, there are 0 cases.
For b=2: ac<1. This is impossible, resulting in 0 cases.
For b=3: ac<2.25. The valid pairs (a,c) are (1,1),(1,2), and (2,1). This gives 3 cases.
For b=4: ac<4. The valid pairs are (1,1),(1,2),(1,3),(2,1), and (3,1). This gives 5 cases.
For b=5: ac<6.25. The valid pairs are (1,1),(1,2),(1,3),(1,4),(1,5),(1,6),(2,1),(2,2),(2,3),(3,1),(3,2),(4,1),(5,1), and (6,1). This gives 14 cases.
For b=6: ac<9. The valid pairs are the 14 cases from b=5 plus (2,4) and (4,2). This gives 16 cases.
Final Calculation
Summing the favorable cases across all values of b, we get:
The probability p is therefore:
The problem asks for the value of 216p. Multiplying our probability by the total sample space, we obtain: