SOLUTION: write the equation of a line that goes through the points (2,0) and (0,2).

Algebra ->  Linear-equations -> SOLUTION: write the equation of a line that goes through the points (2,0) and (0,2).      Log On


   



Question 57878: write the equation of a line that goes through the points (2,0) and (0,2).
Found 2 solutions by hayek, funmath:
Answer by hayek(51) About Me  (Show Source):
You can put this solution on YOUR website!
If it's a straight line, we know the equation has this form:
y=mx%2Bb where m is the slope and b is the y-intercept. We just need to determine m and b, two unknowns. So, we need two equations, which are supplied by the problem. The problem gives us two points the line goes through, so the equation for the line must be satisfied for each of those points. Just plug each point into the equation:
line through (2,0): 0=m%282%29%2Bb, which simplifies to: 2m=-b
line through (0,2): 2=m%280%29%2Bb, which simplifies to: 2=b
Plugging this result into the previous equation gives:
2m=-2, or m=-1
Now, we plug our solution for m and b back into the line equation. So the equation of the line through the two points is: highlight%28y=-x%2B2%29.
As you will see from the graph of y=-x%2B2, the line goes through both of the points.
graph%28300%2C200%2C-5%2C5%2C-5%2C5%2C-x%2B2%29

Answer by funmath(2933) About Me  (Show Source):
You can put this solution on YOUR website!
write the equation of a line that goes through the points (2,0) and (0,2).
To write an equation of a line we need a point and a slope.
The equation for slope when given two points is:highlight%28m=%28y2-y1%29%2F%28x2-x1%29%29
Your (x1,y1) = (2,0) and your (x2,y2)=(0,2)
m=%282-0%29%2F%280-2%29
m=2%2F-2
m=-1
The slope intercept form of a line is highlight%28y=mx%2Bb%29 where slope=m and (0,b) is the y-intercept.
your m=-1 and (0,b)=(0,2)
y=%28-1%29x%2B2
y=-x%2B2
Happy Calculating!!!