Answer:
y=4x-3
Step-by-step explanation:
Hi there!
We are given the points (1,1) and (-2, -11) and we want to write the equation of the line in slop-intercept form
Slope-intercept form is given as y=mx+b, where m is the slope and b is the y intercept
So let's find the slope of the line
The formula for the slope calculated from two points is
, where
and
are points
We have everything we need to calculate the slope, let's just label the points to avoid confusion
![x_1=1\\y_1=1\\x_2=-2\\y_2=-11](https://tex.z-dn.net/?f=x_1%3D1%5C%5Cy_1%3D1%5C%5Cx_2%3D-2%5C%5Cy_2%3D-11)
Now substitute those values into the formula
m=![\frac{y_2-y_1}{x_2-x_1}](https://tex.z-dn.net/?f=%5Cfrac%7By_2-y_1%7D%7Bx_2-x_1%7D)
m=![\frac{-11-1}{-2-1}](https://tex.z-dn.net/?f=%5Cfrac%7B-11-1%7D%7B-2-1%7D)
Subtract
m=![\frac{-12}{-3}](https://tex.z-dn.net/?f=%5Cfrac%7B-12%7D%7B-3%7D)
Divide
m=4
So the slope of the line is 4
Here is the equation of the line so far:
y=4x+b
We need to find b
As the equation passes through both (1,1) and (-2, -11), we can plug either one of them into the equation to solve for b
Taking (1,1) will give us this:
1=4(1)+b
Multiply
1=4+b
Subtract 4 from both sides
-3=b
Substitute -3 as b into the equation
<u>y=4x-3</u>
Hope this helps!