I'll do problem 1 to get you started off.
========================================================
Problem 1, part A
The term "root" is another way of saying "zeros of a function".
The given roots are: 8, -1, -3
If x = k is a root, then x-k is a factor. Based on this rule, we have these factors:
So we would have this expansion
(x-8)(x+1)(x+3)
(x-8)(x^2+4x+3)
x(x^2+4x+3) - 8(x^2+4x+3)
x^3+4x^2+3x - 8x^2-32x-24
x^3 - 4x^2 - 29x - 24
Answer: f(x) = x^3 - 4x^2 - 29x - 24
========================================================
Problem 1, part B
Factor x^2-x-2 to get (x-2)(x+1)
Note that we have (x+1) show up, which was also a factor in f(x). Refer to part A.
What this means is that when dividing f(x) over x^2-x-2, we'll have the pair of (x+1) factors cancel out.
To find the slant asymptote of g(x), we'll need to do synthetic division as shown in the diagram below. Specifically refer to the diagram labeled "problem 1, part B". Polynomial long division is another option, but it's more cumbersome in my opinion.
After doing the synthetic division, we see that x-3 is the quotient and -30 is the remainder. We ignore the remainder and focus on the quotient.
The quotient tells us that the slant asymptote is the straight line y = x-3
========================================================
Problem 1, part C
The discontinuities of g(x) will occur whenever the denominator x^2-x-2 is equal to zero.
x^2-x-2 = 0
(x-2)(x+1) = 0
x-2 = 0 or x+1 = 0
x = 2 or x = -1
Because the (x+1) factors canceled, this means that x = -1 is a removable discontinuity. It's a single point removed or an open hole at this location on the curve. Refer to the diagram labeled "problem 1, part C" below.
In that same diagram, we have a vertical asymptote at x = 2 because the factor (x-2) in the denominator does not cancel out. This is an infinite discontinuity due to the fact that the curve is approaching plus or minus infinity whether we approach the vertical asymptote from the left or right sides respectively.
Take note that the slant asymptote, aka oblique asymptote, is graphed as well. It's what the curve approaches as x goes off to infinity. The presence of an oblique asymptote means we don't have a horizontal asymptote.