In a certain code language, each letter of a word is replaced by another letter following a specific pattern. For example, 'BADAM' is coded as 'ABCBD' and 'SEED' is coded as 'EFFC'. Using the same pattern, what is the code for 'BASED'?
- AABEFC
- BABDFC
- CACEFC
- DAAEFC
Solution & Step-by-step Explanation
Let's extract the direct mapping structure by observing the pairs provided:
From and .
Notice the letter matching maps directly:
*
*
*
*
*
*
Now, let's assemble the code for the target word using these specific mapped letter substitutions:
*
*
*
*
*
Putting them together, the code for is .
From and .
Notice the letter matching maps directly:
*
*
*
*
*
*
Now, let's assemble the code for the target word using these specific mapped letter substitutions:
*
*
*
*
*
Putting them together, the code for is .