Question 379762
  <pre><font size = 3 color = "indigo"><b>
Hi,
x-intercepts and y-intercepts of 
2x + 9y = 18  x-intercepts when  y = 0
2x = 18
x = 9  Pt(9,0) a point on the line
2x + 9y = 18  y-intercepts when  x = 0
9y = 18
y = 2  Pt(0,2)a point on the line
{{{drawing(300,300, -10, 10, -10, 10,  grid(1),
circle(0, 2,0.3),
circle(9, 0,0.3),
graph( 300, 300,  -10, 10, -10, 10,(-2/9)x +2))}}}