Concept:We simplify the integrand using polynomial division and then cancel common factors before integrating term by term.Explanation:The given integral is I=∫x2+3xx3−7x+6dx.First, divide x3−7x+6 by x2+3x because the degree of the numerator is higher.The division gives a quotient x−3 and remainder 2x+6.So, x2+3xx3−7x+6=x−3+x2+3x2x+6.Now factor the denominator: x2+3x=x(x+3).Also, 2x+6=2(x+3).Thus, x2+3x2x+6=x(x+3)2(x+3)=x2, for x=−3,0.So the integral becomes I=∫(x−3+x2)dx.Integrating each term, we get ∫xdx=2x2, ∫(−3)dx=−3x, and ∫x2dx=2ln∣x∣.Therefore, I=2x2−3x+2ln∣x∣+c, where c is the constant of integration.Answer:2x2−3x+2ln∣x∣+cHence, the correct option is C.