Concept:The absolute value makes the integrand positive. The sign of lnx changes at x=1, so the integral must be split at that point.Explanation:For x between e−1 and 1, lnx<0, so xlnx=−xlnx.For x between 1 and e2, lnx>0, so xlnx=xlnx.Hence, split the integral:∫e−1e2xlnxdx=∫e−11−xlnxdx+∫1e2xlnxdx.Use substitution t=lnx, so xdx=dt.Limits: x=e−1→t=−1; x=1→t=0; x=e2→t=2.The integral becomes:∫−10−tdt+∫02tdt=[−2t2]−10+[2t2]02.Evaluate: first part = 0−(−21)=21; second part = 2−0=2.Sum = 21+2=25.Answer:25 (Option B).