Question 104344
If (x,y) is a point on the line l of slope -2 and y intercept 2, y = -2x + 2. (So, for example, if (23,y) is a point on l, y= -2(23)+2 = -44.)
:
Assume you understand what they are saying here:
:
:
k is the line that is perpendicular to l and contains the point (18,13). If (x,y) is a point on k, express y in terms of x.
:
Perpendicular lines have slope relationship that can be expressed:
m1 * m2 = -1
Assume m1 = -2 (line l slope), and find m2 (k line slope which is perpendicular)
-2*m2 = -1
:
m2 = {{{(-1)/(-2)}}}
:m2 = +{{{1/2}}} is the slope of k line
:
We know the slope of k so find the y intercept (b), by using x,y of 18,13
Using the slope intercept form 
y = mx + b
13 = {{{1/2}}}18 + b
13 = 9 + b
13 - 9 = b
b = +4
Our k equation is:
y = {{{1/2}}}x + 4
:
Confirm this, substitute 18 for x and see that y = 13
y = {{{1/2}}}(18) = 4
y = 9 + 4
y = 13
:
If you graphed these two lines, it would look like this:
{{{ graph( 400, 400, -20, 20, -20, 20, -2x+2, .5x+4) }}}
purple line is l, y intercept at +2
green line is k, y intercept at +4
:
Did this help you understand this stuff somewhat?