So A ={2,4,7,9}
R = {(2,2), (2,4), (2,7), (2,9), (4,7), (4,9), (7,9)}
not reflexive because not all the elements from A are related to one another in R
is symmetric because 2,2 can relate to itself
is anti-symmetric because similarly, 2,2 is symmetric can give 2=2
is transitive because 2,2 can be paired with itself (2,2) (2,2) ⇒ (2,2)
Is my understanding correct?