Solution:The pattern followed here is :Sum of numerical position of 1st and 4th letter is equal to 2nd and 3rd letter in alphabet.
LRPV → L + V ⇒ 12 + 22 = 34, R + P ⇒ 18 + 16 = 34
SYGM → S + M ⇒ 19 + 13 = 32, Y + G ⇒ 25 + 7 = 32
DBJH → D + H ⇒ 4 + 8 = 12, B + J ⇒ 2 + 10 = 12
CNDV → C + V ⇒ 3 + 22 = 25, N + D ⇒ 14 + 4 = 18
Clearly, we can see that CNDV is an odd one.
Or,
LRPV → 12 + 18 + 16 + 22 = 68 (even)
SYGM → 19 + 25 + 7 + 13 = 64 (even)
DBJH → 4 + 2 + 10 + 8 = 24 (even)
CNDV → 3 + 14 + 4 + 22 = 43 (odd)