You need to rearrange equations so that they are in the form y = mx + b.
So for something like 4x - 2y + 6 = 0, move the ys over to the other side, to get 4x + 6 = 2y. Now divide everything by 2, so that you only have one y.
2x + 3 = y, or if you flip it round, y = 2x + 3.
Once it's in that form, the number before the x is the gradient (in this case, 2), and the number at the end (in this case +3) in the y-intercept.
Parallel lines have the same gradient, so in this case, you need another line with gradient of 2. Any line that has a 2 in front of the x in that format will be parallel, but they want a specific line that goes through the point 4, 6, so you need to find the y-intercept of that line (as that is what distinguishes one parallel line from another).
Start your equation y = 2x + b (because 'b' is the intercept, and what you don't know). You do know that when x = 4, y = 6, because that's the point they've given you, so substitute those in.
6 = 2(4) + b
6 = 8 + b
-2 = b
(using algebra to solve for 'b').
Now you know everything you need for the equation: y = 2x -2
That's for number 3.
For number 4, you only need the gradient and intercept, so just re-arrange the equation: 3y -2x = 6. Add 2x to each side,
3y = 2x + 6
then divide by 3, so that you only have one y.
y = 2/3 x + 2
So the gradient is 2/3 and the intercept is +2.
(I'm going back and forth between my post and your photo, so it's possible I've copied some of the questions wrong, but it should give you the basic idea of how to do it, anyway).