Concept:The absolute value function splits at the point where the expression inside becomes zero.For ∣x−5∣, the split point is x=5.The integral over [2,8] is broken into two parts: [2,5] and [5,8].Explanation:First, rewrite ∣x−5∣ piecewise:∣x−5∣={−(x−5),x−5,2≤x<55≤x≤8.Thus the integral becomes:∫28∣x−5∣dx=∫25−(x−5)dx+∫58(x−5)dx.Simplify the first integrand: −(x−5)=5−x.So ∫25(5−x)dx+∫58(x−5)dx.Evaluate each integral using basic antiderivatives:∫(5−x)dx=5x−2x2.∫(x−5)dx=2x2−5x.Apply limits:First part: [5x−2x2]25=(25−225)−(10−2)=225−8.Second part: [2x2−5x]58=(32−40)−(225−25)=−8+225.Add the two results: (225−8)+(−8+225)=225+225−16=25−16=9.Answer:9 (Option D).