In a certain code language, ‘FIANCE’ is written as ‘NIFECA’ and ‘PLANT’ is written as ‘TPNLA’. How will ‘PRODUCT’ be written in that language?
- AORPUDTC
- BRTUPODC
- CUTRPODC
- DUTPORDC
Solution & Step-by-step Explanation
Let's examine the arrangement of letters in the given codes:
FIANCE → NIFECA
PLANT → TPNLA
If we look closely, the letters of the original word are rearranged in descending alphabetical order (Z to A):
In FIANCE: N > I > F > E > C > A → NIFECA
In PLANT: T > P > N > L > A → TPNLA
Applying this logic to PRODUCT:
The letters are P, R, O, D, U, C, T.
Let's list their positional values:
U(21), T(20), R(18), P(16), O(15), D(4), C(3)
Sorting them from highest to lowest alphabetical rank:
U → T → R → P → O → D → C
Thus, the code is UTRPODC.
FIANCE → NIFECA
PLANT → TPNLA
If we look closely, the letters of the original word are rearranged in descending alphabetical order (Z to A):
In FIANCE: N > I > F > E > C > A → NIFECA
In PLANT: T > P > N > L > A → TPNLA
Applying this logic to PRODUCT:
The letters are P, R, O, D, U, C, T.
Let's list their positional values:
U(21), T(20), R(18), P(16), O(15), D(4), C(3)
Sorting them from highest to lowest alphabetical rank:
U → T → R → P → O → D → C
Thus, the code is UTRPODC.