Question 379121
  <pre><font size = 3 color = "indigo"><b>
Hi,
find the x- and y-intercepts:
10x + 4y = 20
finding x-intercept when y = 0
10x = 20 
x = 2  Pt(2,0) the x intercept
finding y-intercept when x = 0
4y = 20
y = 5  Pt(0,5) the y intercept
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0, 5,0.2),
circle(2, 0,0.2),
graph( 300, 300, -6, 6, -6, 6,(-2.5)x + 5))}}}