find the coordinates of the point (x,y) where the two given lines intersect
![find the coordinates of the point xy where the two given lines intersect class=](https://us-static.z-dn.net/files/df0/37dfdeb77206201e090f0ae538b5d46e.jpg)
Given,
-4x+7y=1
4x+y=23
adding both equation,
8y= 24, y = 3
substituting y in eq 2nd,
4x+3=23
4x=20
x=5
the coordinates of the point (x,y) where the two given lines intersect is (5,3)