We have two expressions here, so we need a union since we have the word or.
First, All real numbers less than or equal to -1 is x <= -1.
All real numbers greater than 5 is x > 5
So we have x <= -1 U x > 5
First, All real numbers less than or equal to -1 is x <= -1.
All real numbers greater than 5 is x > 5
So we have x <= -1 U x > 5
Last edited: