Concept:Use logarithmic differentiation to differentiate a product raised to a power.Explanation:Given y=[(x+1)(2x+1)(3x+1)…(nx+1)]2, take natural log on both sides.logy=2[log(x+1)+log(2x+1)+log(3x+1)+…+log(nx+1)]Differentiate both sides with respect to x:y1dxdy=2(x+11+2x+12+3x+13+…+nx+1n)So, dxdy=2y(x+11+2x+12+…+nx+1n)At x=0, each factor inside the product is 1, hence y=1.Substitute x=0:(dxdy)x=0=2(1)(1+2+3+…+n)=2×2n(n+1)=n(n+1)Answer:n(n+1), which is option B.