Question

    In a certain code language, ‘TURN’ is written as ‘U378M’ and ‘FIRE’ is written as ‘G162D’. How will ‘DOME’ be written in that language?

    A D205E Correct Answer Incorrect Answer
    B E195D Correct Answer Incorrect Answer
    C E145D Correct Answer Incorrect Answer
    D D125E Correct Answer Incorrect Answer

    Solution

    1. First letter → Moves ahead by 1 place 2. Second and third letters → Multiplication of the position value according to the English alphabetic series is written. 3. Last letter → Moves back by 1 place   TURN is written as ‘U378M’ T + 1 = U Position of U (21) x Position of R (18) = 21x18 = 378 N – 1 = M FIRE is written as ‘G162D’ F + 1 = G Position of I (9) x Position of R (18) = 9x18 = 162 E – 1 = D Similarly, DOME is written as: D + 1 = E Position of O (15) x Position of M (13) = 15x13 = 195 E – 1 = D DOME is written as ‘E195D’. Hence, the correct answer is (B).

    Practice Next