Concept:
A piecewise function defines different mathematical expressions based on the input value $x$. To evaluate $f(c)$, you must first determine which domain interval the constant $c$ falls into, and then substitute $c$ into the corresponding expression.
Step 1: Identify the input value.
We are asked to evaluate the function at $x = -1$.
Step 2: Determine the correct domain interval.
Look at the three given conditions for $x$:
1. $x < -2$
2. $-2 \le x \le 1$
3. $x > 1$
Since $-1$ is greater than $-2$ and less than $1$, it falls perfectly into the second interval ($-2 \le x \le 1$).
Step 3: Select the corresponding function expression.
The expression tied to the second interval is:
$$f(x) = x^2 - 2x$$
Step 4: Substitute the input value into the expression.
Replace every instance of $x$ with $-1$:
$$f(-1) = (-1)^2 - 2(-1)$$
Step 5: Calculate the final numerical result.
Perform the arithmetic:
$$f(-1) = 1 - (-2)$$
$$f(-1) = 1 + 2 = 3$$
Hence the correct answer is (B) 3.