Question 184101
Graph the following linear equation: 
-x+10y=11 
If x=0, then y=11/10=1.1 So one point on the line is(0,1.1)
If y=0, then x=-11.  So another point on the line is (-11,0)
Since this is a straight line, the above two points are all you need to graph it.

{{{ graph( 300, 200, -12, 12, -2, 2, (x+11)/10)}}} 

Hope this helps---ptaylor