To solve the equation \( \sqrt{3x - 11} + 5 = x + 2 \), we can follow these steps:
-
Isolate the square root term: \[ \sqrt{3x - 11} = x + 2 - 5 \] \[ \sqrt{3x - 11} = x - 3 \]
-
Square both sides to eliminate the square root: \[ 3x - 11 = (x - 3)^2 \]
-
Expand the right side: \[ 3x - 11 = x^2 - 6x + 9 \]
-
Rearrange the equation to one side: \[ 0 = x^2 - 6x + 9 - 3x + 11 \] \[ 0 = x^2 - 9x + 20 \]
-
Factor the quadratic: \[ 0 = (x - 4)(x - 5) \]
-
Set each factor to zero: \[ x - 4 = 0 \quad \Rightarrow \quad x = 4 \] \[ x - 5 = 0 \quad \Rightarrow \quad x = 5 \]
-
Check each solution in the original equation:
-
For \( x = 4 \): \[ \sqrt{3(4) - 11} + 5 = 4 + 2 \] \[ \sqrt{12 - 11} + 5 = 6 \] \[ 1 + 5 = 6 \quad \text{(Valid)} \]
-
For \( x = 5 \): \[ \sqrt{3(5) - 11} + 5 = 5 + 2 \] \[ \sqrt{15 - 11} + 5 = 7 \] \[ \sqrt{4} + 5 = 7 \] \[ 2 + 5 = 7 \quad \text{(Valid)} \]
-
Thus, the solutions are \( x = 4 \) and \( x = 5 \).
The correct response is: x = 4 or x = 5.