#"We check if (x+1) is a factor of the numerator polynomial."# #"If this would be the case, then -1 would be a root."# #"So we fill in -1 : 2 (-1)³ + 3 (-1)² + 5 (-1) + 7 = 3."# #"We do not get zero so -1 is not a zero or root."# #"Therefore we can conclude that there is no common factor"# #"between the numerator and denominator polynomials."#