Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

go topic: finding the roots and factors of a polynomial use the given r…

Question

go
topic: finding the roots and factors of a polynomial
use the given root to find the remaining roots. then write the function in factored form.
14.
$f(x) = x^3 - x^2 - 17x - 15$
$x = -1$
15.
$f(x) = x^3 - 3x^2 - 61x + 63$
$x = 1$
16.
$f(x) = 6x^3 - 18x^2 - 60x$
$x = 0$
17.
$f(x) = x^3 - 14x^2 + 57x - 72$
$x = 8$

  1. a relationship exists between the roots of a function and the constant term of the function. look back at the roots and the constant term in each problem. make a statement about anything you notice.

Explanation:

Response
Problem 14:

Step1: Divide by (x + 1)

Since \( x = -1 \) is a root, \( (x + 1) \) is a factor. Use polynomial long division or synthetic division. Let's use synthetic division:
\[

$$\begin{array}{r|rrrr} -1 & 1 & -1 & -17 & -15 \\ & & -1 & 2 & 15 \\ \hline & 1 & -2 & -15 & 0 \\ \end{array}$$

\]
The quotient is \( x^2 - 2x - 15 \).

Step2: Factor the quadratic

Factor \( x^2 - 2x - 15 \): \( x^2 - 2x - 15 = (x - 5)(x + 3) \).

Step3: Find roots and factored form

Roots are \( x = -1, 5, -3 \). Factored form: \( f(x) = (x + 1)(x - 5)(x + 3) \).

Step1: Divide by (x - 1)

Since \( x = 1 \) is a root, \( (x - 1) \) is a factor. Synthetic division:
\[

$$\begin{array}{r|rrrr} 1 & 1 & -3 & -61 & 63 \\ & & 1 & -2 & -63 \\ \hline & 1 & -2 & -63 & 0 \\ \end{array}$$

\]
Quotient: \( x^2 - 2x - 63 \).

Step2: Factor the quadratic

Factor \( x^2 - 2x - 63 \): \( x^2 - 2x - 63 = (x - 9)(x + 7) \).

Step3: Find roots and factored form

Roots: \( 1, 9, -7 \). Factored form: \( f(x) = (x - 1)(x - 9)(x + 7) \).

Step1: Factor out x

Given \( x = 0 \) is a root, factor out \( x \): \( f(x) = x(6x^2 - 18x - 60) \).

Step2: Simplify the quadratic

Divide quadratic by 6: \( 6x^2 - 18x - 60 = 6(x^2 - 3x - 10) \).

Step3: Factor the quadratic

Factor \( x^2 - 3x - 10 \): \( x^2 - 3x - 10 = (x - 5)(x + 2) \).

Step4: Find roots and factored form

Roots: \( x = 0, 5, -2 \). Factored form: \( f(x) = 6x(x - 5)(x + 2) \).

Answer:

Remaining roots: \( 5, -3 \); Factored form: \( f(x) = (x + 1)(x - 5)(x + 3) \)

Problem 15: