Anvesh99
sujoykrdatta
Bunuel
What is the product of all possible values of x for the equation \(4x^3 -23x^2 + 26x +8 = 0\)?
A. -4
B. -2
C. 1
D. 2
E. 4
Let the roots of the equation be p, q, r and s
Thus, we can write:
\(4x^3 -23x^2 + 26x +8 = 4(x - p)(x - q)(x - r)(x - s)\)
Thus, comparing the constant term on both sides, we get:
\(8 = 4(-p)(-q)(-r)(-s)\)
\(=> 8 = 4pqrs\)
\(=> pqrs = 2\)
Thus, the product of the roots = 2
Answer D
Hello
sujoykrdatta,
Can you please help me understand the question as well as your approach for this question. I am unable to understand.
Thanks
General Polynomial
\(f(x) = ax^n + bx^(n-1) + cx^(n-2) + ... + z\)
And then factor it like this:
f(x) = a(x−p)(x−q)(x−r)...
Then p, q, r, etc are the roots (where the polynomial equals zero)
Adding the roots gives −b/a
Multiplying the roots gives:
z/a (for even degree polynomials like quadratics)
−z/a (for odd degree polynomials like cubics)
Cubic
Now let us look at a Cubic (one degree higher than Quadratic):
\(ax^3 + bx^2 + cx + d\)
As with the Quadratic, let us expand the factors:
a(x−p)(x−q)(x−r)
= \(ax^3 − a(p+q+r)x^2 + a(pq+pr+qr)x − a(pqr)\)
And we get:
Cubic: \(ax^3 +bx^2 +cx +d\)
Expanded Factors: \(a^3 −a(p+q+r)x^2 +a(pq+pr+qr)x −apqr\)
We can now see that\( −a(p+q+r)x^2 = bx^2, \)so:
−a(p+q+r) = b
p+q+r = −b/a
And −apqr = d, so:
pqr = −d/a
Adding the roots gives −b/a (exactly the same as the Quadratic)
Multiplying the roots gives −d/a (similar to +c/a for the Quadratic)
(We also get pq+pr+qr = c/a, which can itself be useful.)
Higher Polynomials
The same pattern continues with higher polynomials.
In General:
Adding the roots gives −b/a
Multiplying the roots gives (where "z" is the constant at the end):
z/a (for even degree polynomials like quadratics)
−z/a (for odd degree polynomials like cubics)