Question 1172814
<pre><font face = "consolas" color = "indigo" size = 4><b>
Hi  
solving a system of 2 Linear Equations
2x+3y=8  
x-y=2       | 0r (to use later)  y* = x-2 

2x+3y=8  
3x-3y=6     |multiplying 2nd EQ thru by 3 to eliminate y
5x = 14
x = 14/5 and y*  = {{{ 14/5 - 10/5 = 4/5}}}
P(14/5, 4/5) is the Solution for this system of Equations 
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(14/5, 4/5,.15),
graph( 300, 300,-6,6,-6,6,x-2, y = (-2/3)x + 8/3 )) }}}