Has he not been told how to?
Because looking at the second set, those are about graphs, so I'd guess he's been told to draw both lines on the same graph and the point you're looking for is where they intercept.
However much more fun is to do them as simultaneous equations.
Easiest method is:
2x+y =10
x + y = 7
Using 2nd equation: y = 7-x
Put that into equation 1:
2x + (7 - x) = 10
x + 7 = 10
Therefore x = 3, y = 4 (find y by putting x into one of the equations)
Or (harder but more fun, and better method because it can be easier with harder ones:
take first equation and take away second:
(2x +y) - (x +y) = 10-7
2x + y - x- y = 3
x = 3
The reason why that's longer lasting is if you have something like:
2x + 3y = 7 (equ 1)
3x + 2y = 8 (equ 2)
equation 1 times 3
6x + 9y = 21 (equ 1b)
Equation 2 times 2
6x + 4y = 16 (equ 2b)
Equation 1b - equation 2b
(6x + 9y) - (6x + 4y) = 21 - 16
6x + 9y - 6x - 4y = 5
5y = 5
Therefore y = 1 and from that you can work out x = 2.
That's easier than having: y = (8 - 3x)/2 etc