Let R1 and R2 be the “congruent modulo 3” and the “congruent modulo 4” relations, respectively, on the set of integers. That is, R1 = {(a, b) | a ≡ b (mod 3)} and R2 = {(a, b) | a ≡ b (mod 4)}. Find a) R1 ∪ R2 b) R1 ∩ R2 c) R1 − R2 d) R2 − R1 e) R1 ⊕ R2
The Answer to the Question
is below this banner.
Can't find a solution anywhere?
NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?
Get the Answers Now!You will get a detailed answer to your question or assignment in the shortest time possible.
Here's the Solution to this Question
for R1: a - b is divided by 3
for R2: a - b is divided by 4
a)
b)
c)
d)
e)
Symmetric Difference: R1 ⊕ R2 = {(a, b) | (a, b) ∈ R1 or (a, b) ∈ R2 but (a, b) R1 ∩ R2}