Concept:The absolute value function splits the integral at points where the expression inside changes sign.We find the roots of x2−x−2 to determine where it is positive or negative.Explanation:Step 1: Factor the quadratic: x2−x−2=(x−2)(x+1). Roots at x=−1 and x=2.Step 2: On the interval [1,3], the sign changes at x=2. For 1≤x<2, the expression is negative, so ∣x2−x−2∣=−(x2−x−2). For 2≤x≤3, it is positive, so ∣x2−x−2∣=x2−x−2.Step 3: Write the integral as sum of two parts:∫13f(x)dx=∫12[−(x2−x−2)]dx+∫23(x2−x−2)dx.Step 4: Compute the antiderivative F(x)=3x3−2x2−2x.First part: ∫12−(x2−x−2)dx=−[F(2)−F(1)].F(2)=38−2−4=38−6=−310.F(1)=31−21−2=62−3−12=−613.So −(−310+613)=−(−620+613)=−(−67)=67.Step 5: Second part: ∫23(x2−x−2)dx=F(3)−F(2).F(3)=327−29−6=9−4.5−6=−1.5=−23.F(3)−F(2)=−23−(−310)=−23+310=6−9+20=611.Step 6: Total integral = 67+611=618=3.Answer:3 (Option B)