Question

Difficulty: Very hardCoordinate Geometry and Lines

In the xyxy-plane, line 1\ell_1 passes through the points (2,k)(2, k) and (k,14)(k, 14), where kk is a constant. Line 2\ell_2 passes through the point (k,14)(k, 14) and has a yy-intercept at (0,22)(0, 22). If line 1\ell_1 is perpendicular to line 2\ell_2, what is the sum of all possible values of kk?

  1. A
    -22
  2. B
    -14
  3. -6Answer
  4. D
    6
  5. E
    8

Answer

The sum of all possible values of kk is -6.
The correct answer is -6 because the slope of line 1\ell_1 is m1=14kk2m_1 = \frac{14-k}{k-2} and the slope of line 2\ell_2 is m2=8km_2 = -\frac{8}{k}. Since the lines are perpendicular, their slopes multiply to 1-1, yielding 8(14k)k(k2)=1\frac{8(14-k)}{k(k-2)} = 1. Solving the resulting quadratic equation k2+6k112=0k^2 + 6k - 112 = 0 yields k=8k = 8 and k=14k = -14. The sum of these values is 8+(14)=68 + (-14) = -6.

Step-by-Step Solution

1
Calculate the slope of line 1\ell_1 in terms of kk.
m1=14kk2m_1 = \frac{14 - k}{k - 2} for k2k \neq 2.
The slope of a line passing through (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by y2y1x2x1\frac{y_2 - y_1}{x_2 - x_1}.
2
Calculate the slope of line 2\ell_2 using (k,14)(k, 14) and the yy-intercept (0,22)(0, 22).
m2=1422k0=8km_2 = \frac{14 - 22}{k - 0} = -\frac{8}{k} for k0k \neq 0.
The yy-intercept (0,22)(0, 22) provides a second point on line 2\ell_2 to find its slope.
3
Set up the perpendicularity condition m1m2=1m_1 \cdot m_2 = -1.
\left(\frac{14 - k}{k - 2}\right)\left(-\frac{8}{k}\right) = -1 \implies \frac{8(14 - k)}{k(k - 2)} = 1$.
Two non-vertical lines are perpendicular if and only if the product of their slopes equals 1-1.
4
Expand and rearrange the equation into standard quadratic form.
112 - 8k = k^2 - 2k \implies k^2 + 6k - 112 = 0.
Multiplying both sides by k(k2)k(k - 2) clears the denominator to form a quadratic equation.
5
Factor the quadratic equation to find all possible values of kk.
(k + 14)(k - 8) = 0 \implies k = -14 \text{ or } k = 8.
The quadratic expression factors neatly, giving two valid non-zero values for kk.
6
Calculate the sum of all possible values of kk.
(-14) + 8 = -6.
Summing the two solutions gives the required final numerical value.

Key Concept

Perpendicular Slopes and Quadratic Line Equations
Estimated Time:2m 30s
Rate this question