In a certain code language, ‘MANAGE’ is written as ‘LYMYFC’ and ‘CREATE’ is written as ‘BQCYSC’. How will ‘BUILD’ be written in that language?
- ACKGSA
- BASGKC
- CAKSCG
- DGAKSC
Solution & Step-by-step Explanation
Let's find the relationship between letters in MANAGE and LYMYFC: The pattern is an alternating subtraction: .Let's verify with CREATE BQCYSC:? Wait, the third letter in code is C, so ?Let's check values for CREATE to BQCYSC: Let's re-examine MANAGE to LYMYFC: So the pattern for vowels and consonants:Consonants (): Vowels (): Let's test this rule on CREATE: (Consonant) (Consonant) (Vowel) (Vowel) (Consonant) (Vowel) Matches BQCYSC perfectly!Now apply this rule to BUILD: (Consonant) (Vowel) (Vowel) (Consonant) (Consonant) The resulting code is ASGKC.