The correct option is C reflexive, transitive but not symmetric
Given: aRb if a ≥ b
Check reflexivity
For reflexive relation aRa, ∀ a ∈ R
Here we have aRb if a ≥ b
Let aRa ⇒ a ≥ a which is true.
So, R is reflexive
Check symmetricity
For symmetric relation
If aRb then bRa, ∀ a,b ∈ R
Here (2,1) ∈ R as 2 ≥ 1, but (1,2) ∉ R, as 1 ≱ 2
So R is not symmetric
Check transitivity
For transitive relation
If aRb and bRc ⇒ aRc ∀ a,b,c ∈ R
Let aRb and bRc ⇒ a ≥ b and b ≥ c
Hence, we can conclude that a ≥ c ⇒ aRc
So, R is transitive
Hence, option (B) is correct one.