

InterviewSolution
Saved Bookmarks
1. |
THe value of x which satisfy the equation `(sqrt(5x^2-8x+3))-sqrt((5x^2-9x+4))=sqrt((2x^2-2x))-sqrt((2x^2-3x+1))` isA. 3B. 2C. 1D. 0 |
Answer» Correct Answer - C We have `sqrt((5x^(2)-8x+3))-sqrt((5x^(2)-9x+4))` `=sqrt((2x^(2)-2x))-sqrt((2x^(2)-3x+1))` `impliessqrt((5x-3)(x-1))-sqrt((5x-4)(x-1))` `=sqrt(2x(x-1))-sqrt((2x-1)(x-1))` `impliessqrt(x-1)(sqrt(5x-3)-sqrt(5x-4))=sqrt(x-1)(sqrt(2x)-sqrt(2x-1))` `impliessqrt(x-1)=0` `impliesx=1` |
|