oryahalom
Hi
Bunuel,
Can you explain please your analysis to statement 2?
i thought that the answer should be B because radical of X in a square suppose to be equal to X (after dividing the exponent by the radical - 2/2=1). According to this analysis it comes that X=-X and thus the only option is that x=0.
Thanks in advance!
Notice that 0 as well as negative number satisfy the second statement. For example, test x=0, x=-1, x=-2, ...
The reason is given below.
MUST KNOW: \(\sqrt{x^2}=|x|\):The point here is that since
square root function cannot give negative result then \(\sqrt{some \ expression}\geq{0}\).
So \(\sqrt{x^2}\geq{0}\). But what does \(\sqrt{x^2}\) equal to?
Let's consider following examples:
If \(x=5\) --> \(\sqrt{x^2}=\sqrt{25}=5=x=positive\);
If \(x=-5\) --> \(\sqrt{x^2}=\sqrt{25}=5=-x=positive\).
So we got that:
\(\sqrt{x^2}=x\), if \(x\geq{0}\);
\(\sqrt{x^2}=-x\), if \(x<0\).
What function does exactly the same thing? The absolute value function: \(|x|=x\), if \(x\geq{0}\) and \(|x|=-x\), if \(x<0\). That is why \(\sqrt{x^2}=|x|\).
Hope it's clear.