In a certain code language, PHONE is coded as 78 and MOON is coded as 52. How will PLAN be coded in that language?
66
The problem presents a coding language where words are coded into numbers based on a specific rule. We are given two examples: PHONE is coded as 78, and MOON is coded as 52. Our task is to find the code for the word PLAN using the same logic.
Let's look at the letters in the words and their standard alphabetical positions:
Sum of standard positions for PHONE = ${16 + 8 + 15 + 14 + 5 = 58}$. This does not match 78.
Let's consider the reverse alphabetical positions (where A=26, B=25, ..., Z=1):
Sum of reverse positions for PHONE = ${11 + 19 + 12 + 13 + 22 = 77}$. This is very close to 78. It seems we might need to add 1 to the sum.
Let's test this potential rule (Sum of reverse alphabetical positions + 1) with the word MOON:
Sum of reverse positions for MOON = ${14 + 12 + 12 + 13 = 51}$.
Adding 1 to the sum: ${51 + 1 = 52}$. This matches the given code for MOON.
Based on the analysis of PHONE and MOON, the rule for coding words into numbers is:
Code = (Sum of reverse alphabetical positions of all letters in the word) + 1
| Letter | Standard Position | Reverse Position (${27 - \text{Standard Position}}$) |
|---|---|---|
| A | 1 | 26 |
| B | 2 | 25 |
| ... | ... | ... |
| E | 5 | 22 |
| H | 8 | 19 |
| L | 12 | 15 |
| M | 13 | 14 |
| N | 14 | 13 |
| O | 15 | 12 |
| P | 16 | 11 |
| ... | ... | ... |
| Z | 26 | 1 |
Now, let's apply this rule to find the code for the word PLAN.
Find the reverse alphabetical position for each letter in PLAN:
Calculate the sum of these reverse positions:
Sum for PLAN = ${11 + 15 + 26 + 13 = 65}$.
Finally, add 1 to the sum:
Code for PLAN = ${65 + 1 = 66}$.
Therefore, the word PLAN is coded as 66 in this language.
| Word | Letters | Reverse Positions | Sum of Reverse Positions | Final Code (Sum + 1) | Given Code |
|---|---|---|---|---|---|
| PHONE | P, H, O, N, E | 11, 19, 12, 13, 22 | ${11 + 19 + 12 + 13 + 22 = 77}$ | ${77 + 1 = 78}$ | 78 |
| MOON | M, O, O, N | 14, 12, 12, 13 | ${14 + 12 + 12 + 13 = 51}$ | ${51 + 1 = 52}$ | 52 |
| PLAN | P, L, A, N | 11, 15, 26, 13 | ${11 + 15 + 26 + 13 = 65}$ | ${65 + 1 = 66}$ | ? (Calculated 66) |
Letter coding is a common type of question in reasoning sections of competitive exams. It involves assigning codes to letters based on various rules. Understanding these rules helps in cracking the code for a new word. Common rules include:
Practicing different types of letter coding problems helps improve pattern recognition and problem-solving skills.
In a certain code language, 'DAM’ is coded as '50' and 'PAD' is coded as '47'. How will 'MAP' be coded in that language?
In a certain code language, ‘YOU’ is written as ‘7878’ and ‘GO’ is written as ‘108’. How will ‘SIT’ be written in that language?
If in a certain coding language, 'CHIMERA' is written as '1-18-5-13-9-8-3'. How will 'SPECIES' be written in that code language?
In a certain code language, 'MODERN' is written as '4681095' and 'TRACT' is written as '29262'. How will 'BELGIUM' be written in that code language ?
In a certain code language, ‘CRUSADE’ is written as ‘ETTUZFD’ and 'MUSICAL' is written as ‘OTUHEZN’. How will ‘AUGUST’ be written in that language?
In a certain code language, 'FRISK' is written as '315' and 'DOUBLE' is written as '354'. How will 'TENT' be written in that code language?
In a certain code language, ‘CURSOR’ is written as ‘564’ and ‘BOY’ is written as ‘126’. How will ‘FREE’ be written as in that language?
In a certain code language, RUBBER is coded as 101 and JELLY is coded as 76. How will LABEL be coded in the same language?
In a certain code language, TOGETHER is coded as 119 and MASTER is coded as 87. How will REVERSE be coded in that language?
In a certain code, if BRDKE is written as AQCJD, then SLEEP will be written in that code as:
In a certain code language, ‘BULB’ is written as ‘190’, ‘CALM’ is written as ‘150’. What is the code for ‘DOES’ in that code language
In a certain code language, RAMP is coded as 3611332. How will DELL be coded in that language?
In a code language, 'SPACE' is written as '5-91' and 'ROTTEN' is written as '6-70'. How will 'MEAN' be written in that language?