An equation of the form ax+by+c=0, where x, y are variable, and a, b, c are numbers, is called a "linear equation"
the reason we call it linear, is that all solutions (x, y) to this equation, when plotted in the x-y axis, form a line.
To draw this line, 2 points are enough, that is 2 solutions (x, y) of the equation.
-------------------------------------------------------------------------------------------------
-2x+5y-10=0 is a linear equation (a=-2, b=5, c=-10)
to find 2 solutions, we set x or y any value we want, and solve for the other
for example:
let x=0,
then
-2x+5y-10=0 becomes 5y-10=0, so y=2
this gives us the solution (0, 2)
another example; set y=0
then -2x+5y-10=0 becomes -2x-10=0; -2x=10 so x=-5
thus another solution is (-5, 0)
Draw these 2 points, and join them with a line, as shown in the figure.