y = 4x + 1
=============
First calculate the slope using the formula:
where (x₁,y₁) = (-1,-5) and (x₂,y₂) = (1,3).
This gives us a slope of:
- m = (3-(-5))/(1-(-1)) = 8/2 = 4
Next, we can use the point-slope form of a linear equation:
where (x₁,y₁) is one of the given points and m is the slope.
Let's use the point (-1,-5). Substituting the values into the equation, we get:
- y - (-5) = 4(x - (-1))
- y + 5 = 4(x + 1)
Finally, we can write the equation in slope-intercept form:
where m is the slope and b is the y-intercept.
Rearranging the equation, we have:
- y = 4x + (5 - 4)
- y = 4x + 1
Therefore, the equation of the line is y = 4x + 1.