Given: In a box there are some numbered balls. The numbers on the ball are either the prime factor of 102021 or the roots of polynomial equation of \((x^4) - (31x^3) + (321x^2) - 1241x + 1430 = 0.\)
Asked: If 3 balls are randomly taken out of the box, find the probability that the sum of three numbers is an even number.
102021 = 3*31*1097
{3,31,1097} are prime factors of 102021.
\(x^4 - 31x^3 + 321x^2 - 1241x + 1430 = 0\)
\(x^4 - 31x^3 + 321x^2 - 1241x + 1430 = 0\)
x = {2,5,11,13} are the roots of the above polynomial.
We have {2,3,5,11,13,31,1097} as the set of numbers on the balls.
Since only 2 is an even number, for the sum of 3 numbers to be an even number, 1 number must be 2 and other 2 odd numbers.
Total ways of selecting 3 numbers out of {2,3,5,11,13,31,1097} = 7C3 = 35
Ways of selecting 3 numbers such that their sum is an even number = 6C2 = 15
The probability that the sum of three numbers is an even number = \(\frac{15}{35} = \frac{3}{7}\)
IMO C