Answer:
In the form of
Y= mx+c
Y= 1/2x +2
m = 1/2
Step-by-step explanation:
A linear equation in it's standard form is in the format
Y= mx+c
Where m is the slope and c is the y intercept
Let's use these two points to determine both the slope and the equation
(2, 3), (4,4)
Slope= (y2-y1)/(x2-x1)
Slope= (4-3)/(4-2)
Slope= 1/2
Equation of the linear function
(Y-y1)/(x-x1)= m
(Y-3)/(x-2)= 1/2
2(y-3) = x-2
2y -6 = x-2
2y= x-2+6
2y= x+4
Y= 1/2x +2
Answer:
C
Step-by-step explanation:
4(8-x)=8
32-4x=8
-4x=-24
x=6
Answer:
90
Step-by-step explanation:
Lines are described by equations of the form y = mx + b
The fast way of finding 'b' is to look for a place where x = 0 and plug in the x and y values into this equation. In the case of this line, when x = 0, y = 5:
5 = m(0) + b
5 = 0 + b
5 = b
To get the slope, 'm', we need to pick two points and divide the difference of their y values by the difference of their x values. Pick points where the line falls on the grid. The one we just used, (0,5), works well. So does (2,1).
Plug into the equation m = (y2-y1)/(x2-x1) to get m = (1-5)/(2-0) = -4/2 = -2
Our equation is y = -2x + 5