Question:medium

If MUSIC is coded as LVRJB, how is NOTES coded in that code?

Updated On: May 6, 2026
  • MPSFR
  • MQVFT
  • OPUFT
  • MQVET
  • PQVET
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Understanding the Question:
The task is to identify the pattern of letter shifts in "MUSIC $\rightarrow$ LVRJB" and apply it to "NOTES".
Step 2: Detailed Explanation:

Analyzing the Pattern in MUSIC:
M (13) $\rightarrow$ L (12) : (-1)
U (21) $\rightarrow$ V (22) : (+1)
S (19) $\rightarrow$ R (18) : (-1)
I (9) $\rightarrow$ J (10) : (+1)
C (3) $\rightarrow$ B (2) : (-1)
The logic follows an alternating pattern: \(-1, +1, -1, +1, -1\).

Applying Pattern to NOTES:
N (14) - 1 = 13 $\rightarrow$ M
O (15) + 1 = 16 $\rightarrow$ P
T (20) - 1 = 19 $\rightarrow$ S
E (5) + 1 = 6 $\rightarrow$ F
S (19) - 1 = 18 $\rightarrow$ R

Step 3: Final Answer:
By applying the alternating logic, "NOTES" becomes "MPSFR". This matches option (A).
Was this answer helpful?
0