Arturo O. answered 01/23/20
Experienced Physics Teacher for Physics Tutoring
You need to group things properly with parentheses. I assume you meant to say
f(x) = (x2 + 10x - 119) / (x2 - 9x + 14)
x2 + 10x - 119 = (x + 17)(x - 7)
x2 - 9x + 14 = (x - 2)(x - 7)
f(x) = (x + 17)(x - 7) / [(x - 2)(x - 7)] = (x + 17) / (x - 2), if x - 7 ≠ 0