The letter in the word is replaced by a Number, according to a specific rule for coding. Reasoning Concept and Questions for SSC CGL, CPO, CHSL, RRB and Competitive Exams in Hindi and English.
शब्द में अक्षर को एक विशिष्ट नियम के अनुसार, संख्या से बदल दिया जाता है
As discussed in previous post, the Coding are following type.
- Letter to Letter
- Letter to Number
- Substitute Code
- Index Code
- Matrix Code
We have already discussed,
Trick to Remember Alphabet Position and
Letter to Letter Coding Reasoning
Today, we will discuss the Concept with Questions of Letter to Number Coding and vise versa.
The letter in the word is replaced by a Number, according to a specific rule.
शब्द में अक्षर को एक विशिष्ट नियम के अनुसार, संख्या से बदल दिया जाता है।
Addition of Alphabet position number
In a certain language “D”=4, “COVER” = 63. What will be the code of “BASIS”.
एक निश्चित भाषा में “D” = 4, “COVER” = 63. “BASIS” का कोड क्या होगा।
Solution
D= 4
COVER -> 3+15+22+5+18 = 63
Same Way
BASIS -> 2+1+19+9+19 = 50
Multiply the alphabet Position Number
In a certain language “AT”=20, “BAT” = 40. What will be the code of “CAT”.
एक निश्चित भाषा में “AT”=20, “BAT” = 40. “CAT” का कोड क्या होगा।
Solution :
AT = 1×20 =20
BAT = 2x1x20 = 40
Similar manner code of
CAT = 3x1x20 =60
Add or Subtract Some Number in order Number
In a certain language MACHINE = 19-7-9-14-15-20-11. What will be the code of “DANGER “.
एक निश्चित भाषा में MACHINE = 19-7-9-14-15-20-11. “DANGER ” का कोड क्या होगा।
Solution
Word | M | A | C | H | I | N | E |
13+6 | 1+6 | 3+6 | 8+6 | 9+6 | 14+6 | 5+6 | |
Code | 19 | 7 | 9 | 14 | 15 | 20 | 11 |
Similar Manner
Word | D | A | N | G | E | R |
4+6 | 1+6 | 14+6 | 7+6 | 5+6 | 18+6 | |
Code | 10 | 7 | 20 | 13 | 11 | 24 |
Code is 10-7-20-13-11-24
Addition the Number of Alphabet Serial Number
In a certain language MOBILITY = 46293927. What will be the code of “EXAMINATION “.
एक निश्चित भाषा में MOBILITY = 46293927. “EXAMINATION ” का कोड क्या होगा।
Solution
Word | M | O | B | I | L | I | T | Y |
13=1+3 | 15=1+5 | 2 | 9 | 12=1+2 | 9 | 20=2+0 | 25=2+5 | |
Code | 4 | 6 | 2 | 9 | 3 | 9 | 2 | 7 |
Same Manner
Word | E | X | A | M | I | N | A | T | I | O | N |
5 | 24 | 1 | 13 | 9 | 14 | 1 | 20 | 9 | 15 | 14 | |
Code | 5 | 6 | 1 | 4 | 9 | 5 | 1 | 2 | 9 | 6 | 5 |
Number assigned to Individual letter
In such situation, code of all the letters to be find from the example words.
In a certain language PAINT = 53421 and EXCEL = 78679. What will be the code of “ACCEPT “.
एक निश्चित भाषा में PAINT = 53421 and EXCEL = 78679. “ACCEPT ” का कोड क्या होगा।
Solution :
Look at ACCEPT letters and you will notice all the letters have been used in PAINT and EXCEL.
Pick up Number Code directly from the given word.
A -> 3, C-> 6, E->7, P->5 and T->1
Code of ACCEPT is 366751