Question 75372
-x+2y=11
2y=x+11
y=x/2+11/2 the y intercept is (0,11/2) or (0,5.5)
setting y=0 we solcve for x thus:
0=x/2+11/2
x/2=-11/2 now cross multiply thus:
2x=-22
x=-22/2
x=-11 or (-11,0) is a second point.
{{{ graph( 300, 300, -12, 12, -10, 10, y = x/2 +11/2) }}} (graph 300x300 pixels, x from -12 to 12, y from -10 to 10, y = x/2 +11/2).