Question 860402
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
 y = -x + 2    Line contains (0,2) and (2,0) Plot and connect (Green)
 y = -6x + 6   Line contains (0,6) and (1,0) Plot and connect  (Blue)
(4/5, 6/5) pt of intersection
{{{drawing(300,300,   -6, 6, -6, 8, grid(1), 
circle(0, 6,0.2),
circle(0, 2,.2),
circle(2, 0,0.2),
circle(1, 0,0.2),
circle(4/5, 6/5,0.2),
graph( 300, 300, -6, 6, -6, 8,0, -x+2,-6x+6) )}}}