Question 627348
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi
7x-4y=14.
Finding the y-intercept  ({{{highlight(0)}}}, _)  
{{{7*highlight(0)}}} -4y = 14
 y = -14/4 = -7/2   |||the y-intercept  ({{{highlight(0)}}}, -7/2) 

Finding the x-intercept  ( _, {{{highlight(0)}}})   
 7x -4·{{{highlight(0)}}} = 14
     x = 2     ||   the x-intercept is (2 , {{{highlight(0)}}}) 
Plot (0,-7/2) and (2,0) and connect with a Line
{{{drawing(300,300,   -10, 6, -6, 6, grid(1),
circle(0, -7/2,0.3),
circle(2, 0,0.3),
graph( 300, 300, -10, 6, -6, 6,0,(7/4)x -14/4))}}}