Correct option is B
The given pattern involves coding numbers using reverse alphabetical order where A is counted as 26, B as 25, and so on, with Z being counted as 1.
How 125 is coded as VYZ:
1 corresponds to Z (since Z is the first letter from the reverse alphabet).
2 corresponds to Y (since Y is the second letter from the reverse alphabet).
5 corresponds to V (since V is the fifth letter from the reverse alphabet).

How 487 is coded as TSW:
4 corresponds to W(since W is the fourth letter from the reverse alphabet).
8 corresponds to S(since S is the eight letter from the reverse alphabet).
7 corresponds to T(since T is the seventh letter from the reverse alphabet).

Now, let’s decode 369:
3 corresponds to X (since X is the third letter from the reverse alphabet).
6 corresponds to U (since U is the sixth letter from the reverse alphabet).
9 corresponds to R (since R is the ninth letter from the reverse alphabet).
