Concept:A function g(x) is continuous at x=a if the left-hand limit, right-hand limit, and the function value at x=a are all equal.Explanation:The given piecewise function is:g(x)=⎩⎨⎧−x,0,2x−4,−3≤x≤00<x≤22<x≤3Check continuity at x=0:g(0)=−0=0Left-hand limit: limh→0g(0−h)=limh→0g(−h)=limh→0−(−h)=limh→0h=0Right-hand limit: limh→0g(0+h)=limh→0g(h)=limh→00=0Since LHL = RHL = g(0), g(x) is continuous at x=0.Check continuity at x=2:g(2)=2(2)−4=4−4=0Left-hand limit: limh→0g(2−h)=limh→0[2(2−h)−4]=limh→0(4−2h−4)=limh→0(−2h)=0Right-hand limit: limh→0g(2+h)=limh→0[2(2+h)−4]=limh→0(4+2h−4)=limh→0(2h)=0Since LHL = RHL = g(2), g(x) is continuous at x=2.Check continuity at x=−1:g(−1)=−(−1)=1Left-hand limit: limh→0g(−1−h)=limh→0−(−1−h)=limh→0(1+h)=1Right-hand limit: limh→0g(−1+h)=limh→0−(−1+h)=limh→0(1−h)=1Since LHL = RHL = g(−1), g(x) is continuous at x=−1.Thus, all three statements (1, 2, and 3) are correct.Answer:All three statements are correct. The correct code is D.