
William W. answered 10/13/21
Math and science made easy - learn from a retired engineer
If the LEGS intersect at (2, 8), then the y-axis must be the hypotenuse. That means the first leg is formed by y = 2x + 4 and since the legs always intersect at 90° in a right triangle, the second leg is perpendicular to y = 2x + 4 and goes through the point (2, 8).
The slope of the line y = 2x + 4 is "2" so the line perpendicular to that has a slope of -1/2 (perpendicular lines have slopes that are the negative reciprocals of each other). To find the line that has a slope of -1/2 and goes through (2, 8) you can use the point-slope form of a line:
y - y1 = m(x - x1) where (x1, y1) is (2, 8):
y - 8 = -1/2(x - 2)
y - 8 = -1/2x + 1
y = -1/2x + 9