If the word "MEAT" is written as "TEAM" by swapping the first and last letters while keeping the middle order the same, then how will "BALE" be written in the same rule?

Difficulty: Easy

Correct Answer: EALB

Explanation:


Introduction / Context:
This question tests recognition of a simple positional transformation: interchanging the first and last letters while keeping the middle letters in their original order.



Given Data / Assumptions:

  • "MEAT" becomes "TEAM".
  • The operation is to swap the first and last letters only.
  • The internal sequence (middle letters) remains unchanged.


Concept / Approach:
For a 4-letter word ABCD, the transformed form is DBCA, i.e., swap A and D while leaving B and C intact.



Step-by-Step Solution:
BALE: first letter B, last letter E, middle letters A and L.Swap first and last: E _ _ B.Keep middle letters A and L in the same order to obtain EALB.



Verification / Alternative check:
Apply rule back to "TEAM": swapping first and last gives "MEAT", confirming consistency.



Why Other Options Are Wrong:

  • ELAB / EABL / EBLA: These disturb the order of the middle letters A and L.
  • None of these: Not applicable since EALB fits perfectly.


Common Pitfalls:
Altering the order of the middle letters or attempting a full reversal instead of a boundary swap.



Final Answer:
EALB

More Questions from Coding Decoding

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion