Difference between revisions of "2008 iTest Problems/Problem 85"
Rockmanex3 (talk | contribs) (Solution to Problem 85 (credit to tenniskidperson3 and official solution) -- system with a hidden form) |
m (→Solution) |
||
Line 10: | Line 10: | ||
<cmath>\begin{align*} | <cmath>\begin{align*} | ||
p(x) &= (x^2 + ax + c)(x^2 + bx + d) \\ | p(x) &= (x^2 + ax + c)(x^2 + bx + d) \\ | ||
− | &= x^4 + (a+ | + | &= x^4 + (a+b)x^3 + (ab+c+d)x^2 + (ad+bc)x + cd \\ |
− | &= x^4 + 15x^3 + 78x + 160x + 96 | + | &= x^4 + 15x^3 + 78x^2 + 160x + 96 |
\end{align*}</cmath> | \end{align*}</cmath> | ||
Factoring <math>p(x)</math> with the [[Rational Root Theorem]] results in <math>(x+4)(x+4)(x+1)(x+6)</math>. By the [[Fundamental Theorem of Algebra]], we know that <math>x+4, x+4, x+1, x+6</math> are all the linear factors of the polynomial, so the quadratic factors can only be multiplied from these linear factors. | Factoring <math>p(x)</math> with the [[Rational Root Theorem]] results in <math>(x+4)(x+4)(x+1)(x+6)</math>. By the [[Fundamental Theorem of Algebra]], we know that <math>x+4, x+4, x+1, x+6</math> are all the linear factors of the polynomial, so the quadratic factors can only be multiplied from these linear factors. |
Latest revision as of 21:18, 15 August 2020
Problem
Let be a solution to the system Find the greatest possible value of .
Solution
Note that when multiplying quadratics, terms add up similar to the equations of a system, so let Factoring with the Rational Root Theorem results in . By the Fundamental Theorem of Algebra, we know that are all the linear factors of the polynomial, so the quadratic factors can only be multiplied from these linear factors.
There are only two possible distinct groupings (not counting rearrangements) -- and . In the first case, , and in the second case, . The largest of the two options is .
See Also
2008 iTest (Problems) | ||
Preceded by: Problem 84 |
Followed by: Problem 86 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 • 26 • 27 • 28 • 29 • 30 • 31 • 32 • 33 • 34 • 35 • 36 • 37 • 38 • 39 • 40 • 41 • 42 • 43 • 44 • 45 • 46 • 47 • 48 • 49 • 50 • 51 • 52 • 53 • 54 • 55 • 56 • 57 • 58 • 59 • 60 • 61 • 62 • 63 • 64 • 65 • 66 • 67 • 68 • 69 • 70 • 71 • 72 • 73 • 74 • 75 • 76 • 77 • 78 • 79 • 80 • 81 • 82 • 83 • 84 • 85 • 86 • 87 • 88 • 89 • 90 • 91 • 92 • 93 • 94 • 95 • 96 • 97 • 98 • 99 • 100 |