. List 6 sets of integer values that satisfy ⎪x - y⎥ > 2.
Answers
Answered by
1
Answer:
{ (x, y) : y > x + 2 } ∪ { (x, y) : y < x - 2 }
Step-by-step explanation:
⎪a⎥ =
⎪x - y⎥ > 2
(1) If (x - y) ≥ 0 , then x - y > 2 ⇔ y < x - 2
(2) If (x - y) < 0 , then - (x - y) > 2 ⇔ y > x + 2
{ (x, y) : y > x + 2 } ∪ { (x, y) : y < x - 2 }
Attachments:
Similar questions