Skip to main contentSkip to solution

According to a coding scheme the sentence

Peacock is designated as the national bird of India is coded as

56889993511355566785645813666689133479133665688999351135556678564581366668913347913366

This coding scheme has the following rules:

  1. The scheme is case-insensitive (does not distinguish between upper case and lower case letters).
  1. Each letter has a unique code which is a single digit from among 1,2,3,…,91,2,3, \ldots, 9.
  1. The digit 99 codes two letters, and every other digit codes three letters.
  1. The code for a word is constructed by arranging the digits corresponding to its letters in a non-decreasing sequence.

What best can be concluded about the code for the letter L?

Solution

✅ Correct Option: 2
Slide 1/10

Understanding the set :-

In this set, You are given a sentence and its corresponding coded version, with the following rules:

  1. Rules of the Scheme

a) Case- insensitive : Letters like P and p are treated the same.

So "Peacock" = "peacock".

  1. Unique Letter-to-Digit Mapping:

Each letter of the alphabet is assigned a unique digit between 1 and 9.

So, each letter always maps to the same digit, no matter where it appears.

  1. Distribution of Letters to Digits:

One digit (9) represents only 2 letters.

All other digits (1–8) each represent 3 letters.

Since there are 26 letters in the alphabet:

8 digits × 3 letters = 24

1 digit (9) × 2 letters = 2

Total = 24 + 2 = 26 ( accounts for all letters)

  1. How Each Word is Coded:

For every word in the sentence:

Replace each letter with its assigned digit.

Then sort the digits in non-decreasing order.

This sorted string of digits becomes the code for that word.

PeacockisdesignatedasthenationalbirdofIndia
5688999351135556678564581366668913347913366
Letters123456789
IS

For India -

It is coded as 13366.

Now, we know, in "India" there are 2 I's

=> I will represent either 3 or 6.

For Also, as we can see, 'IS' is coded as 35.

=> I will be coded as 3.

=> S will be coded as 5.

PeacockisdesignatedasthenationalbirdofIndia
5688999351135556678564581366668913347913366
Letters123456789
AIS

Now, as we can see "AS" is coded as 56.

And, we know, S is coded as 5.

=> A will be coded as 6.

PeacockisdesignatedasthenationalbirdofIndia
5688999351135556678564581366668913347913366
Letters123456789
AISFO

Now, there is O is common in both "of" and "national".

Now, OF is coded as - 79

and, NATIONAL is coded as - 13666689

Both of them only has only 9 is common.

=> O is coded as 9.

=> F is coded as 7.

PeacockisdesignatedasthenationalbirdofIndia
5688999351135556678564581366668913347913366
Letters123456789
AISFO, C

Clue 3 says,

The digit 9 codes two letters

We know, one of them is O.

Now, in peacock code there are three 9's.

Remaining two O's will be represented by the same letter.

We can see that only letter 'C' has appeared twice in Peacock.

Therefore, we can say that 'C' is assigned number '9'.

PeacockisdesignatedasthenationalbirdofIndia
5688999351135556678564581366668913347913366
Letters123456789
A, DISNFO, C

In word national 'N' has appeared twice.

In code only digit '6' has appeared more than once.

Hence, we can say that code of letter N is '6'.

Consequently, we can say that code for letter 'D' is '1' because in India rest of the numerals are already taken.

PeacockisdesignatedasthenationalbirdofIndia
5688999351135556678564581366668913347913366
Letters123456789
A, DISNF, TO, C

In words, 'the' and 'national' only letter 'T' is common.

In code as well only digit '8' is common in two codes.

Hence, we can say that letter code for letter 'T' is 8.

PeacockisdesignatedasthenationalbirdofIndia
5688999351135556678564581366668913347913366
Letters123456789
A, DI, HESNF, TO, C

In words, 'the' and 'peacock' only letter 'e' is common.

In code as well only digit '5' is common in two codes.

Hence, we can say that letter code for letter 'e' is 5.

Consequently, we can say that leftover letter, in word "the", 'H's code is 4.

PeacockisdesignatedasthenationalbirdofIndia
5688999351135556678564581366668913347913366
Letters123456789
A, D , LI, HESNF, TO, C

We can see that code for word "NATIONAL" is 13666689.

Hence, we can say that code for the letter L is '1'.

PeacockisdesignatedasthenationalbirdofIndia
5688999351135556678564581366668913347913366
Letters123456789
A, D , LI, HESNF, TO, C

L is coded as '1'.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question