Question:

If “APPLE” is “BQQMF”, how is “MANGO” written?

Show Hint

If every letter increases by one alphabet position, remember that \(Z\) wraps around to \(A\).
Updated On: Apr 29, 2026
  • \(NBMHP\)
  • \(NBOHP\)
  • \(OBNHP\)
  • \(MBNHP\)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation


Concept: In this coding pattern, each letter of the word is shifted one position forward in the English alphabet.

Step 1:
Analyze the given example. \[ A \rightarrow B \] \[ P \rightarrow Q \] \[ P \rightarrow Q \] \[ L \rightarrow M \] \[ E \rightarrow F \] Thus, every letter moves one step forward.

Step 2:
Apply the same rule to “MANGO”. \[ M \rightarrow N \] \[ A \rightarrow B \] \[ N \rightarrow O \] \[ G \rightarrow H \] \[ O \rightarrow P \]

Step 3:
Write the coded word. \[ MANGO \rightarrow NBOHP \] Thus, the coded word is: \[ \boxed{NBOHP} \]
Was this answer helpful?
2
0