Question:

In a particular code, if "RAMAN" is written as 52 and "MAP" is written as 33, then how will you code “CLICK" ?

Updated On: Aug 21, 2025
  • 37
  • 43
  • 51
  • 38
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Check example "RAMAN" → 52 
Alphabet values: R=18, A=1, M=13, A=1, N=14 \[ 18 + 1 + 13 + 1 + 14 = 47 \] Code given = 52 → Difference = +5

Step 2: Check example "MAP" → 33
Alphabet values: M=13, A=1, P=16 \[ 13 + 1 + 16 = 30 \] Code given = 33 → Difference = +3

Step 3: General observation
The code appears to be: \[ \text{Code(word)} = \text{Sum of alphabet positions} + \text{Adjustment constant} \] where the adjustment is small (like +3 or +5).

Step 4: Apply to "CLICK"
Alphabet values: C=3, L=12, I=9, C=3, K=11 \[ 3 + 12 + 9 + 3 + 11 = 38 \] Add adjustment similar to examples (+5): \[ 38 + 5 = 43 \]

Final Answer:
The code for "CLICK" is: \[ \boxed{43} \]

Was this answer helpful?
3
2

Questions Asked in GATE XH-C1 exam

View More Questions