Find all possible solutions for x.
1-x^2>=0
Here is what I do:
1. 1-x^2>=0
Subtract 1 on both sides
2. -x^2>=-1
Divide by -1 on each side. Inequality flips.
3. x^2<=1
Square root of x gives +-1
4. x<=+-1 or x<=1
My Answer!
Turns out to be wrong. What am I missing here?
Correct Answer: -1<=x<=1