Also, when we get the x <= 0 case in case i), we can immediately say this gives us just x = 0, since case i) had x >= 0. In other words, for each case, we take the intersection of the solution sets with the condition for the case (e.g. for case i), we take the intersection of ''x <= 0 or x >=...