In the first step, the smallest number comes to the leftmost position and the remaining line shift rightward. In the next step the word that comes last in the alphabetical order occupies the second position from the left and the remaining line sift rightward. This goes alternately till all the number are ranged in ascending order and all the words in reverse alphabetical order at alternate positions.
Input : win 92 task 73 59 house range 34
Step I : 34 win 92 task 73 59 house range
Step II : 34 win 59 92 task 73 house range
Step III : 34 win 59 task 92 73 house range
Step IV : 34 win 59 task 73 92 house range
The alphabets are coded as shown :
So, in SEARCH,
S ia coded as 2,
E as 1,
A as 4,
R as 6,
C as 7,
H as 3.
Thus, the code for SEARCH is 214673
If each consecutive letter in "happiness" relates to the consecutive numbers in 517768399, then H=5, A=1, P=7, I=6, N=8, E=3 and S=9.
Using the numbers that relate to the letters in 'senipah', you will arrive at
SENIPAH = 9386715.
Hence, Happiness is to 517768399 as senipah is to 9386715.
The alphabets in the given words are coded as follows :
D is coded as 3,
I as 7,
S as 6,
T as 5,
A as 4 and
N as 8.
So, the code for DISTANT is 3765485.
Only option b will be apt among all the statements above
Floors Persons
6. D
5. F
4. B
3. A
2. C
1. E
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.