

InterviewSolution
Saved Bookmarks
1. |
In a certain code language R is written as 13248, A is written as 011 and C is written as 093. The code for ‘M’ will be 13169 11693 16913 16369 |
Answer» <html><body><p>11693Step-by-step explanation:If we see in R , A and C we can observe that the first and last <a href="https://interviewquestions.tuteehub.com/tag/letter-11355" style="font-weight:bold;" target="_blank" title="Click to know more about LETTER">LETTER</a> <a href="https://interviewquestions.tuteehub.com/tag/combine-409630" style="font-weight:bold;" target="_blank" title="Click to know more about COMBINE">COMBINE</a> together to get the number of the letter ..for example in R they gave it as 13248 where first (1 ) and last (8) combine to get 18 which is the number of the letter , like R is the 18th alphabet . And the <a href="https://interviewquestions.tuteehub.com/tag/three-708969" style="font-weight:bold;" target="_blank" title="Click to know more about THREE">THREE</a> middle numbers are the squares of those numbers .Like for R , 13248 where first (1 ) and last (8) combine to get 18 which is the number of the letter and 324 is the middle number which is the square of 18.The same follows for letter M . Where it is the 13th letter , so first number should be 1 and last number should be <a href="https://interviewquestions.tuteehub.com/tag/3-301577" style="font-weight:bold;" target="_blank" title="Click to know more about 3">3</a> , the numbers which satisfy this policy are 11693 and 16913. The square of 13 is <a href="https://interviewquestions.tuteehub.com/tag/169-277770" style="font-weight:bold;" target="_blank" title="Click to know more about 169">169</a> , so it's code is 11693.</p></body></html> | |