Concept:For a function to be differentiable at a point, its left-hand derivative and right-hand derivative must be equal.Explanation:First, define the given function f(x) piecewise:f(x)={−2,x−2,−3≤x≤00<x≤3Now, f(∣x∣) is formed by replacing x with ∣x∣, which for x≤0 becomes −x:f(∣x∣)={−x−2,x−2,−3≤x≤00<x≤3Next, ∣f(x)∣ is obtained by taking the absolute value:∣f(x)∣=⎩⎨⎧2,2−x,x−2,−3≤x≤00<x≤22<x≤3Since g(x)=f(∣x∣)+∣f(x)∣, add the two piecewise functions:g(x)=⎩⎨⎧(−x−2)+2=−x,(x−2)+(2−x)=0,(x−2)+(x−2)=2x−4,−3≤x≤00<x≤22<x≤3Check differentiability at x=0:Left-hand derivative: limh→0hg(0+h)−g(0)=limh→0h0−0=0Right-hand derivative: limh→0hg(0)−g(0−h)=limh→0h0−[−(−h)]=limh→0h−h=−1Since 0=−1, g is not differentiable at x=0. Statement 1 is false.Check at x=2:Left-hand derivative: limh→0hg(2+h)−g(2)=limh→0h[2(2+h)−4]−0=limh→0h2h=2Right-hand derivative: limh→0hg(2)−g(2−h)=limh→0h0−0=0Since 2=0, g is not differentiable at x=2. Statement 2 is false.Answer:Both statements 1 and 2 are false. The correct option is D. Neither 1 nor 2.