Question 1082094
the solution is the intersection point of the two lines
:
y = -3x+5 (red line), y = 2x-6 (green line)
:
{{{ graph( 300, 200, -5, 5, -10, 10, -3x+5, 2x-6) }}}
:
-3x+5 = 2x-6
:
5x = 11
:
x = 2.2
:
y = -3(2.2)+5 = -6.6 + 5 = -1.6
:
********************************
(2.2, -1.6)
********************************
: