Find The Roots Of The Equation . That Is Find The Values Of X .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
x = root(2+x) => x^2 = 2+x => x^2 - x - 2 = 0 => (x-2)(x+1) = 0 => x = 2 or -1 But i want to add something here that x can not be -1 since square root of any real number is positive. So value of x should be only 2. Please correct your answer.