Concept:Continuity at x=0 requires left-hand limit = right-hand limit = f(0).Differentiability requires left-hand derivative = right-hand derivative.Explanation:Given f(x)=x(x−x+1).Check continuity at x=0:Left-hand limit: limx→0−x(x−x+1)=0 (since x→0).Right-hand limit: limx→0+x(x−x+1)=0.f(0)=0(0−1)=0.Thus LHL = RHL = f(0), so f is continuous at x=0.Check differentiability at x=0:Left-hand derivative: limh→0−−hf(−h)−f(0)=limh→0−−h−h(−h−−h+1)=limh→0−(−h−1−h)=0−1=−1.Right-hand derivative: limh→0+hf(h)−f(0)=limh→0+hh(h−h+1)=limh→0+(h−h+1)=0−1=−1.LHD = RHD = −1, so f is differentiable at x=0.Answer:Option B: differentiable at x=0.