In a certain code language, 'DAM’ is coded as '50' and 'PAD' is coded as '47'. How will 'MAP' be coded in that language?
38
This question asks us to decipher a specific code language where words are converted into numbers. We are given two examples: 'DAM' is coded as '50' and 'PAD' is coded as '47'. We need to find the code for 'MAP' using the same logic.
Let's look at the letters in the words 'DAM' and 'PAD' and their corresponding alphabetical positions (A=1, B=2, ..., Z=26).
Let's try summing the standard alphabetical positions:
The difference is not constant, so simple summation of standard positions is likely not the method.
Another common pattern involves using reversed alphabetical positions (A=26, B=25, ..., Z=1). The reversed position of a letter can be found by subtracting its standard position from 27.
Let's sum the reversed alphabetical positions for the given words:
Now, let's compare these sums to the given codes:
We see a consistent pattern! The code for a word seems to be the sum of the reversed alphabetical positions of its letters minus 13.
Pattern identified: Code = (Sum of Reversed Alphabetical Positions) - 13
Now, we apply this pattern to the word 'MAP'.
Sum of reversed positions for MAP = \(14 + 26 + 11 = 51\).
Applying the pattern: Code for MAP = (Sum of Reversed Positions) - 13
Code for MAP = \(51 - 13 = 38\).
Therefore, 'MAP' will be coded as '38' in this language.
| Word | Letters | Standard Position | Reversed Position (27 - Standard) | Sum of Reversed Positions | Code | Check (Sum - Code) |
|---|---|---|---|---|---|---|
| DAM | D, A, M | 4, 1, 13 | 23, 26, 14 | \(23 + 26 + 14 = 63\) | 50 | \(63 - 50 = 13\) |
| PAD | P, A, D | 16, 1, 4 | 11, 26, 23 | \(11 + 26 + 23 = 60\) | 47 | \(60 - 47 = 13\) |
| MAP | M, A, P | 13, 1, 16 | 14, 26, 11 | \(14 + 26 + 11 = 51\) | ? | \(51 - 13 = 38\) |
Based on the pattern derived from 'DAM' and 'PAD', the code for 'MAP' is 38.
| Concept | Description | Example Usage in Coding |
|---|---|---|
| Alphabetical Position | Assigning numerical values to letters based on their order (A=1, B=2, ...). | Sum of positions, individual position operations. |
| Reversed Position | Assigning numerical values from end (A=26, B=25, ...). Formula: 27 - Standard Position. | Sum of reversed positions, individual reversed position operations. |
| Letter Rearrangement | Letters within the word might be rearranged before coding, or their new position affects the code. | Coding based on letter position in the given word. |
| Constant Addition/Subtraction | Adding or subtracting a fixed number after calculating letter values or their sum. | As seen in this problem (\(Sum - 13\)). |
| Multiplication/Division | Multiplying or dividing the sum or individual values by a constant. | \(Sum * k\), \(Sum / k\), \(Position * k\). |
Coding and decoding questions are common in logical reasoning sections of various exams. They test your ability to identify patterns and apply logical rules. Common patterns include:
Practicing different types of coding decoding puzzles helps in quickly identifying the underlying pattern during exams. Always start by writing down the given examples clearly and trying the most common methods like standard and reversed alphabetical positions sums before looking for more complex patterns.
In a certain code language, ‘MOUSE’ is written as ‘62’ and ‘SHEEP’ is written as ‘82’. How will ‘PIG’ be written in that language?
In a certain code language, 'PLAY' is coded as ‘54’ and ‘HAPPY’ is coded as ‘66’. How will ‘SMILE' 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 code language, SOUGHT is written as VRXDEQ. How will ENSURE be written in that language?
If A = 1, FAT = 27, then FAITH = ?
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