Let's take a particular example; let's say that f(x) = 7x + 29.
y = f(x) + 3 = (7x + 29) + 3 = 7x + 32
y = f(x + 3) = 7(x + 3) + 29 = 7x + 21 + 29 = 7x + 50
This shows that, for this case, the two lines are parallel because they have the same slope but different y-intercepts.
This says that the answer is (A).
f(x) + 3 takes the original function, f(x), and moves it up 3 spaces but leaves the slope alone.
f(x + 3) makes the y-value of f(x) the y-value of f(x + 3); it moves it 3 spaces down the line but leaves the slope alone.
My suggestion to doing problems like this: take a particular example but don't use values for m and b that are special numbers, such as 0, 1 or -1. Then, analyze what happens to the particular beginning example.