In a certain code language, 'WHITE' is written as 'FSJGX' and 'COLOR' is written as 'SNMND'. How will 'SHIRT' be written as in that language?
- ATGJQU
- BUQJIT
- CUQJGT
- DUPJGT
Solution & Step-by-step Explanation
Let's find the pattern between the words and their codes:Word: W H I T ECode: F S J G XLet's look at the positional values:W(23), H(8), I(9), T(20), E(5)F(6), S(19), J(10), G(7), X(24)Notice the relationship through opposite pairs or cross patterns: So the letters are coded from right to left (reversed order) with alternating operations: .Let's check COLOR SNMND:C(3), O(15), L(12), O(15), R(18) Code is SNMND. Pattern is verified.Now apply the pattern to SHIRT:S(19), H(8), I(9), R(18), T(20) The code is UQJGT.