edited by
581 views
0 votes
0 votes

Consider the relation on the set of non-negative integers defined by $x \equiv y$ if and only if:

  1. $x$ $\text{mod}$ $3=3$ $\text{mod}$ $y$
  2. $3$ $\text{mod}$ $x \equiv 3$ $\text{mod}$ $y$
  3. $x$ $\text{mod}$ $3=y$ $\text{mod}$ $3$
  4. None of the above
edited by

1 Answer

0 votes
0 votes

Relation R = {(x,y) | x mod 3 = y mod 3}

For Example

4 mod 3 =1

7 mod 3 = 1

so (4,7) ∈ R

Reflexive : x mod 3 = x mod 3

Symmetric : If x mod 3 = y mod 3 then y mod 3 = x mod 3

Transitive : If x mod 3 = y mod 3, and y mod 3 = z mod 3, then x mod 3 = z mod 3

Therefore, the relation R is equivalence relation

 

 

Related questions

0 votes
0 votes
1 answer
2
0 votes
0 votes
2 answers
3
go_editor asked Mar 26, 2020
1,517 views
Minimum number of individual shoes to be picked up from a dark room ( containing $10$ pair of shoes) if we have to get atleast one proper pair :$2$$20$$11$None of these
0 votes
0 votes
2 answers
4
go_editor asked Mar 26, 2020
787 views
$\left (101011 \right)_{2} = \left (53 \right)_{b}$, then $’b’$ is equal to :$4$$8$$10$$16$