To determine which of the given expressions is a factor of the polynomial \( 2x^2 + 9x - 35 \), we can use polynomial long division or synthetic division. However, a more straightforward approach for this problem involves checking the potential factors by directly performing the division.
Step 1: Check \( x + 5 \)
Perform long division of \( 2x^2 + 9x - 35 \) by \( x + 5 \).
-
Divide the first term: \[ 2x^2 \div x = 2x \]
-
Multiply \( 2x \) by \( x + 5 \): \[ 2x(x + 5) = 2x^2 + 10x \]
-
Subtract this from the original polynomial: \[ (2x^2 + 9x - 35) - (2x^2 + 10x) = -x - 35 \]
-
Now, divide the first term of the remainder: \[ -x \div x = -1 \]
-
Multiply \(-1\) by \(x + 5\): \[ -1(x + 5) = -x - 5 \]
-
Subtract: \[ (-x - 35) - (-x - 5) = -30 \]
The result is a remainder of \(-30\), which means \( x + 5 \) is not a factor.
Step 2: Check \( x - 7 \)
Perform long division of \( 2x^2 + 9x - 35 \) by \( x - 7 \).
-
Divide the first term: \[ 2x^2 \div x = 2x \]
-
Multiply \( 2x \) by \( x - 7 \): \[ 2x(x - 7) = 2x^2 - 14x \]
-
Subtract this from the original polynomial: \[ (2x^2 + 9x - 35) - (2x^2 - 14x) = 23x - 35 \]
-
Now, divide the first term of the remainder: \[ 23x \div x = 23 \]
-
Multiply \( 23 \) by \( x - 7 \): \[ 23(x - 7) = 23x - 161 \]
-
Subtract: \[ (23x - 35) - (23x - 161) = 126 \]
Since the remainder is also non-zero, \( x - 7 \) is not a factor.
Step 3: Check \( 2x + 7 \)
Perform long division of \( 2x^2 + 9x - 35 \) by \( 2x + 7 \).
-
Divide the first term: \[ 2x^2 \div 2x = x \]
-
Multiply \( x \) by \( 2x + 7 \): \[ x(2x + 7) = 2x^2 + 7x \]
-
Subtract this from the original polynomial: \[ (2x^2 + 9x - 35) - (2x^2 + 7x) = 2x - 35 \]
-
Now divide the first term of the remainder: \[ 2x \div 2x = 1 \]
-
Multiply \( 1 \) by \( 2x + 7 \): \[ 1(2x + 7) = 2x + 7 \]
-
Subtract: \[ (2x - 35) - (2x + 7) = -42 \]
Again, the remainder is non-zero, so \( 2x + 7 \) is not a factor.
Step 4: Check \( 2x - 5 \)
Lastly, perform long division of \( 2x^2 + 9x - 35 \) by \( 2x - 5 \).
-
Divide the first term: \[ 2x^2 \div 2x = x \]
-
Multiply \( x \) by \( 2x - 5 \): \[ x(2x - 5) = 2x^2 - 5x \]
-
Subtract this from the original polynomial: \[ (2x^2 + 9x - 35) - (2x^2 - 5x) = 14x - 35 \]
-
Now divide the first term of the remainder: \[ 14x \div 2x = 7 \]
-
Multiply \( 7 \) by \( 2x - 5 \): \[ 7(2x - 5) = 14x - 35 \]
-
Subtract: \[ (14x - 35) - (14x - 35) = 0 \]
Since the remainder is \( 0 \), that means \( 2x - 5 \) is a factor of \( 2x^2 + 9x - 35 \).
Final Answer
The correct answer is: \( 2x - 5 \).