Hi,
find two points on each line, plot them and connect with corresponding line
y = 2x x = 0 ⇒ y = 0x = 1 ⇒ y = 2
y = -2x + 8 x = 0 ⇒ y = 8x = 1 ⇒ y = 6
Lines intersect at P(2,4) which is the solution for this system of Equations
Note: 2x = -2x + 8, 4x = 8 , x = 2 (substituting for x in either EQ ⇒ y = 4)