Quadratic Game Show

A contestant play a game on a game show. The contestant must place any three integers in the place of a , b , c a,b,c in the following equation:

a x 2 + b x + c ax^2+bx+c

then the host will rearrange the coefficients, while wearing a blindfold. Now if the coefficients after jumbling are arranged in such a way that the quadratic cannot have any real roots, the host wins, and the contestant loses. If the host does not do it, the contestant wins. Considering the contestant has the best strategy, what is the probability that the contestant will win is given by x 100 \frac{x}{100} , find x x . The host can jumble it as many times as he wants to.

This problem was inspired by a problem I had seen a long time ago on Brilliant. I do not remember its name, but I am not trying to plagiarise it. If someone knows the original problem, please post the link in the solution.


The answer is 100.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Ivan Koswara
Feb 22, 2015

Stupid solution 1:

Choose a = b = c = 0 a=b=c=0 . The "quadratic" has (infinitely many) real solutions, no matter how the host "rearranges" the three zeroes. Thus the probability is 1 1 , giving x = 100 x = \boxed{100} .


Stupid solution 2:

Note that the probability of winning is always an integer divided by 3 3 . To see this, note that there are 6 6 equally likely possibilities, so the denominator must be 6 6 . Also, since a x 2 + b x + c ax^2+bx+c and c x 2 + b x + a cx^2+bx+a always both have real roots or both have complex roots (the roots are reciprocals of each other), the numerator must be even; whenever we have a successful case, we have another (the one paired, swapping a a and c c ). Thus the probability is an integer divided by 3 3 . So x 100 \frac{x}{100} must be an integer divided by 3 3 , and also a probability, so it can only be 0 0 or 1 1 . Finally, x 0 x \neq 0 , since we can at least choose 1 , 2 , 3 1,2,3 , which when put properly as x 2 + 3 x + 2 x^2 + 3x + 2 , gives real solutions. So the probability is 1 1 , giving x = 100 x = \boxed{100} .


Actual solution, assuming a , b , c a,b,c are nonzero:

Consider the selections 1 , 1 , 2 1,1,-2 . There are three cases:

  • a = 1 , b = 1 , c = 2 a=1, b=1, c=-2 , giving x 2 + x 2 = 0 x^2+x-2 = 0 . This has real solutions x = 1 , 2 x = 1, -2 .
  • a = 1 , b = 2 , c = 1 a=1, b=-2, c=1 , giving x 2 2 x + 1 = 0 x^2-2x+1 = 0 . This has real solution x = 1 x = 1 .
  • a = 2 , b = 1 , c = 1 a=-2, b=1, c=1 , giving 2 x 2 + x + 1 = 0 -2x^2+x+1 = 0 . This has real solutions x = 1 , 1 2 x = 1, -\frac{1}{2} .

Thus in all cases, the contestant wins, giving x = 100 x = \boxed{100} for a certain win.

To see how to obtain that triple:

A quadratic a x 2 + b x + c ax^2+bx+c has real roots iff b 2 4 a c b^2 \ge 4ac . But with real coefficients, the left hand side is non-negative. Thus if we pick two positive numbers and one negative number, whenever the negative number falls to a a or c c , we win. Thus the only possibility we can lose is if b b is negative. But if so, just make b b really large and a , c a,c really small to ensure b 2 4 a c b^2 \ge 4ac still applies.

The answer is very simple. The contestant can choose a, b, c in unlimiyed ways in the above questions.

The quadratic will have real roots if b^2 -4ac > 0. The contestant can choose any values of a, b, c but keep the sign of either a or c negative each time.

No; the contestant chooses the three numbers, but the host assigns them randomly. If you pick 1 , 2 , 3 1,2,3 , hoping for x 2 + 3 x + 2 x^2+3x+2 , but the host assigns x 2 + 2 x + 3 x^2+2x+3 instead, you lose.

Ivan Koswara - 6 years, 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...