Question 57878
If it's a straight line, we know the equation has this form:
{{{y=mx+b}}} 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(2)+b}}}, which simplifies to: {{{2m=-b}}}
line through (0,2): {{{2=m(0)+b}}}, 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(y=-x+2)}}}.

As you will see from the graph of {{{y=-x+2}}}, the line goes through both of the points.
{{{graph(300,200,-5,5,-5,5,-x+2)}}}