Concept:For a function to be continuous at a point, the left-hand limit, right-hand limit, and the function's value at that point must all be equal.Explanation:The given function is f(x)=⎩⎨⎧2x+41,k,(x+21)2,x<0x=0x>0.We need to find k such that f is continuous at x=0.Compute the left-hand limit as x approaches 0 from the left:limx→0−f(x)=limh→0f(0−h)=limh→0[2(−h)+41]=41.Compute the right-hand limit as x approaches 0 from the right:limx→0+f(x)=limh→0f(0+h)=limh→0(h+21)2=(21)2=41.Since both one-sided limits are 41, the overall limit exists and equals 41.For continuity at x=0, we require limx→0f(x)=f(0).Given f(0)=k, we get k=41.Answer:The value of k is 41, which corresponds to option A.