Question 444622
I assume you mean there is a line with slope = 3 that goes through the point (6,2).
y = 3x + b
.
But what is b?
.
Well, we're told the point (6,2) is on the line.
.
2 = 3(6) + b
2 = 18 + b
So, b = -16
.
y = 3x - 16
.
{{{graph(500,500,-20,20,-20,20,3*x-16)}}}