For the equation of the line of the form y = mx + b, m is the slope of the line and b is the y-intercept which is the value of y when x is equal to zero. The slope is the rate of change of y per change in x. "y" would represent the dependent variable which is the weight of the baby while "x" represents the independent variable which is the number of months or the age of the baby in months. We calculate the slope as follows:
slope = (11 - 9) / ( 4 - 0) = 2/4 = 0.5
at x = 0, it is said that the weight of the baby is 9 lbs so the value of b would be 9.
The equation of the line would be y = 0.5x + 9
Answer:
x=9
Step-by-step explanation:
To find the x-coordinate, plug the y-coordinate into the equation and solve from there.
(0 = 2/3x - 6) (6 = 2/3x) (18 = 2x) 9 = x
The first step is to find the slope. Use the slope formula
m = (y2-y1)/(x2-x1)
The two points are (x1,y1) = (-1,5) and (x2,y2) = (2,-1)
So,
x1 = -1
y1 = 5
and
x2 = 2
y2 = -1
will be plugged into the slope formula to get...
m = (y2-y1)/(x2-x1)
m = (-1-5)/(2-(-1))
m = (-1-5)/(2+1)
m = (-6)/(3)
m = -2
The slope is -2
Use m = -2 and one of the points to find the y intercept b. I'll use the point (x,y) = (-1,5) ---> x = -1, y = 5
y = mx+b ... slope intercept form
5 = -2*(-1)+b
5 = 2+b
5-2 = 2+b-2
3 = b
b = 3
The y intercept is 3
-----------------------------------
m = -2 is the slope
b = 3 is the y intercept
Therefore y = mx+b turns into y = -2x+3 as the equation that goes through the two points