Answer:
y = 8
Explanation:
Line1 with points (4, 1) and (0, 0):
slope = (y₂ - y₁) / (x₂ - x₁)
= (0 - 1) / (0 - 4)
= 1/4
Perpendicular line is opposite inverse so original slope 1/4 becomes -4/1 or simply -4.
Line2 with points (1, 0) and (-1, y):
slope = (y₂ - y₁) / (x₂ - x₁)
= (y - 0) / (-1 - 1)
= y / -2
y must equal to 8 for the slope to be -4 as stated above.