AIME 2018 II · 第 6 题
AIME 2018 II — Problem 6
题目详情
Problem
A real number is chosen randomly and uniformly from the interval . The probability that the roots of the polynomial
are all real can be written in the form , where and are relatively prime positive integers. Find .
解析
Solution
The polynomial we are given is rather complicated, so let's use Rational Root Theorem to see if it has any retinal roots. By Rational Root Theorem, are all possible rational roots. Upon plugging these roots into the polynomial, and make the polynomial equal 0 and thus, they are roots that we can factor out.
The polynomial becomes:
Since we know and are real numbers, we only need to focus on the quadratic.
Set the discriminant of the quadratic greater than or equal to 0, to ensure the remaining roots are real.
.
This simplifies to:
or
This means that the interval is the "bad" interval. The length of the interval where can be chosen from is 38 units long, while the bad interval is 2 units long. Therefore, the "good" interval is 36 units long.
~First
Solution 2
This solution is essentially the same as solution 1, but it offers a different approach to factoring the polynomial.
We want to isolate , so we rewrite as .
We see that and are roots of , so we can factor, yielding .
We can factor out from the other part of the polynomial, yielding .
Thus,
\begin{align} x^4 + 2ax^3 + (2a - 2)x^2 + (-4a + 3)x - 2 &= x^4-2x^2+3x-2+2ax^3+2ax^2-4ax \\ &= (x-1)(x+2)(x^2-x+1) + 2ax(x-1)(x+2)\\ &= (x-1)(x+2)(x^2+(2a-1)x+1). \\ \end{align}
The rest of the steps are the same as in Solution 1.
Video Solution
https://www.youtube.com/watch?v=q2oc7n-n6aA ~Shreyas S