the slope of the line passing through points $(x_1,y_1)$ and $(x_2,y_2)$ is found using the formula…

the slope of the line passing through points $(x_1,y_1)$ and $(x_2,y_2)$ is found using the formula $\\frac{y_2 - y_1}{x_2 - x_1}$. the line passing through the points $(1,2)$ and $(x,5)$ is perpendicular to a line that has a slope of $\\frac{1}{3}$. what is the value of $x$? a 10 b -2 c -4 d 0

the slope of the line passing through points $(x_1,y_1)$ and $(x_2,y_2)$ is found using the formula $\\frac{y_2 - y_1}{x_2 - x_1}$. the line passing through the points $(1,2)$ and $(x,5)$ is perpendicular to a line that has a slope of $\\frac{1}{3}$. what is the value of $x$? a 10 b -2 c -4 d 0

Answer

Answer:

B. -2

Explanation:

Step1: Find slope of line through given points

Let $(x_1,y_1)=(1,2)$ and $(x_2,y_2)=(x,5)$. The slope $m_1$ of the line passing through these points is $m_1=\frac{y_2 - y_1}{x_2 - x_1}=\frac{5 - 2}{x - 1}=\frac{3}{x - 1}$.

Step2: Use perpendicular - slope relationship

If two lines are perpendicular, the product of their slopes is - 1. Given the slope of the other line $m_2=\frac{1}{3}$, then $m_1\times m_2=-1$. Substitute $m_1$ and $m_2$ into the equation: $\frac{3}{x - 1}\times\frac{1}{3}=-1$.

Step3: Solve the equation for x

Simplify the left - hand side of the equation: $\frac{1}{x - 1}=-1$. Cross - multiply to get $1=-(x - 1)$. Expand the right side: $1=-x + 1$. Subtract 1 from both sides: $0=-x$. So, $x=-2$.