Question 117

Logical Reasoning Coding Decoding Hard

If ‘A3T15R’ stands for 'ACTOR' and ‘D1T5' stands for DATE, how will you code 'ROTATE'

(A) R16T1T5
(B) R15T1T5
(C) R15T1T16
(D) R15C1&7
View Dynamic Solution & Explanation
Correct Solution: Option B

Step-by-step Solution:





Coding — ROTATE

Coding — ROTATE


Step 1: Infer the rule from examples

From the examples given:

  • ACTOR → A3T15R
  • DATE → D1T5

The rule used: consonants remain unchanged, and vowels are replaced by their alphabetical position (for example, \(A=1,\;E=5,\;I=9,\;O=15,\;U=21\)).

Step 2: Apply the rule to ROTATE

  • \(R\) — consonant → \(R\)
  • \(O\) — vowel → \(15\)
  • \(T\) — consonant → \(T\)
  • \(A\) — vowel → \(1\)
  • \(T\) — consonant → \(T\)
  • \(E\) — vowel → \(5\)

Step 3: Combine

The coded form of ROTATE is: R15T1T5.

Answer: (B) R15T1T5