From question
DELHI ? 73541 ---(i)
CALCUTTA ? 82589662 ...(ii)
from (i) and (ii)
C ? 8,
A ? 2,
L ? 5,
I ? 1,
C ? 8,
U ? 9,
T ? 6
So the code for CALICUT will be 8251896.
If P means #,A means %,C means $ and E means@
So,
P ? #
E ? @
A ? %
C ? $
E ? @
So the code for PEACE will be #@%$@
Interchange the alphabets of odd pair of words, and keep even pair as it is.
C O ? OC
N T ? NT
I N ? NI
U O ? UO
U S ? SU
CONTINUOUS ? OCNTNIUOSU
Move +2,+3,+4 forward for first 3 letters
Move -2,-3,-4 backward for last 3 letters
C +2 = E
A + 3 = D
S + 4 = W
K - 2 = I
E - 3 = B
T - 4 = P
So The answer is EDWIBP
Every single word is coded here like T ? X ,A ? E etc...
We have to use every word coded in TABLECLOTH in HOTEL as well.
H ? T
O ? I
T ? X
E ? A
L ? R
Move two letter backward (-2)
if we move two letter back after H it comes F.
if we move two letter back after K it comes I.
if we move two letter back after I it comes R.
if we move two letter back after G it comes E.
Split the word into two parts and append the first part at the end of second.
From question it is clear that we need to make 2 words from word APTITUDE where first word should have first 5 alphabets and remaining 3 alphabets will be part of 2nd word.
APTITUDE ? APTIT + UDE ? UDEAPTIT
So the code for APTITUDE is UDEAPTIT.
From question it is clear that each alphabet has a code based on their alphabetical order. For example a=1, b=2 ....z=26.
by going through options
l ? 12
o ? 15
v ? 22
e ? 5
so code for 1215225 is love.
From question
PARK ? 5394 ....(i)
SHIRT ? 17698 ...(ii)
PANDIT ? 532068 ...(iii)
from (i), (ii) and (iii)
N ? 2
I ? 6
S ? 1
H ? 7
A ? 3
R ? 9
So code for NISHAR is 261739
If a alphabate is at 'nth' position in their alphabetical order from the beginning then code is the alphabet at 'nth' position from the end.
So the code for REQUIRED is IVJFRIVW.
From given code it is clear that the alphabets of the word are written in reverse order.
So the code for LADYFINGER is REGNIFYDAL
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.