This is a simple letter coding problem where the logic lies in rearranging the letters of the original word.
Step 1: Understanding the Question:
We need to decipher the coding pattern from the given example (COMMUNICATION → NOITACINUMMOC) and apply the same pattern to the word 'MANAGEMENT'.
Step 2: Key Formula or Approach:
Let's analyze the example:
Original Word: C-O-M-M-U-N-I-C-A-T-I-O-N
Coded Word: N-O-I-T-A-C-I-N-U-M-M-O-C
By comparing the two, we can see that the coded word is simply the original word written in reverse order.
Step 3: Detailed Explanation:
Now, we apply this "reversal" logic to the word 'MANAGEMENT'.
Original Word: M-A-N-A-G-E-M-E-N-T
Writing it in reverse order:
T-N-E-M-E-G-A-N-A-M
So, the coded word is TNEMEGANAM.
Let's check the options:
(A) TNEMEGANAM - This matches our result.
(B), (C), (D) - These are incorrect rearrangements.
Step 4: Final Answer:
The coded form of 'MANAGEMENT' is TNEMEGANAM.