
Chris C. answered 10/09/20
College Engineering Student
To find the intercepts, we will first factor out f(n)
f(n) = 2n4 - 26n3 + 84n2
f(n) = 2n2(n2 - 13n + 42)
f(n) = 2n2(n-6)(n-7)
Looking at our factored form of f(n), we can determine that the n-intercepts are 0, 6, and 7 because f(n) = 0 when n = 0, 6, 7
We can also determine that the f-intercept is 0 because when n = 0, f(n) = 0