This question involves a coding logic puzzle where words are represented by numbers. We need to figure out the rule used to convert 'NOISE' to 124 and 'WILD' to 96, and then apply this same rule to find the code for 'GIVER'.
The most common method for these types of problems is to use the alphabetical positions of the letters (A=1, B=2, ..., Z=26).
Let's sum these positions:
Sum = 14 + 15 + 9 + 19 + 5 = 62
The code given is 124. Notice that $62 \times 2 = 124$. This suggests the rule might be: (Sum of alphabetical positions) $\times 2$.
Let's check if this rule holds for 'WILD'.
Summing the positions:
Sum = 23 + 9 + 12 + 4 = 48
Applying the potential rule (multiply by 2):
$48 \times 2 = 96$
This matches the given code for 'WILD'. So, the logic is confirmed: Sum the alphabetical positions of the letters in the word and multiply the sum by 2.
Now, we apply the confirmed rule to the word 'GIVER'.
Calculate the sum of these positions:
Sum = 7 + 9 + 22 + 5 + 18 = 61
Finally, multiply the sum by 2 to get the code:
Code = $61 \times 2 = 122$
Therefore, 'GIVER' will be coded as 122.
In a certain code language, 'ROCKET' is coded as '36', and 'MASON' is coded as '25'. How will 'SERVITUDE' be coded in that language?
In a certain code language, 'CHOICE' is written as '53', 'CHARGE' is written as '52', how will 'CHANCE' be written in that language?
In a certain code language, ‘SEA’ is written as ‘75’, and ‘POND’ is written as ‘196’. How will ‘LAKE’ be written in that language?
In a certain code language, 'CATHOLIC' is written as '79', 'AUDIENCE' is written as '70', how will 'ASSEMBLY' be written in that language?
In a code language, ‘FREQUENT’ is written as ‘6 - 18 - 5 - 17 - 21 - 5 - 14 - 20’ and ‘DANGER’ is written as ‘4 - 1 - 14 - 7 - 5 - 18’. How will ‘SOLITUDE’ be written in that language?
In a certain code language, ‘PEOPLE’ is written as ‘5’ and ‘ACADEMIC’ is written as ‘7’. How will ‘PRESIDENT’ be written in that language?
In a certain code language, 'COURT' is coded as ‘5 - 77’, 'CASE’ is coded as '4 - 28’. How will 'LAWYER' be coded in that language?
In a certain code language, 'MOSQUE' is written as '92', 'TEMPLE' is written as '111', how will 'CHURCH' be written in that language?
In a certain code language, ‘FINGER’ is written as ‘31’ and ‘HOLIDAY’ is written as ‘24’. How will ‘WHOLE’ be written in that language?
In a certain code language, ‘HEIGHT’ is written as ‘51’ and ‘FULL’ is written as ‘47’.How will ‘DISH’ be written in that language?
If ‘Monday’ is encrypted as 123456 and ‘Belt’ is encrypted as 0789, how would you encrypt the word ‘Tombay’?
In a certain code language, ‘LACKEY’ is written as ‘121311525’, ‘LUSTER’ is written as ‘12211920518’. What is the code for ‘KIPPER’ in that code language?
In a certain code language, 'IT' is written as '58', 'SAD' is written as '48'. What is the code for 'FISH' in that code language?
If 31 L 31 J 5 = 186 and 47 J 2 L 43 = 137, then 52 L 64 J 3 = ?
If R is coded as 4, M is coded as 1, N is coded as 5, S is coded as 8, Q is coded as 0, L is coded as 6 and P is coded as 3, then what is the coded form of SMLRP ?