The polynomial f(x) =2x\(^3\) + px+ qx - 5 has (x-1) as a factor and a remainder of 27 when divided by (x + 2), where p and q are constants. Find the values of p and q.
To find the values of p and q, we can use the Remainder Theorem and synthetic division. The Remainder Theorem states that if a polynomial f(x) is divided by x - a, then the remainder is equal to f(a).
So, in this case, when we divide f(x) by (x - 1), the remainder is 27, meaning that f(1) = 27. We can use this information to find one of the constants, p.
Next, we can use synthetic division to divide f(x) by (x + 2) and find the remainder. The process of synthetic division involves dividing each term of the polynomial by the leading coefficient of the divisor, and then using the coefficients to find the remainder.
In this case, the polynomial f(x) is divided by (x + 2), giving us:
2x^3 + px + qx - 5
÷ x + 2
2 1 p/2 (q - 5)/2
-2x^2 + (p - 4)x + (q - 5)
Since the remainder is 27, we have:
-2x^2 + (p - 4)x + (q - 5) = 27
Solving for p and q, we have:
p - 4 = 0
p = 4
q - 5 = 27
q = 32
So, the values of p and q are p = 4 and q = 32.