Question:medium

If WUXWK corresponds to TRUTH , then FIGHT corresponds to

Show Hint

In coding questions, quickly write down the EJOTY values (E=5, J=10, O=15, T=20, Y=25) on your rough sheet.
By checking just the first and last letters of the options, you can often eliminate wrong answers instantly.
Here, F - 3 = C (rules out B) and T - 3 = Q (rules out D). This speeds up the process!
Updated On: Jun 30, 2026
  • CFDEQ
  • FCDQE
  • CFDQE
  • CDFEQ
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Identify the coding rule.
WUXWK corresponds to TRUTH. W(23) and T(20): difference = +3. Check: U(21) = R(18)+3, X(24) = U(21)+3, K(11) = H(8)+3. Rule: plain letter + 3 = coded letter.
Step 2: Decode FIGHT (coded form).
Subtract 3 from each letter: F(6)-3 = C(3), I(9)-3 = F(6), G(7)-3 = D(4), H(8)-3 = E(5), T(20)-3 = Q(17).
Step 3: Read the decoded word.
\[ \boxed{\text{CFDEQ}} \]
Was this answer helpful?
0