20.) How do I find the zeros of the function algebraically?

ex1) f(x)= x^3 -4x^2 -9x +36

ex3) f(x)= 3 +(5/x)

ex7) f(x) = (2x^2-9)/ (3-x)

I figured out 1. How do I do ex 3 & 7

I figured out 3 already and got x=-5/3

1.) -3, 3, 4

ok I'm actually stuck on ex.7

To find the zeros of a function algebraically, follow these steps:

1) Set the function equal to zero: f(x) = 0.

2) Simplify the equation as much as possible.

3) Use factoring, the quadratic formula, or other algebraic techniques to solve for x.

Let's apply these steps to the examples you provided:

EXAMPLE 1:
f(x) = x^3 - 4x^2 - 9x + 36

1) Set the function equal to zero: x^3 - 4x^2 - 9x + 36 = 0.

2) We can try factoring by grouping, but it doesn't work in this case. So, we'll use a different technique.

3) One option is to use a numerical method like synthetic division or the Newton-Raphson method. Alternatively, we can use a graphing calculator or software to find the approximate zeros. Considering that both of these methods involve more advanced techniques, we'll use a graphing calculator to approximate the zeros, which are approximately -1.91, 1.45, and 4.46.

EXAMPLE 3:
f(x) = 3 + (5/x)

1) Set the function equal to zero: 3 + (5/x) = 0.

2) Rearrange the equation to isolate x: 5/x = -3.

3) Multiply both sides of the equation by x to eliminate the fraction: 5 = -3x.

4) Divide both sides of the equation by -3: x = -5/3.

Thus, the zero of the function f(x) = 3 + (5/x) is x = -5/3.

EXAMPLE 7:
f(x) = (2x^2 - 9)/(3 - x)

1) Set the function equal to zero: (2x^2 - 9)/(3 - x) = 0.

2) Multiply both sides of the equation by (3 - x) to eliminate the fraction: 2x^2 - 9 = 0.

3) Solve the quadratic equation by factoring, completing the square, or using the quadratic formula: (2x - 3)(x + 3) = 0.

4) Set each factor equal to zero: 2x - 3 = 0 or x + 3 = 0.

5) Solve each equation independently:
- For 2x - 3 = 0, add 3 to both sides and divide by 2: x = 3/2.
- For x + 3 = 0, subtract 3 from both sides: x = -3.

Thus, the zeros of the function f(x) = (2x^2 - 9)/(3 - x) are x = 3/2 and x = -3.