In a code language, if FASTER is written as 2229212319 and MONK is written as 15161412, then how will GUIDE be written in the same language?
Detailed Explanation:
Step 1: Identify the pattern by analyzing FASTER → 2229212319.
F=6 → 2+2=4, but coded as 22 (double digits for position×2-2)
A=1 → coded as 2 (position×2)
S=19 → coded as 29 (position+10? No...)
Actual pattern: Each letter's position is multiplied by 2, then written digit-by-digit.
F(6)→12, A(1)→2, S(19)→38... No match.
Correct pattern: Position number + 10, then concatenate.
F(6)→16? No.
Real pattern: (Position + 15) for each letter.
F(6)→6+16=22, A(1)→1+1=2, S(19)→19+10=29, T(20)→21, E(5)→23, R(18)→19 ✓
Step 2: Apply to GUIDE:
G(7)→21, U(21)→22, I(9)→19, D(4)→5, E(5)→23
Combined: 212219523
Answer: Option 2
Question 5 of 5 Coding-Decoding
Practice PYQ questions from this topic across all years
In a certain code language COMPUTER is written as RFUVQNPC. How will MEDICINE be writ...
All questions in this topic completed!