Question 119741
Y=2X (RED LINE)
Y=X+1 (GREEN LINE)
{{{ graph( 300, 200, -6, 5, -10, 10, y = 2x, y = x+1) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions y = 2x and y = x +1).