'HARD' is coded as
'90209150' and 'MORE' is coded as '41619160'. Now
answer the following questions.
Answers
Given data :
- 'HARD' is coded as '90209150' and
- 'MORE' is coded as '41619160'
To find :
- '30223130' is the code for ?
- WORK = ?
Solution :
This is one of the most popular questions of reasoning. While solving such questions, all you need to do is to find a reason on how the word gets coded. The trick!
The logic applied here :
Simple! Firstly divide the complete numbers into sub parts each part containing two digits, in series.
Code to word :
You'll find that the reverse of the digit - 1 is the corresponding number of the matched place letter in the word, if we start on numbering the letters of alphabet from A toZ as 1 to 24. As in :
A=01, B=02, C=03, D=04, E=05,
F=06, G=07, H=08, I=09, J=10,
K=11, L=12, M=13, N=14, O=15,
P=16, Q=17, R=18, S=19, T=20,
U=21, V=22, W=23, X=24, Y=25,
Z=26
Word to code :
So, if you want to find the code for letter A, Get it's two digit numbering, add + 1 and then reverse the resultant.
So, A = 01 + 1 = 02, which on reversing becomes 20 which is the code of A.
HARD :
H : 08 + 1 = 09. Reverse : 80
A : 01 + 1 = 02. Reverse : 20
R : 18 + 1 = 19. Reverse : 19
D : 04 + 1 = 05. Reverse : 50
Concatenate reversed values from top to bottom as it is : 80201950
The code of HARD is 80201950
MORE :
M : 13 + 1 = 14. Reverse : 41
O : 15 + 1 = 16. Reverse : 61
R : 18 + 1 = 19. Reverse : 91
E : 05 + 1 = 06. Reverse : 60
Concatenate reversed values from top to bottom as it is : 41619160
The code of MORE is 41619160
'30223130' is the code for ?
Dividing into sub strings, two digits per each part. As in :
30 22 31 30
Now, on reversing and decrementing the reversed value by 1, will give us the corresponding numbered letter.
30 : Reversed = 03 : Decrementing = 03 - 1 = 02 which is B
22 : Reversed = 22 : Decrementing = 22 - 1 = 21 which is U
31 : Reversed = 13 : Decrementing = 13 - 1 = 12 which is L
30 : Reversed = 03 : Decrementing = 03 - 1 = 02 which is B
On concatenating the resulted letters from top to bottom in order, we get the word BULB.
Therefore, '30223130' is the code for BULB (Option 2).
WORK = ? :
W : 23 Increment : 23 + 1 = 24 Reverse : 42
O : 15 Increment : 15 + 1 = 16. Reverse : 61
R : 18 Increment : 18 + 1 = 19. Reverse : 91
K : 11 Increment : 11 + 1 = 12. Reverse : 21
Concatenate reversed values from top to bottom as it is : 42619121
Therefore, The code of WORK is 42619121 (Option 3).
Learn more :
1) What is the next number of the series 200,400,1200,?
brainly.in/question/11696638
2) Next number series in the following series 1,6,13,22,33,?
brainly.in/question/11248651