Given R={(a,b):a≤b}
For reflexive:
Clearly R is reflexive as a=a ∀ a∈R.
For transitive:
Let (a,b)∈R and (b,c)∈R
⇒a≤b ⋯(1) and b≤c ⋯(2)
From (1) and (2), we get
a≤c
⇒(a,c)∈R
So, R is transitive.
For symmetric:
Let (a,b)∈R
⇒a≤b ∀ a,b∈R
This does not imply b≤a ∀ a,b∈R
⇒(b,a)∉R
So, R is not symmetric.