@
Quote (Castrik @ 14 Nov 2013 08:29)
you really need to start doing some yourself, else you are not going to learn the stuff
but just as example from your post#16
@7: abs(2*x^2-x-2)=1 should have 4 solutions because the function is quadratic and can have two results, namely 1 or -1, so
2*x^2-x-2=1 -> 2*x^2-x=3 one solution is easy to spot: x=-1 and the other (after a little thinking) is x=1.5
&
2*x^2-x-2=-1 -> 2*x^2-x=1 here the easy solution is x=1 and the other is x=-0.5
ie the four solutions are -1, -0.5, 1, 1.5