The correct answer is 13.
R = {(1, 2), (2, 3), (2, 4)}
for reflexive, we need to add,
(1, 1), (2, 2), (3, 3), (4, 4)
for symmetric
if (1, 2) ∈ R then (2, 1) ∈ R
if (2, 3) ∈ R then (3, 2) ∈ R
if (2, 4) ∈ R then (4, 2) ∈ R
So set becomes
{(1, 1), (2, 2), (3, 3), (4, 4), (1, 2), (2, 1), (2, 3), (3, 2), (2, 4), (4, 2)}
for transitive As (1, 2) ∈ R (2, 3) ∈ R
then (1, 3) ∈ R then (3, 1) ∈ R (for symmetric)
& (1, 2) ∈ R (2, 4) ∈ R
then (1, 4) ∈ R
then (4, 1) ∈ R (for symmetric)
(3, 2) ∈ R (2, 4) ∈ R
then (3, 4) ∈ R then (4, 3) ∈ R (for symmetric)
so set S = {(1, 1), (2, 2), (3, 3), (4, 4), (1, 2), (2, 1), (2, 3), (3, 2), (2, 4), (4, 2), (1, 3), (3, 1), (1, 4), (4, 1), (3, 4), (4, 3)}
so 13 new elements are added
⇒ n = 13
A relation in mathematics defines the relationship between two different sets of information. If two sets are considered, the relation between them will be established if there is a connection between the elements of two or more non-empty sets. Therefore, we can say, ‘A set of ordered pairs is defined as a relation.’
Read Also: Relation and Function
There are 8 main types of relations which are:
There are two ways by which a relation can be represented-
The roster form and set-builder for for a set integers lying between -2 and 3 will be-
I= {-1,0,1,2}
I= {x:x∈I,-2<x<3}