For any triangle, the third side must be greater than difference of two sides and less than the sum.
Let the third side be x.
for 2, 4 x > 2, x < 6. 8 does not fit in, so 2,4, 8 can't form triangle
for 3, 5 x > 2, x < 8. 7 does fit in, so 3,5, 7 can form a <span>triangle. </span> Testing the others in the same, doesn't form the sides of a triangle.
So only set B 3,5,7 could be the side lengths of a triangle.
We can plug in the values of this point to find b -4 = 17 (3) +b We will multiply 17 times 3 -4 = 51 + b We then subtract by 51 on both sides -55 = b So the full equation will be y = 17x - 55