Last two seem correct, first one is wrong.
When checking things like these, there are a few checks you can do to definitively check if your answer is wrong.
- Test a few points (not boundary points, points either clearly outside or inside the zone defined by the equation) and check if they satisfy the equation. Common points you might like to try are points on the x-axis, y-axis or most commonly the origin.
- In the case of multiple equations defining a composite area, do a bit of a simple sanity check and check that your answer actually defines an enclosed area that makes enough sense
Hope this helps
