Skip to main content
Lemma
Polynomials Difficulty 4

TMUA practice: Polynomials, problem 1

A TMUA-calibre polynomials problem at difficulty 4 of 5, with the full worked solution.

The question
The roots of x3+2x2x+3x^3 + 2x^2 - x + 3 are p,q,p, q, and r.r. What is the value of (p2+4)(q2+4)(r2+4)?(p^2 + 4)(q^2 + 4)(r^2 + 4)?
A 6464
B 7575
C 100100
D 125125
E 144144

The correct answer is highlighted. D

Worked solution

You can factor (p2+4)(q2+4)(r2+4)(p^2 + 4)(q^2 + 4)(r^2 + 4) as (p+2i)(p2i)(q+2i)(q2i)(r+2i)(r2i)(p+2i)(p-2i)(q+2i)(q-2i)(r+2i)(r-2i) .

For any polynomial f(x)f(x) , you can create a new polynomial f(x+2)f(x+2) , which will have roots that instead have the value subtracted.

Substituting x2x-2 and x+2x+2 into xx for the first polynomial, gives you 10i510i-5 and 10i5-10i-5 as cc for both equations. Multiplying 10i510i-5 and 10i5-10i-5 together gives you (D) 125\boxed{\textbf{(D) }125} .

-ev2028