Concept:Use integration by parts, treating logx as the first function and x21 as the second function.Explanation:Let I=∫x2logxdx.Choose u=logx and dv=x21dx.Then du=x1dx and v=∫x−2dx=−x1.Using integration by parts: ∫udv=uv−∫vdu,I=(logx)(−x1)−∫(−x1)(x1)dx=−xlogx+∫x21dx=−xlogx+(−x1)+c=−x1(logx+1)+c.Answer:The integral evaluates to −x1(logx+1)+c, which matches option B.