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