The function g(x) is defined as g(x) = x^2 + 3x + 4. We are asked to find g(x + 1) - g(x). To find g(x + 1), we simply substitute (x + 1) in place of x in the function g(x): g(x + 1) = (x + 1)^2 + 3(x + 1) + 4 = x^2 + 2x + 1 + 3x + 3 + 4 = x^2 + 5x + 8 To find g(x), we substitute x in place of x in the function g(x): g(x) = x^2 + 3x + 4 Now we can find g(x + 1) - g(x) by subtracting g(x) from g(x + 1): g(x + 1) - g(x) = (x^2 + 5x + 8) - (x^2 + 3x + 4) = x^2 + 5x + 8 - x^2 - 3x - 4 = 2x + 4 Therefore, the correct option is 2(x + 2), which is equivalent to 2x + 4.