Concept:For a piecewise function, use the branch that applies near the given x-value.Explanation:For x→1, we have x<2, so use f(x)=x+1.limx→1f(x)=limx→1(x+1)=1+1=2.For x→2, check both sides.Left-hand limit: for x<2, f(x)=x+1, so limx→2−f(x)=2+1=3.Right-hand limit: for x≥2, f(x)=x2−1, so limx→2+f(x)=22−1=4−1=3.Both limits are equal, hence limx→2f(x)=3.Therefore, limx→1f(x)+limx→2f(x)=2+3=5.Answer:5, which is Option B.