I have two questions if someone can PLEASE help.


1.solve the equation in the real number system. x^4+11x^3+24x^2-23x+35=0
**Please show work**

2.Use the remainder theorem to find the remainder. When f(x)is divided by x-3. Then use the factor theorem to determine whether x-3 is a factor of f(x)
f(x)=2x^4-8x^3+14x+12

the remainder is ?
is x-3 a factor of f(x)=2x^4-8x^3+14x+12
**please show work here as well. Thanks**

1.

you know that any rational roots will be factors of 35

a little synthetic division shows that
f(x) = (x+5)(x+7)(x^2-x+1)
the quadratic has no real roots

2.
the remainder is f(3). Naturally, if the remainder is zero, (x-3) is a factor.
f(3) = 2*81-8*27+14*3+12=0

Sure! I can help you with solving both of these questions.

1. To solve the equation x^4 + 11x^3 + 24x^2 - 23x + 35 = 0, we can use the Rational Root Theorem to find any possible rational roots. The Rational Root Theorem states that if there is a rational root of the form p/q, where p is a factor of the constant term (35) and q is a factor of the leading coefficient (1), then it will be a solution to the equation.

The factors of 35 are ±1, ±5, ±7, ±35, and the factors of 1 are ±1. Therefore, the possible rational roots are ±1, ±5, ±7, ±35.

We can test each of these roots by substituting them into the equation to see if they satisfy it. By doing this, we find that x = -1 is a root of the equation.

To find the remaining roots, we can use synthetic division or factoring to divide the equation by (x + 1), since we have found that -1 is a root. Performing synthetic division gives us:

(x + 1) | 1 11 24 -23 35
| -1 -10 -14 37
|-------------------------------
1 10 14 -37 72

The resulting quotient is x^3 + 10x^2 + 14x - 37. Now we can repeat the process of finding rational roots for this cubic equation, and continue until we have found all the roots.

2. To use the remainder theorem to find the remainder when f(x) = 2x^4 - 8x^3 + 14x + 12 is divided by x - 3, we substitute x = 3 into f(x) and evaluate the expression. This will give us the remainder.

f(3) = 2(3)^4 - 8(3)^3 + 14(3) + 12
= 2(81) - 8(27) + 42 + 12
= 162 - 216 + 42 + 12
= 162 - 216 + 54
= 0

Therefore, the remainder when f(x) is divided by x - 3 is 0.

To determine whether x - 3 is a factor of f(x) = 2x^4 - 8x^3 + 14x + 12, we check if the remainder is zero. Since the remainder is indeed zero, we can conclude that x - 3 is a factor of f(x).

I hope this helps! Let me know if you have any further questions.