Question 405533
  <pre><font size = 3 color = "indigo"><b>
Hi
2x=5y-11  OR y = (2/5)x + 11/5  (0,2.2) and (-5.5,0)
and 3x=2y  OR y = (3/2)x   (0,0) and (2,3)
Graphing indicates one solution to this system (2,3)
  (2/5)x + 11/5 = (3/2)x  
         22/10 = 15/10x-4/10x
         22/10 = 11/10x   x = 2 and y = 3   [(3/2)2]
System is Independent
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0, 2.2,0.3),
circle(-5.5, 0,0.3),
circle(0, 0,0.3),
circle(2, 3,0.3),

graph( 300, 300, -6, 6, -6, 6,0,(3/2)x,(2/5)x+11/5))}}}