X=root(12+root(12+root(...)))
x^2=12+root(12+root(12+root(...)))
x^2=12+x
x^2-x-12=0
(x+3)(x-4)=0
X=4
Answer:
Step-by-step explanation:
i think that the equations might be y = x - 7
The answer is 12. I am 1,000,000% positive that it is the correct answer
Hello,
To exist x≠0
if x>0 then
x+2/x>=3==>x²+2>=3x
==>x²-3x+2>=0
==>(x-2)(x-1)>=0 positive out of the roots
==> (x<=1 or x>=2) and x>0
==>(0<x<=1) or (x>=2)
else
x<0
x+2/x>=3==>x²+2<=3x
==>x²-3x+2<=0 negative betheen the roots
==>(1<=x<=2) and x<0 : no solution
end if