Question 840676
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi
to Graph:
y=-3x+2   Plot(for ex) (0,2) and (1,-1) connect with Line (Green Line)
y=2x-3    Plot(let's say) (0,-3) and (2,1) connect with Line (Blue Line)
Lines intersect at P(1-1)
Algebraically: To find Point of intersection (1,-1)
 -3x + 2 = 2x - 3
      5 = 5x,  x = 1 and y = -1 ({{{-3*1 + 2 = -1}}}
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(1, -1,0.2),
circle(0,2,0.2),
circle(0, -3,0.2),
circle(2, 1,0.2),
graph( 300, 300, -6, 6, -6, 6,0,-3x+2,2x-3))}}}