Step 1: Understanding the Question:
We need to find the x-intercept of a straight line that passes through two given coordinate points.
Step 2: Key Formula or Approach:
First, find the slope ($m$) of the line using $m = \frac{y_2 - y_1}{x_2 - x_1}$.
Then, use the point-slope form $y - y_1 = m(x - x_1)$ to find the linear equation.
Finally, substitute $y = 0$ to find the x-intercept.
Step 3: Detailed Explanation:
Given points: $(x_1, y_1) = \left(-\frac{1}{2}, 1\right)$ and $(x_2, y_2) = (1, 2)$.
Calculate the slope $m$:
$$m = \frac{2 - 1}{1 - \left(-\frac{1}{2}\right)} = \frac{1}{\frac{3}{2}} = \frac{2}{3}$$
Use the point-slope equation with the point $(1, 2)$:
$$y - 2 = \frac{2}{3}(x - 1)$$
Multiply by 3 to clear the fraction:
$$3y - 6 = 2x - 2 \implies 2x - 3y + 4 = 0$$
To find the x-intercept, set $y = 0$:
$$2x - 3(0) + 4 = 0 \implies 2x = -4 \implies x = -2$$
Step 4: Final Answer:
The x-intercept is $-2$, matching option (B).