Question 389985
  <pre><font size = 3 color = "indigo"><b>
Hi,  
finding the intercepts
x-intercept when y = 0
6x + 6y = 30 
     x = 5  Pt(5,0)on the graph
y-intercept when x = 0
     y = 5   Pt(0,5)on the graph
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0, 5,0.3),
circle(5, 0,0.3),
graph( 300, 300, -6, 6, -6, 6,-x+5))}}}