Polynomial Factors and Graphs

44 questions

Question 1Question

When the polynomial g(x)=x42x3+ax28g(x) = x^4 - 2x^3 + ax^2 - 8 is divided by x3x - 3, the remainder is 3737, where aa is a constant. What is the value of aa?

Show answer & explanation

Answer: 2

Answer

2
According to the Polynomial Remainder Theorem, dividing a polynomial g(x)g(x) by a linear divisor xcx - c yields a remainder equal to g(c)g(c). In this problem, the divisor is x3x - 3, so we evaluate the polynomial at x=3x = 3 and set it equal to the given remainder of 3737. Substituting 33 for xx in g(x)=x42x3+ax28g(x) = x^4 - 2x^3 + ax^2 - 8 yields 342(3)3+a(3)28=373^4 - 2(3)^3 + a(3)^2 - 8 = 37. Simplifying the numerical expressions gives 8154+9a8=3781 - 54 + 9a - 8 = 37, which simplifies to 19+9a=3719 + 9a = 37. Subtracting 1919 from both sides results in 9a=189a = 18. Dividing both sides by 99 gives the value of the constant aa as 22.

Step-by-Step Solution

1
Apply the Polynomial Remainder Theorem
g(3)=37g(3) = 37
The Remainder Theorem states that when a polynomial g(x)g(x) is divided by xcx - c, the remainder is g(c)g(c).
2
Substitute x=3x = 3 into the polynomial g(x)g(x)
342(3)3+a(3)28=373^4 - 2(3)^3 + a(3)^2 - 8 = 37
This sets the value of the polynomial evaluated at x=3x = 3 equal to the given remainder of 3737.
3
Simplify the constant terms
19+9a=3719 + 9a = 37
Evaluating the exponents and multiplying: 34=813^4 = 81, 2(33)=542(3^3) = 54, and a(32)=9aa(3^2) = 9a. Combining the constant terms gives 81548=1981 - 54 - 8 = 19.
4
Solve the linear equation for aa
a=2a = 2
Subtracting 1919 from both sides gives 9a=189a = 18, and dividing both sides by 99 gives a=2a = 2.

Key Concept

Polynomial Remainder Theorem
Question 2Question

If a polynomial p(x)p(x) is divided by x5x - 5, the remainder is 1212. Which of the following equations must be true?

Show answer & explanation

Answer: p(5)=12p(5) = 12

Answer

p(5)=12p(5) = 12
According to the Remainder Theorem, dividing a polynomial p(x)p(x) by a linear expression xcx - c results in a remainder equal to p(c)p(c). Here, the divisor is x5x - 5, so c=5c = 5. Since the remainder is 1212, the equation that must be true is p(5)=12p(5) = 12.

Step-by-Step Solution

1
Identify the divisor and its corresponding value of cc using the Remainder Theorem.
The divisor is x5x - 5, so we set x5=0x - 5 = 0, which gives c=5c = 5.
The Remainder Theorem states that the remainder of a polynomial p(x)p(x) divided by xcx - c is p(c)p(c).
2
Set p(c)p(c) equal to the given remainder.
Since the remainder is 1212 and c=5c = 5, we get p(5)=12p(5) = 12.
This directly applies the relation p(c)=remainderp(c) = \text{remainder}.

Key Concept

The Remainder Theorem
Question 3Question

If the polynomial p(x)=x2kx+12p(x) = x^2 - kx + 12 is divisible by x3x - 3, where kk is a constant, what is the value of kk?

Show answer & explanation

Answer: 7

Answer

7
According to the Factor Theorem, if a polynomial p(x)p(x) is divisible by xcx - c, then p(c)=0p(c) = 0. For the polynomial p(x)=x2kx+12p(x) = x^2 - kx + 12 to be divisible by x3x - 3, we must have p(3)=0p(3) = 0. Substituting x=3x = 3 into the polynomial gives 32k(3)+12=03^2 - k(3) + 12 = 0. Simplifying this equation yields 93k+12=09 - 3k + 12 = 0, which combines to 213k=021 - 3k = 0. Solving for kk gives 3k=213k = 21, which simplifies to k=7k = 7.

Step-by-Step Solution

1
Apply the Factor Theorem to find the root of the polynomial.
Since x3x - 3 is a factor of p(x)p(x), evaluating the polynomial at x=3x = 3 must equal 0, so p(3)=0p(3) = 0.
The Factor Theorem states that xcx - c is a factor of a polynomial p(x)p(x) if and only if p(c)=0p(c) = 0.
2
Substitute x=3x = 3 into p(x)=x2kx+12p(x) = x^2 - kx + 12 and set it equal to 0.
32k(3)+12=03^2 - k(3) + 12 = 0
This sets up an algebraic equation to solve for the unknown constant kk.
3
Simplify the equation and solve for kk.
93k+12=0    213k=0    3k=21    k=79 - 3k + 12 = 0 \implies 21 - 3k = 0 \implies 3k = 21 \implies k = 7
Combine like terms and isolate kk using basic algebraic operations.

Key Concept

The Factor Theorem states that a polynomial p(x)p(x) has a factor (xc)(x - c) if and only if p(c)=0p(c) = 0.
Question 4Question

A polynomial pp is defined by p(x)=(x4)(x2+ax+3)p(x) = (x - 4)(x^2 + ax + 3), where aa is a constant. If p(1)=18p(1) = -18, what is the value of aa?

Show answer & explanation

Answer: 2

Answer

2
Substituting x=1x = 1 into p(x)=(x4)(x2+ax+3)p(x) = (x - 4)(x^2 + ax + 3) gives p(1)=(14)(12+a(1)+3)=3(4+a)p(1) = (1 - 4)(1^2 + a(1) + 3) = -3(4 + a). Since we are given that p(1)=18p(1) = -18, we can set 3(4+a)=18-3(4 + a) = -18. Dividing both sides of the equation by 3-3 gives 4+a=64 + a = 6. Subtracting 44 from both sides gives a=2a = 2.

Step-by-Step Solution

1
Substitute x=1x = 1 into the expression for p(x)p(x).
p(1)=(14)(12+a(1)+3)=3(4+a)p(1) = (1 - 4)(1^2 + a(1) + 3) = -3(4 + a)
We are given that p(1)=18p(1) = -18, so substituting x=1x = 1 will allow us to set up an equation in terms of the constant aa.
2
Set the simplified expression equal to 18-18 and solve for aa.
a=2a = 2
Dividing both sides of 3(4+a)=18-3(4 + a) = -18 by 3-3 yields 4+a=64 + a = 6, and subtracting 44 from both sides gives the value of aa.

Key Concept

Using given function values to solve for unknown coefficients in a factored polynomial.
Question 5Question

The graph of the polynomial function ff in the xyxy-plane is defined by f(x)=a(x3)(x+4)f(x) = a(x - 3)(x + 4), where aa is a constant. If the yy-intercept of the graph is (0,24)(0, -24), what is the value of aa?

Show answer & explanation

Answer: 2

Answer

2
The correct answer is 2. The yy-intercept of a graph is the point where x=0x = 0. For the function f(x)=a(x3)(x+4)f(x) = a(x - 3)(x + 4), substituting x=0x = 0 yields f(0)=a(03)(0+4)=a(3)(4)=12af(0) = a(0 - 3)(0 + 4) = a(-3)(4) = -12a. Given that the yy-intercept is (0,24)(0, -24), the value of the function at x=0x = 0 is 24-24. Setting these two values equal gives the equation 12a=24-12a = -24. Dividing both sides of the equation by 12-12 isolates the constant, resulting in a=2a = 2.

Step-by-Step Solution

1
Identify the relationship between the yy-intercept and the function value at x=0x = 0.
Since the yy-intercept is (0,24)(0, -24), it follows that f(0)=24f(0) = -24.
By definition, the yy-intercept of a graph is the point where the graph crosses the vertical axis, which occurs at x=0x = 0.
2
Substitute x=0x = 0 into the polynomial expression for f(x)f(x).
f(0)=a(03)(0+4)=a(3)(4)=12af(0) = a(0 - 3)(0 + 4) = a(-3)(4) = -12a.
This evaluates the algebraic expression at the yy-intercept to express the value in terms of the constant aa.
3
Equate the evaluated expression to the known yy-intercept value and solve for aa.
12a=24a=2-12a = -24 \Rightarrow a = 2.
Setting the two expressions for f(0)f(0) equal allows us to solve the linear equation for the constant aa.

Key Concept

Evaluating a polynomial at x=0x = 0 to relate its algebraic form to its yy-intercept.
Question 6Question

The polynomial function pp is defined by p(x)=(x3)(x5)(xr)p(x) = (x - 3)(x - 5)(x - r), where rr is a constant. If the graph of y=p(x)y = p(x) in the xyxy-plane intersects the yy-axis at (0,60)(0, -60), what is the value of rr?

Show answer & explanation

Answer: 4

Answer

The value of rr is 44.
Evaluating the polynomial at x=0x = 0 yields the yy-intercept of the graph, which is given as 60-60. Substituting 00 for xx in the equation p(x)=(x3)(x5)(xr)p(x) = (x - 3)(x - 5)(x - r) gives p(0)=(03)(05)(0r)=(3)(5)(r)=15rp(0) = (0 - 3)(0 - 5)(0 - r) = (-3)(-5)(-r) = -15r. Setting this expression equal to 60-60 yields 15r=60-15r = -60. Dividing both sides of the equation by 15-15 yields r=4r = 4.

Step-by-Step Solution

1
Identify the meaning of the yy-intercept.
Evaluating p(x)p(x) at x=0x = 0 must equal 60-60, so p(0)=60p(0) = -60.
The yy-intercept of a graph occurs where the xx-coordinate is 00.
2
Substitute x=0x = 0 into the polynomial expression.
p(0)=(03)(05)(0r)=(3)(5)(r)=15rp(0) = (0 - 3)(0 - 5)(0 - r) = (-3)(-5)(-r) = -15r.
This simplifies the polynomial expression in terms of the unknown constant rr.
3
Set the expression equal to the given yy-intercept value and solve for rr.
15r=60    r=4-15r = -60 \implies r = 4.
Dividing both sides by 15-15 isolates the variable rr.

Key Concept

Using the y-intercept of a polynomial function to find an unknown root/constant in its factored form.
Question 7Question

A polynomial p(x)p(x) has a remainder of 33 when divided by x5x - 5. Which of the following equations must be true?

Show answer & explanation

Answer: p(5)=3p(5) = 3

Answer

The equation p(5)=3p(5) = 3 must be true.
According to the Remainder Theorem, when a polynomial p(x)p(x) is divided by a linear expression of the form xcx - c, the remainder is equal to p(c)p(c). Here, the divisor is x5x - 5, which gives c=5c = 5. The remainder is given as 33. Therefore, evaluating the polynomial at x=5x = 5 must yield 33, which is written as p(5)=3p(5) = 3.

Step-by-Step Solution

1
Identify the divisor and the remainder from the given problem statement.
The divisor is x5x - 5 and the remainder is 33.
Applying the Remainder Theorem requires identifying the value of cc in the divisor form xcx - c and the remainder value.
2
Apply the Remainder Theorem to relate the divisor and the remainder to the polynomial function.
Since the divisor is x5x - 5, we have c=5c = 5. The Remainder Theorem states that the remainder when p(x)p(x) is divided by xcx - c is p(c)p(c). Therefore, p(5)=3p(5) = 3.
This establishes the mathematical relationship directly showing which equation must be true.

Key Concept

The Remainder Theorem
Estimated Time:45s
Question 8Question

In the polynomial function p(x)=x35x2+2x+kp(x) = x^3 - 5x^2 + 2x + k, the constant kk is chosen such that p(x)p(x) is divisible by x4x - 4. What is the value of kk?

Show answer & explanation

Answer: 8

Answer

The value of kk is 8.
According to the Factor Theorem, a polynomial p(x)p(x) is divisible by xcx - c if and only if p(c)=0p(c) = 0. Since p(x)p(x) is divisible by x4x - 4, we must have p(4)=0p(4) = 0. Substituting 44 for xx in the equation for p(x)p(x) yields 435(4)2+2(4)+k=04^3 - 5(4)^2 + 2(4) + k = 0. Simplifying the numerical terms gives 6480+8+k=064 - 80 + 8 + k = 0, which simplifies further to 8+k=0-8 + k = 0. Therefore, the value of the constant kk is 88.

Step-by-Step Solution

1
Apply the Factor Theorem to relate the factor x4x - 4 to the value of the polynomial.
Since x4x - 4 is a factor of p(x)p(x), p(4)=0p(4) = 0.
By the Factor Theorem, if xcx - c is a factor of a polynomial p(x)p(x), then p(c)=0p(c) = 0.
2
Substitute x=4x = 4 into the polynomial expression.
435(4)2+2(4)+k=04^3 - 5(4)^2 + 2(4) + k = 0
We substitute x=4x = 4 into p(x)=x35x2+2x+kp(x) = x^3 - 5x^2 + 2x + k and set the expression to 00.
3
Simplify the numerical expression to solve for kk.
6480+8+k=0    8+k=0    k=864 - 80 + 8 + k = 0 \implies -8 + k = 0 \implies k = 8
Evaluate powers, multiply, and solve the resulting linear equation for kk.

Key Concept

Factor Theorem
Estimated Time:1m 0s
Question 9Question

The polynomial function pp is defined by p(x)=x48x3+20x216x+cp(x) = x^4 - 8x^3 + 20x^2 - 16x + c, where cc is a constant. In the xyxy-plane, the graph of y=p(x)y = p(x) is tangent to the xx-axis at two distinct points. What is the value of cc?

Show answer & explanation

Answer: 4

Answer

4
The correct answer is 4. A quartic polynomial that is tangent to the x-axis at two distinct points must have two roots of multiplicity 2. Thus, it can be factored as p(x) = (x - r_1)^2(x - r_2)^2 = [x^2 - (r_1 + r_2)x + r_1 r_2]^2. Setting S = r_1 + r_2 and P = r_1 r_2, we expand this to p(x) = x^4 - 2Sx^3 + (S^2 + 2P)x^2 - 2SPx + P^2. Matching this with the given equation x^4 - 8x^3 + 20x^2 - 16x + c shows that -2S = -8, so S = 4. Using the quadratic term, S^2 + 2P = 20, which yields 16 + 2P = 20, so P = 2. Finally, the constant term is c = P^2 = 2^2 = 4.

Step-by-Step Solution

1
Express the polynomial using its roots and multiplicities.
p(x) = (x - r_1)^2(x - r_2)^2
Since the graph of the quartic polynomial is tangent to the x-axis at two distinct points, it must have two real roots, each with a multiplicity of 2.
2
Group the terms and introduce variables for the sum and product of the roots.
p(x) = [x^2 - Sx + P]^2, where S = r_1 + r_2 and P = r_1 r_2
This simplifies expansion by using the symmetric properties of roots.
3
Expand the squared quadratic expression.
p(x) = x^4 - 2Sx^3 + (S^2 + 2P)x^2 - 2SPx + P^2
To compare coefficients with the standard form of the given polynomial.
4
Compare the coefficients of the x^3 term.
-2S = -8, which gives S = 4
To determine the sum of the roots from the given cubic coefficient.
5
Compare the coefficients of the x^2 term using the value of S.
S^2 + 2P = 20, which becomes 16 + 2P = 20, leading to P = 2
To find the product of the roots using the quadratic coefficient.
6
Verify the linear coefficient using S and P.
-2SP = -2(4)(2) = -16
To ensure consistency with the given coefficient of x.
7
Determine the constant term c.
c = P^2 = 2^2 = 4
To find the final value of the constant c.

Key Concept

Representing a polynomial function in factored form based on the multiplicity of its roots and using coefficient matching to determine unknown constants.
Question 10Question

A cubic polynomial function pp is defined by p(x)=a(x+3)(x1)(xk)p(x) = a(x + 3)(x - 1)(x - k), where aa and kk are constants. In the xyxy-plane, the yy-intercept of the graph of y=p(x)y = p(x) is (0,6)(0, 6). The graph of the shifted function y=p(x2)y = p(x - 2) passes through the point (4,30)(4, -30). What is the third xx-intercept of the graph of pp?

Show answer & explanation

Answer: 1-1

Answer

1-1
The correct answer is 1-1 because the yy-intercept (0,6)(0, 6) gives 3ak=63ak = 6, which simplifies to ak=2ak = 2. The shift y=p(x2)y = p(x-2) passing through (4,30)(4, -30) implies p(2)=30p(2) = -30. Substituting x=2x=2 into the polynomial expression yields 5a(2k)=305a(2-k) = -30, which expands to 10a5ak=3010a - 5ak = -30. Substituting ak=2ak = 2 gives 10a10=3010a - 10 = -30, solving to a=2a = -2. Using ak=2ak = 2, we find k=1k = -1. The third factor is (xk)=(x+1)(x - k) = (x + 1), which corresponds to the third xx-intercept at x=1x = -1.

Step-by-Step Solution

1
Use the yy-intercept of the graph of y=p(x)y = p(x) to establish a relationship between aa and kk.
p(0)=a(0+3)(01)(0k)=3ak=6ak=2p(0) = a(0 + 3)(0 - 1)(0 - k) = 3ak = 6 \Rightarrow ak = 2.
The yy-intercept is the point on the graph where x=0x = 0.
2
Translate the point on the shifted graph back to the original function p(x)p(x).
p(42)=p(2)=30p(4 - 2) = p(2) = -30.
Since the graph of y=p(x2)y = p(x - 2) passes through (4,30)(4, -30), substituting x=4x = 4 yields y=30y = -30.
3
Substitute x=2x = 2 into the expression for p(x)p(x) to set up the second equation.
p(2)=a(2+3)(21)(2k)=5a(2k)=10a5ak=30p(2) = a(2 + 3)(2 - 1)(2 - k) = 5a(2 - k) = 10a - 5ak = -30.
This establishes a system of equations with the relation from Step 1.
4
Solve the system of equations by substituting ak=2ak = 2 into the second equation.
10a5(2)=3010a10=3010a=20a=210a - 5(2) = -30 \Rightarrow 10a - 10 = -30 \Rightarrow 10a = -20 \Rightarrow a = -2. Since ak=2ak = 2, we have 2k=2k=1-2k = 2 \Rightarrow k = -1.
Solving for the unknown constants aa and kk determines the specific polynomial expression.
5
Identify the third xx-intercept from the factored form of the polynomial.
p(x)=2(x+3)(x1)(x+1)p(x) = -2(x + 3)(x - 1)(x + 1). The factors correspond to roots at x=3x = -3, x=1x = 1, and x=1x = -1. The third xx-intercept is 1-1.
The third factor (xk)(x - k) becomes (x+1)(x + 1) when k=1k = -1, yielding the root and intercept at x=1x = -1.

Key Concept

Polynomial Factors and Graphs
Question 11Question

The function ff is defined by f(x)=(x4)(x2)(x+k)f(x) = (x - 4)(x - 2)(x + k), where kk is a constant. If the yy-intercept of the graph of y=f(x)y = f(x) in the xyxy-plane is (0,24)(0, 24), what is the value of kk?

Show answer & explanation

Answer: 3

Answer

3
The yy-intercept of the graph of y=f(x)y = f(x) is the point where x=0x = 0. Since the yy-intercept is (0,24)(0, 24), it follows that f(0)=24f(0) = 24. Substituting 00 for xx in the equation for f(x)f(x) gives f(0)=(04)(02)(0+k)=(4)(2)(k)=8kf(0) = (0 - 4)(0 - 2)(0 + k) = (-4)(-2)(k) = 8k. Setting this equal to the yy-value of the intercept yields 8k=248k = 24. Dividing both sides of the equation by 88 gives k=3k = 3.

Step-by-Step Solution

1
Use the definition of the yy-intercept to find the value of f(0)f(0)
f(0)=24f(0) = 24
The yy-intercept of a graph is the point where the graph crosses the yy-axis, corresponding to x=0x = 0. Given the point (0,24)(0, 24), f(0)f(0) must equal 2424.
2
Evaluate the polynomial at x=0x = 0 in terms of kk
f(0)=8kf(0) = 8k
Substituting 00 for xx in f(x)=(x4)(x2)(x+k)f(x) = (x - 4)(x - 2)(x + k) gives f(0)=(4)(2)(k)f(0) = (-4)(-2)(k), which simplifies to 8k8k.
3
Set the evaluated expression equal to the yy-intercept value and solve for kk
k=3k = 3
Equating 8k8k to 2424 and dividing both sides by 88 yields k=3k = 3.

Key Concept

Evaluating a factored polynomial function at x=0x = 0 determines its yy-intercept. Using a given yy-intercept allows solving for unknown coefficients or constants within the factors of the polynomial.
Question 12Question

The polynomial function pp is defined by p(x)=x3+4x27x10p(x) = x^3 + 4x^2 - 7x - 10. If p(2)=0p(2) = 0, which of the following expressions must be a factor of p(x)p(x)?

Show answer & explanation

Answer: x2x - 2

Answer

The expression x2x - 2 must be a factor of p(x)p(x).
According to the Factor Theorem, if a polynomial p(x)p(x) evaluates to 00 at a certain value x=cx = c (meaning p(c)=0p(c) = 0), then (xc)(x - c) is a factor of the polynomial. Since we are given that p(2)=0p(2) = 0, the value 22 is a root of p(x)p(x), which means the expression x2x - 2 must be a factor of the polynomial.

Step-by-Step Solution

1
Identify the given root of the polynomial.
The problem states that p(2)=0p(2) = 0, which means that x=2x = 2 is a root of the polynomial p(x)p(x).
A root is any value of xx for which the polynomial evaluates to 00.
2
Apply the Factor Theorem to write the corresponding factor.
According to the Factor Theorem, if cc is a root of a polynomial p(x)p(x), then (xc)(x - c) is a factor of p(x)p(x). Substituting c=2c = 2 gives (x2)(x - 2) as a factor.
The Factor Theorem directly relates the roots of a polynomial to its linear factors.

Key Concept

The Factor Theorem states that a polynomial p(x)p(x) has a factor (xc)(x - c) if and only if p(c)=0p(c) = 0.
Question 13Question

In the xyxy-plane, the graph of a cubic polynomial function pp with real coefficients has exactly two xx-intercepts, at (1,0)(1, 0) and (4,0)(4, 0). If the graph of pp passes through the points (0,8)(0, -8) and (2,2)(2, 2), what is the value of p(6)p(6)?

Show answer & explanation

Answer: 10

Answer

10
A cubic polynomial with real coefficients and exactly two xx-intercepts at (1,0)(1, 0) and (4,0)(4, 0) must have one root of multiplicity 1 and one root of multiplicity 2. This yields two possible forms: p(x)=a(x1)2(x4)p(x) = a(x - 1)^2(x - 4) or p(x)=a(x1)(x4)2p(x) = a(x - 1)(x - 4)^2. Substituting the yy-intercept (0,8)(0, -8) into the first form gives a=2a = 2, but the resulting polynomial p(x)=2(x1)2(x4)p(x) = 2(x - 1)^2(x - 4) does not pass through (2,2)(2, 2) since p(2)=4p(2) = -4. Substituting (0,8)(0, -8) into the second form gives a=12a = \frac{1}{2}, and the resulting polynomial p(x)=12(x1)(x4)2p(x) = \frac{1}{2}(x - 1)(x - 4)^2 correctly passes through (2,2)(2, 2) since p(2)=2p(2) = 2. Finally, evaluating this function at x=6x = 6 yields p(6)=12(61)(64)2=10p(6) = \frac{1}{2}(6 - 1)(6 - 4)^2 = 10.

Step-by-Step Solution

1
Determine the possible forms of the cubic polynomial based on its xx-intercepts.
Two possible cases: Case 1: p(x)=a(x1)2(x4)p(x) = a(x - 1)^2(x - 4) or Case 2: p(x)=a(x1)(x4)2p(x) = a(x - 1)(x - 4)^2, where aa is a non-zero constant.
Since the polynomial has degree 3 and exactly two distinct xx-intercepts, one intercept must be a root of multiplicity 2 (tangent to the xx-axis) and the other must be a root of multiplicity 1 (crossing the xx-axis).
2
Solve for the constant aa in Case 1 using the yy-intercept (0,8)(0, -8).
a=2a = 2, yielding the candidate function p(x)=2(x1)2(x4)p(x) = 2(x - 1)^2(x - 4).
Substituting x=0x = 0 and p(0)=8p(0) = -8 into the equation for Case 1 allows us to solve for aa.
3
Test the point (2,2)(2, 2) in the Case 1 candidate function.
p(2)=42p(2) = -4 \neq 2, which means Case 1 is incorrect.
The correct function must satisfy all given points, including (2,2)(2, 2).
4
Solve for the constant aa in Case 2 using the yy-intercept (0,8)(0, -8).
a=12a = \frac{1}{2}, yielding the candidate function p(x)=12(x1)(x4)2p(x) = \frac{1}{2}(x - 1)(x - 4)^2.
Substituting x=0x = 0 and p(0)=8p(0) = -8 into the equation for Case 2 allows us to solve for aa.
5
Test the point (2,2)(2, 2) in the Case 2 candidate function.
p(2)=2p(2) = 2, which matches the given point.
Confirming that the Case 2 function is consistent with the point (2,2)(2, 2).
6
Evaluate the correct function at x=6x = 6.
p(6)=10p(6) = 10.
Substituting x=6x = 6 into the verified function p(x)=12(x1)(x4)2p(x) = \frac{1}{2}(x - 1)(x - 4)^2 to find the final answer.

Key Concept

Identifying the algebraic form of a polynomial from its xx-intercepts and multiplicities, and determining unknown coefficients using coordinate points.
Question 14Question

A polynomial function pp of degree 3 has xx-intercepts at (2,0)(-2, 0) with multiplicity 2, and (3,0)(3, 0) with multiplicity 1. In the xyxy-plane, the graph of y=p(x)y = p(x) intersects the yy-axis at (0,24)(0, 24). What is the remainder when p(x)p(x) is divided by x1x - 1?

Show answer & explanation

Answer: 3636

Answer

The remainder when the polynomial function is divided by x1x - 1 is 36.
The correct answer is 36. A polynomial with a root at x=2x = -2 of multiplicity 2 and a root at x=3x = 3 of multiplicity 1 has the form p(x)=a(x+2)2(x3)p(x) = a(x + 2)^2(x - 3). Since the yy-intercept is (0,24)(0, 24), we solve p(0)=a(2)2(3)=24p(0) = a(2)^2(-3) = 24 to find a=2a = -2. Thus, the polynomial is p(x)=2(x+2)2(x3)p(x) = -2(x + 2)^2(x - 3). According to the Remainder Theorem, dividing p(x)p(x) by x1x - 1 leaves a remainder of p(1)p(1). Substituting x=1x = 1 yields p(1)=2(3)2(2)=36p(1) = -2(3)^2(-2) = 36.

Step-by-Step Solution

1
Write the general form of the cubic polynomial using its roots and multiplicities.
p(x)=a(x+2)2(x3)p(x) = a(x + 2)^2(x - 3)
Since there is an xx-intercept at x=2x = -2 with multiplicity 2, (x+2)2(x + 2)^2 is a factor. Since there is an xx-intercept at x=3x = 3 with multiplicity 1, (x3)(x - 3) is a factor. Here, aa is a constant coefficient.
2
Determine the value of the constant coefficient aa using the yy-intercept.
a=2a = -2, so p(x)=2(x+2)2(x3)p(x) = -2(x + 2)^2(x - 3)
The graph intersects the yy-axis at (0,24)(0, 24), meaning p(0)=24p(0) = 24. Substituting x=0x = 0 gives p(0)=a(0+2)2(03)=12ap(0) = a(0 + 2)^2(0 - 3) = -12a. Setting 12a=24-12a = 24 yields a=2a = -2.
3
Apply the Remainder Theorem to find the required remainder.
The remainder is equal to p(1)p(1).
By the Remainder Theorem, the remainder when a polynomial p(x)p(x) is divided by xcx - c is p(c)p(c). Here, the divisor is x1x - 1, so we evaluate the polynomial at x=1x = 1.
4
Calculate the value of p(1)p(1).
p(1)=36p(1) = 36
Substituting x=1x = 1 into p(x)=2(x+2)2(x3)p(x) = -2(x + 2)^2(x - 3) gives p(1)=2(1+2)2(13)=2(9)(2)=36p(1) = -2(1 + 2)^2(1 - 3) = -2(9)(-2) = 36.

Key Concept

Identifying a polynomial from its roots and multiplicities, solving for its leading coefficient using a given point, and applying the Remainder Theorem.
Question 15Question

The function ff is defined by f(x)=(x3)(x3kx2+5x15)f(x) = (x - 3)(x^3 - kx^2 + 5x - 15), where kk is a constant. In the xyxy-plane, the graph of y=f(x)y = f(x) is tangent to the xx-axis at the point (3,0)(3, 0). What is the value of kk?

Show answer & explanation

Answer: 3

Answer

3
For the graph of a polynomial function to be tangent to the xx-axis at (3,0)(3, 0), the root x=3x = 3 must have an even multiplicity (at least 2). The function is defined as f(x)=(x3)(x3kx2+5x15)f(x) = (x - 3)(x^3 - kx^2 + 5x - 15). Since there is already one factor of (x3)(x - 3) explicitly defined, the remaining cubic factor g(x)=x3kx2+5x15g(x) = x^3 - kx^2 + 5x - 15 must also have a factor of (x3)(x - 3) to make the total multiplicity of the root x=3x = 3 at least 2. According to the Factor Theorem, if (x3)(x - 3) is a factor of g(x)g(x), then g(3)=0g(3) = 0. Substituting x=3x = 3 into g(x)g(x) gives 33k(3)2+5(3)15=03^3 - k(3)^2 + 5(3) - 15 = 0, which simplifies to 279k=027 - 9k = 0. Solving this equation for kk yields k=3k = 3.

Step-by-Step Solution

1
Identify the relationship between graph tangency and factor multiplicity.
For the graph of a polynomial function to be tangent to the xx-axis at a point (c,0)(c, 0), the factor (xc)(x - c) must have an even multiplicity of at least 2 in the polynomial's factored form.
An odd multiplicity root causes the graph to cross the xx-axis, while an even multiplicity root causes the graph to touch the xx-axis and turn around (tangency).
2
Apply the multiplicity requirement to the given function.
Since f(x)=(x3)(x3kx2+5x15)f(x) = (x - 3)(x^3 - kx^2 + 5x - 15) already contains one factor of (x3)(x - 3), the cubic expression g(x)=x3kx2+5x15g(x) = x^3 - kx^2 + 5x - 15 must also contain (x3)(x - 3) as a factor to ensure the total multiplicity of the root x=3x = 3 is at least 2.
This guarantees that (x3)2(x - 3)^2 is a factor of f(x)f(x).
3
Apply the Factor Theorem to the cubic expression.
Since (x3)(x - 3) is a factor of g(x)g(x), then g(3)=0g(3) = 0.
The Factor Theorem states that a polynomial P(x)P(x) has a factor (xc)(x - c) if and only if P(c)=0P(c) = 0.
4
Solve for the constant kk by substituting x=3x = 3 into g(x)g(x).
33k(3)2+5(3)15=0    279k+1515=0    279k=0    9k=27    k=33^3 - k(3)^2 + 5(3) - 15 = 0 \implies 27 - 9k + 15 - 15 = 0 \implies 27 - 9k = 0 \implies 9k = 27 \implies k = 3.
Arithmetic simplification yields the value of the constant.

Key Concept

The relationship between polynomial factors, root multiplicities, and the behavior of the graph at xx-intercepts.
Question 16Question

A polynomial function qq with real coefficients satisfies the equation q(x)+q(6x)=8q(x) + q(6-x) = 8 for all real numbers xx. In the xyxy-plane, the graph of y=q(x)y = q(x) has an xx-intercept at (5,0)(5, 0). What is the remainder when q(x)q(x) is divided by x1x-1?

Show answer & explanation

Answer: 88

Answer

The correct answer is 88, which is the remainder when the polynomial is divided by x1x-1.
To find the remainder when the polynomial q(x)q(x) is divided by x1x-1, we use the Remainder Theorem, which states that this remainder is equal to q(1)q(1). Since the graph of y=q(x)y = q(x) has an xx-intercept at (5,0)(5, 0), we know that q(5)=0q(5) = 0. Substituting x=5x = 5 into the given equation q(x)+q(6x)=8q(x) + q(6-x) = 8 yields q(5)+q(65)=8q(5) + q(6-5) = 8, which simplifies to q(5)+q(1)=8q(5) + q(1) = 8. Substituting q(5)=0q(5) = 0 into this equation gives 0+q(1)=80 + q(1) = 8, so q(1)=8q(1) = 8. Geometrically, the equation q(x)+q(6x)2=4\frac{q(x) + q(6-x)}{2} = 4 shows that the graph of qq is symmetric under a point reflection about (3,4)(3, 4). Reflecting the point (5,0)(5, 0) about (3,4)(3, 4) gives the point (1,8)(1, 8), verifying that q(1)=8q(1) = 8.

Step-by-Step Solution

1
Translate the given graphical intercept into function notation.
q(5)=0q(5) = 0
An xx-intercept at (5,0)(5, 0) means that when the input xx is 55, the output of the function is 00.
2
Apply the Remainder Theorem to the divisor x1x-1.
The remainder is equal to q(1)q(1).
The Remainder Theorem states that when a polynomial q(x)q(x) is divided by xax-a, the remainder is q(a)q(a).
3
Substitute x=5x = 5 into the given functional equation q(x)+q(6x)=8q(x) + q(6-x) = 8.
q(5)+q(65)=8    q(5)+q(1)=8q(5) + q(6-5) = 8 \implies q(5) + q(1) = 8
Substituting x=5x = 5 allows us to relate the known value q(5)q(5) directly to the target value q(1)q(1).
4
Solve for q(1)q(1) using the value of q(5)q(5).
0+q(1)=8    q(1)=80 + q(1) = 8 \implies q(1) = 8
Substituting q(5)=0q(5) = 0 into the equation yields the value of q(1)q(1), which is the remainder.

Key Concept

Remainder Theorem and Polynomial Graphs

Alternative Method

Use the point symmetry of the graph. The equation q(x)+q(6x)=8q(x) + q(6-x) = 8 can be rewritten as q(x)+q(6x)2=4\frac{q(x) + q(6-x)}{2} = 4. This indicates that the graph of y=q(x)y = q(x) has point symmetry about the point (3,4)(3, 4). Since the graph has an xx-intercept at (5,0)(5, 0), point symmetry dictates that the reflected point across (3,4)(3, 4) must also lie on the graph. The midpoint of (5,0)(5, 0) and the symmetric point (x0,y0)(x_0, y_0) is (3,4)(3, 4). Solving 5+x02=3\frac{5+x_0}{2} = 3 gives x0=1x_0 = 1, and 0+y02=4\frac{0+y_0}{2} = 4 gives y0=8y_0 = 8. Thus, (1,8)(1, 8) lies on the graph, meaning q(1)=8q(1) = 8. By the Remainder Theorem, the remainder when q(x)q(x) is divided by x1x-1 is q(1)=8q(1) = 8.
Estimated Time:1m 30s
Question 17Question

The polynomial function pp is defined by p(x)=x3+bx2+cx+dp(x) = x^3 + bx^2 + cx + d, where bb, cc, and dd are constants. In the xyxy-plane, the graph of y=p(x)y = p(x) has xx-intercepts at (2,0)(2, 0) and (3,0)(-3, 0). If the remainder when p(x)p(x) is divided by x1x - 1 is 8-8, what is the value of dd?

Show answer & explanation

Answer: 6-6

Answer

6-6
The correct value is 6-6. Since the graph has xx-intercepts at (2,0)(2, 0) and (3,0)(-3, 0), the Factor Theorem dictates that (x2)(x - 2) and (x+3)(x + 3) are factors of p(x)p(x). Since the leading coefficient of the cubic polynomial p(x)p(x) is 11, it can be written in factored form as p(x)=(x2)(x+3)(xr)p(x) = (x - 2)(x + 3)(x - r), where rr is the third root. According to the Remainder Theorem, the remainder when p(x)p(x) is divided by x1x - 1 is equal to p(1)=8p(1) = -8. Substituting x=1x = 1 yields 4(1r)=8-4(1 - r) = -8, which simplifies to 1r=21 - r = 2, so r=1r = -1. The polynomial is thus p(x)=(x2)(x+3)(x+1)p(x) = (x - 2)(x + 3)(x + 1). The constant term dd is equal to the value of the function when x=0x = 0, which is p(0)=(2)(3)(1)=6p(0) = (-2)(3)(1) = -6.

Step-by-Step Solution

1
Determine the factors corresponding to the given xx-intercepts of the polynomial.
The factors are (x2)(x - 2) and (x+3)(x + 3).
Since the graph of y=p(x)y = p(x) has xx-intercepts at (2,0)(2, 0) and (3,0)(-3, 0), we know that p(2)=0p(2) = 0 and p(3)=0p(-3) = 0. According to the Factor Theorem, (x2)(x - 2) and (x+3)(x + 3) must be factors of p(x)p(x).
2
Set up the factored form of the cubic polynomial function p(x)p(x).
p(x)=(x2)(x+3)(xr)p(x) = (x - 2)(x + 3)(x - r)
Because p(x)p(x) is a cubic polynomial (degree 3) with a leading coefficient of 11, it can be written as the product of three linear factors: (x2)(x - 2), (x+3)(x + 3), and (xr)(x - r), where rr is the unknown third root.
3
Apply the Remainder Theorem to solve for the third root rr.
r=1r = -1
By the Remainder Theorem, the remainder when p(x)p(x) is divided by x1x - 1 is equal to p(1)p(1). We are given that this remainder is 8-8, so p(1)=8p(1) = -8. Substituting x=1x = 1 into our factored expression gives: p(1)=(12)(1+3)(1r)=814(1r)=84(1r)=81r=2r=1p(1) = (1 - 2)(1 + 3)(1 - r) = -8 \Rightarrow -1 \cdot 4 \cdot (1 - r) = -8 \Rightarrow -4(1 - r) = -8 \Rightarrow 1 - r = 2 \Rightarrow r = -1.
4
Determine the value of the constant coefficient dd.
d=6d = -6
Using the root r=1r = -1, the complete factored expression is p(x)=(x2)(x+3)(x+1)p(x) = (x - 2)(x + 3)(x + 1). The constant term dd is equivalent to p(0)p(0): d=p(0)=(02)(0+3)(0+1)=(2)(3)(1)=6d = p(0) = (0 - 2)(0 + 3)(0 + 1) = (-2)(3)(1) = -6.

Key Concept

Using the Factor Theorem and Remainder Theorem to find unknown coefficients in a polynomial function.

Alternative Method

Alternatively, you can expand the general form p(x)=(x2)(x+3)(xr)=(x2+x6)(xr)=x3+(1r)x2(r+6)x+6rp(x) = (x - 2)(x + 3)(x - r) = (x^2 + x - 6)(x - r) = x^3 + (1 - r)x^2 - (r + 6)x + 6r. Comparing this to p(x)=x3+bx2+cx+dp(x) = x^3 + bx^2 + cx + d, we see that d=6rd = 6r. Since the remainder when p(x)p(x) is divided by x1x - 1 is 8-8, we have p(1)=8p(1) = -8. Substituting x=1x = 1 into our expanded form gives 13+(1r)(1)2(r+6)(1)+6r=81+1rr6+6r=84r4=84r=4r=11^3 + (1 - r)(1)^2 - (r + 6)(1) + 6r = -8 \Rightarrow 1 + 1 - r - r - 6 + 6r = -8 \Rightarrow 4r - 4 = -8 \Rightarrow 4r = -4 \Rightarrow r = -1. Thus, d=6(1)=6d = 6(-1) = -6.
Estimated Time:2m 0s
Question 18Question

A polynomial function P(x)P(x) of degree 4 with real coefficients is symmetric about the line x=2x = 2 in the xyxy-plane. If P(x)P(x) is divisible by x24x+3x^2 - 4x + 3, the remainder when P(x)P(x) is divided by x4x - 4 is 3636, and P(2)=8P(2) = -8, what is the value of P(5)P(5)?

Show answer & explanation

Answer: 136

Answer

The value of P(5)P(5) is 136.
The correct answer of 136 is found by representing the symmetric fourth-degree polynomial as P(x)=a(x2)4+b(x2)2+cP(x) = a(x - 2)^4 + b(x - 2)^2 + c, solving for the coefficients using the roots at x=3x=3, the point (2,8)(2, -8), and the remainder point (4,36)(4, 36), and then evaluating the resulting expression (x2)4+7(x2)28(x-2)^4 + 7(x-2)^2 - 8 at x=5x=5.

Step-by-Step Solution

1
Express the fourth-degree polynomial in a form that reflects its symmetry.
P(x)=a(x2)4+b(x2)2+cP(x) = a(x - 2)^4 + b(x - 2)^2 + c
Since the graph of P(x)P(x) is symmetric about the line x=2x = 2, the polynomial expression in terms of (x2)(x - 2) must contain only even powers.
2
Use the divisibility condition to establish an equation for the coefficients.
P(3)=a(32)4+b(32)2+c=a+b+c=0P(3) = a(3-2)^4 + b(3-2)^2 + c = a + b + c = 0
The divisor x24x+3x^2 - 4x + 3 factors into (x1)(x3)(x-1)(x-3). By the Factor Theorem, P(3)=0P(3) = 0 and P(1)=0P(1) = 0.
3
Use the given value P(2)=8P(2) = -8 to find the constant term cc.
c=8c = -8
Substituting x=2x = 2 into P(x)=a(x2)4+b(x2)2+cP(x) = a(x - 2)^4 + b(x - 2)^2 + c makes the terms with (x2)(x-2) equal to zero, leaving P(2)=cP(2) = c.
4
Formulate a system of linear equations for aa and bb.
a+b=8a + b = 8 and 4a+b=114a + b = 11
Substituting c=8c = -8 into a+b+c=0a + b + c = 0 gives a+b=8a + b = 8. By the Remainder Theorem, P(4)=36P(4) = 36, which gives a(42)4+b(42)28=36    16a+4b=44    4a+b=11a(4-2)^4 + b(4-2)^2 - 8 = 36 \implies 16a + 4b = 44 \implies 4a + b = 11.
5
Solve the system of equations for aa and bb.
a=1a = 1 and b=7b = 7
Subtracting a+b=8a + b = 8 from 4a+b=114a + b = 11 yields 3a=3    a=13a = 3 \implies a = 1, which then gives b=7b = 7.
6
Evaluate the polynomial at x=5x = 5.
P(5)=136P(5) = 136
Substitute a=1a = 1, b=7b = 7, c=8c = -8, and x=5x = 5 into the symmetric polynomial form: P(5)=(52)4+7(52)28=34+7(32)8=81+638=136P(5) = (5-2)^4 + 7(5-2)^2 - 8 = 3^4 + 7(3^2) - 8 = 81 + 63 - 8 = 136.

Key Concept

Polynomial Factors and Graphs
Question 19Question

The function ff is defined by f(x)=x33x210x+kf(x) = x^3 - 3x^2 - 10x + k, where kk is a constant. In the xyxy-plane, the graph of y=f(x)y = f(x) has xx-intercepts at (c,0)(c, 0) and (2c,0)(2c, 0), where cc is a positive constant. What is the value of kk?

Show answer & explanation

Answer: 24

Answer

24
By applying the factor theorem to the two xx-intercepts (c,0)(c,0) and (2c,0)(2c,0), we establish the system c33c210c+k=0c^3 - 3c^2 - 10c + k = 0 and 8c312c220c+k=08c^3 - 12c^2 - 20c + k = 0. Subtracting these equations yields 7c39c210c=07c^3 - 9c^2 - 10c = 0. Since c>0c > 0, dividing by cc gives 7c29c10=07c^2 - 9c - 10 = 0, which factors as (7c+5)(c2)=0(7c+5)(c-2)=0, yielding the positive solution c=2c=2. Substituting c=2c=2 back into the first equation gives 81220+k=08 - 12 - 20 + k = 0, which solves to k=24k = 24.

Step-by-Step Solution

1
Set up equations for the roots cc and 2c2c using the factor theorem.
f(c)=c33c210c+k=0f(c) = c^3 - 3c^2 - 10c + k = 0 and f(2c)=8c312c220c+k=0f(2c) = 8c^3 - 12c^2 - 20c + k = 0
An xx-intercept at (r,0)(r, 0) means that rr is a root of the polynomial, so f(r)=0f(r) = 0.
2
Subtract the first equation from the second to eliminate the constant kk.
7c39c210c=07c^3 - 9c^2 - 10c = 0
Eliminating kk allows us to solve for the root cc directly.
3
Solve the polynomial equation for the positive constant cc.
c=2c = 2
Dividing the equation by cc (since c>0c > 0) yields 7c29c10=07c^2 - 9c - 10 = 0, which factors as (7c+5)(c2)=0(7c+5)(c-2) = 0. Since cc must be positive, c=2c = 2.
4
Substitute c=2c = 2 back into the equation for f(c)=0f(c) = 0 to solve for kk.
k=24k = 24
Substituting the known root value allows us to find the value of the constant coefficient kk.

Key Concept

The relationship between a polynomial's algebraic factors, its roots, and its xx-intercepts in the coordinate plane.
Estimated Time:2m 0s
Question 20Question

In the xyxy-plane, the graph of the cubic function f(x)=x37x2+kx12f(x) = x^3 - 7x^2 + kx - 12, where kk is a constant, is tangent to the xx-axis at one point and intersects the xx-axis at another point. If all roots of f(x)f(x) are real numbers, which of the following could be the value of kk?

Show answer & explanation

Answer: 16

Answer

16
The correct answer is the value that makes the cubic function have a double root at 22 and a single root at 33. Setting f(x)=(x2)2(x3)f(x) = (x - 2)^2(x - 3) and expanding it yields x37x2+16x12x^3 - 7x^2 + 16x - 12. Comparing this to f(x)=x37x2+kx12f(x) = x^3 - 7x^2 + kx - 12 shows that k=16k = 16.

Step-by-Step Solution

1
Express the cubic function in factored form based on its roots.
f(x)=(xr1)2(xr2)f(x) = (x - r_1)^2(x - r_2)
Since the graph is tangent to the xx-axis at one point and intersects it at another, it has one real root of multiplicity 2 (let it be r1r_1) and one real root of multiplicity 1 (let it be r2r_2).
2
Expand the factored form to obtain coefficients in terms of r1r_1 and r2r_2.
f(x)=x3(2r1+r2)x2+(r12+2r1r2)xr12r2f(x) = x^3 - (2r_1 + r_2)x^2 + (r_1^2 + 2r_1 r_2)x - r_1^2 r_2
Comparing this expansion to the given expression f(x)=x37x2+kx12f(x) = x^3 - 7x^2 + kx - 12 allows us to set up a system of equations.
3
Set up and solve the system of equations for r1r_1 and r2r_2.
2r1+r2=72r_1 + r_2 = 7, r12r2=12r_1^2 r_2 = 12, and k=r12+2r1r2k = r_1^2 + 2r_1 r_2. Substituting r2=72r1r_2 = 7 - 2r_1 into the second equation gives 2r137r12+12=02r_1^3 - 7r_1^2 + 12 = 0. Testing integer root candidates shows r1=2r_1 = 2 is a solution, which yields r2=3r_2 = 3.
This determines the values of the roots r1r_1 and r2r_2.
4
Calculate the value of kk using the values of the roots.
k=22+2(2)(3)=16k = 2^2 + 2(2)(3) = 16
Substituting r1=2r_1 = 2 and r2=3r_2 = 3 into the expression for kk gives the target coefficient.

Key Concept

Analyzing the relationship between a polynomial's algebraic factors, roots, and its graphical features such as tangency and intercepts.
Page 1 / 3Next
Polynomial Factors and Graphs Practice Questions — SAT | Examkin