Question 38194
These are both solved the same way.  We solve the linear equation and substitute for it into the curve...thus from
m^2 + 3n^2 = 11

m - n = 2
we have
m = n + 2
now substituting we get
(n + 2)^2 + 3n^2 = 11
n^2 + 4n + 4 + 3n^2 = 11
4n^2 + 4n - 7 = 0
This doesn't factor so use the quadratic and get
n = (-4 ± sqrt(128)) / 8
n = (-4 ± 8sqrt(2)) / 8
n = (-1 ± 2sqrt(2)) / 2
This gives you 2 values for n.  To find each corresponding value of m, merely plug into m = n + 2 and you'll have your points of intersection.
The second problem is done the same way.