Question 391339
graph y = x + 3 and what is the y- intercept?
----
You need two points.
----
x-intercept = ?
Let y = 0
then x+3 = 0
and x = -3
---
So the x-intercept is (-3,0)
===================================
y-intercept = ?
Let x = 0
then y = 0+3
and y = 3
---
So the y-intercept is (0,3)
=====================================
Plot those two points and draw a line thru them to get:
{{{graph(400,300,-10,10,-10,10,x+3)}}}
=====================================
Cheers,
Stan H.
---