When you want a parallel line through a given point (h, k), you can ...
- eliminate any constants from the given equation (replace them with 0)
- replace x with (x-h)
- replace y with (y-k)
- rearrange the equation to the form you desire.
When we do that here for (h, k) = (6, 4), we get ...
... 2(x -6) +4(y -4) = 0
... 2x -12 +4y -16 = 0 . . . . eliminate parenthses
... 2x + 4y = 28 . . . . . . . . collect terms, add 28
... 4y = -2x +28 . . . . . . . . add -2x, then divide by 4 to get ...
... y = -1/2x +7 . . . . matches selection D)