Question 82925
This is a linear equation since the degree of both x and y are one. 


Hence, the graphing of a linear equation is always a straight line.. So hence, we shall write the given equation either in terms of x or y.  


Thus, the given equation  6x - 7y = 8 becomes, 



7y = 6x - 8     OR 



y = (6/7)x - (8/7) 



Hence, the graph looks like this: 



{{{ graph( 300, 300, -10, 10, -10, 10, (6/7)x-(8/7)) }}} 



Regards,