In a certain code language, 'BREWING' is written as 'CIFDJMH' and 'ANCIENT' is written as 'BMDRFMU'. How will 'MUSEUMS' be written in that language?
- ANFTVVNT
- BHITUOPL
- CBADGGIU
- DMULCSPE
Solution & Step-by-step Explanation
The pattern followed here is split-reversal and increment/decrement.Let's divide each 7-letter word into two halves of 3 letters each, with a middle letter: .For BREWING:First 3 letters: reverse to . Add to each:
So, the first three letters are rearranged as C, S, F? Let's check the alternative shift or simple positions.Let's look at direct correspondence or reverse pairings:
This is close, but the code is CIFDJMH. Let's analyze letter-by-letter: () (Opposite letter of R is I) () (Opposite letter of W is D) () (Opposite letter of N is M) ()Let's check this logic with ANCIENT: The code obtained is BMDRFMU, which matches exactly!Now, applying the same pattern to MUSEUMS: Thus, the code for MUSEUMS is NFTVVNT.
So, the first three letters are rearranged as C, S, F? Let's check the alternative shift or simple positions.Let's look at direct correspondence or reverse pairings:
This is close, but the code is CIFDJMH. Let's analyze letter-by-letter: () (Opposite letter of R is I) () (Opposite letter of W is D) () (Opposite letter of N is M) ()Let's check this logic with ANCIENT: The code obtained is BMDRFMU, which matches exactly!Now, applying the same pattern to MUSEUMS: Thus, the code for MUSEUMS is NFTVVNT.