Question 750351
To find where a line crosses the y axis
make x = 0
y = 3(0) + 7 => (0,7)
To find where a line crosses the x axis
make y = 0
0 = 3x + 7
3x = -7
 x = -7/3  => (-7/3,0)
Hope this helps
:-)