Concept:A function is continuous at a point if left-hand limit, right-hand limit and the value of the function at that point are all equal.Explanation:Rewrite the function by removing the absolute value.Since ∣x−x2∣=x−x2 when x−x2≥0, i.e. for 0≤x≤1,f(x)=2x−(x−x2)=x+x2.For x−x2<0, i.e. for x<0 or x>1,f(x)=2x−(x2−x)=3x−x2.Check continuity at x=1:LHL =limx→1−f(x)=limx→1(x+x2)=2.RHL =limx→1+f(x)=limx→1(3x−x2)=2.Also, f(1)=1+12=2.Since LHL = RHL = f(1), the function is continuous at x=1.Check continuity at x=0:LHL =limx→0−f(x)=limx→0(3x−x2)=0.RHL =limx→0+f(x)=limx→0(x+x2)=0.Also, f(0)=0.Hence, the function is continuous at x=0 as well.Answer:The function is continuous at x=1, so option A is correct.