A certain code language codes 'SUN' as '54'. How will 'MOON' be coded?
Q1. A certain code language codes 'SUN' as '54'. How will 'MOON' be coded?
Answer: 49
Explanation: Sum of the positions: S(19)+U(21)+N(14)=54. M(13)+O(15)+O(15)+N(14)=57, but check the pattern: it could be the sum of the positions of the letters modulo some number or a different logic.