

InterviewSolution
Saved Bookmarks
1. |
Sum of the valus of x satisfying the equation `sqrt(2x+sqrt(2x+4))=4` is ______. |
Answer» Correct Answer - 6 `sqrt(2x+sqrt(2x+4))=4` `impliessqrt(2x+4)=16-2x` `implies2x+4=4(8-x)^(2)` `implies2x^(2)-33x+126=0` `implies(2r-21)(x-6)=0` `impliesx=6,21//2` But `x=21//2` does not satisfy the given equation. |
|