Concept:The integral is solved by rewriting the expression and using a substitution to simplify the square root.Explanation:First, factor the integrand: ∫(4x+6)4x2+8x+33dx=∫2(2x+3)(2x+2)2−13dx.Let 2x+3=t1. Then 2dx=−t21dt, so dx=−2t21dt. Also 2x+2=t1−1=t1−t.Substitute: I(x)=∫2(t1)(t1−t)2−13(−2t21dt)=∫4tt21−2t+t2−t2−3dt=∫41−2t−3dt.Now integrate: I(x)=−43∫(1−2t)−1/2dt=−43[(1/2)(−2)(1−2t)1/2]+C=431−2t+C.Substitute back t=2x+31: I(x)=431−2x+32+C=432x+32x+1+C.Use I(0)=43+20: 4331+C=43+20⇒43+C=43+20⇒C=20.Thus I(x)=432x+32x+1+20.Find I(21): I(21)=432(1/2)+32(1/2)+1+20=4342+20=832+20.Compare with ba2+c: a=3, b=8, c=20.Then a+b+c=3+8+20=31.Answer:31, which corresponds to option D.