Question 129828
 

Using the intercept method, when x = 0 and when y = 0
For
y = x + 2
When x = 0
y = 0 + 2
y = 2
Point (0,2)
When y = 0
0 = x + 2
x = - 2
Point (-2,0)


y = -2x + 2
When x = 0
y = -2 (0) + 2
 y = 2
Point (0,2)
When y = 0
0 = -2x + 2
2x = 2
x = 1
Pont (1,0)
Plot these points and draw your graph

{{{ graph( 300, 200, -6, 5, -10, 10, x+2, -2x+2) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions x^2 and x^2/10-x)