Concept:A relation R on a set is reflexive if each element is related to itself, symmetric if
xRy implies
yRx, and transitive if
xRy and
yRz imply
xRz.
Explanation:Given
R={(x,y)∈N×N∣x2−5xy+4y2=0}.
Check reflexivity: For any
x∈N, substitute
y=x:
x2−5x2+4x2=0. So
(x,x)∈R. Hence R is reflexive.
Check symmetry: Take a counterexample:
(4,1) satisfies
42−5⋅4⋅1+4⋅12=16−20+4=0, so
(4,1)∈R. But
(1,4) gives
1−20+64=45=0, so
(1,4)∈/R. Thus R is not symmetric.
Check transitivity: Take
(16,4) and
(4,1). Both satisfy the condition:
(16,4):
256−320+64=0;
(4,1):
16−20+4=0. However,
(16,1) gives
256−80+4=180=0, so
(16,1)∈/R. Hence R is not transitive.
Answer:Only statement 1 is correct, i.e., R is reflexive only. Therefore, option A (1 only) is correct.