Each alphabet is represented as a number as shown in the image above. So now you choose an arbitrary word and represent it in the form of numbers above and let be the product of these numbers.
Find the smallest three digit composite number which cannot take the value of for any arbitrary word.
Details And assumptions:
You can choose any word (whether it makes sense or not does not matter).
As an explicit example , if the word is , then .
This problem is original.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We can have product of numbers from 1 to 2 6 .Note that if P contains a prime which is greater than 2 6 , then it cannot represent any word. So lets start with 1 0 1 .
1 0 1 = p r i m e 1 0 2 = 1 7 × 2 × 3 = p o s s i b l e 1 0 3 = p r i m e 1 0 4 = 8 × 1 3 = p o s s i b l e 1 0 5 = 3 × 5 × 7 = p o s s i b l e 1 0 6 = 2 × 5 3 = n o t p o s s i b l e s i n c e 5 3 > 2 6
Hence 1 0 6 is the answer.