Step 1: Identify the pattern
Let's look at the transformation of 'TIGER' to 'JUISF'. We observe the following pattern:
- \( T \rightarrow J \) (shift by -10 positions)
- \( I \rightarrow U \) (shift by +12 positions)
- \( G \rightarrow I \) (shift by +2 positions)
- \( E \rightarrow S \) (shift by +14 positions)
- \( R \rightarrow F \) (shift by -10 positions)
We apply the same shifting pattern to the word 'EQUAL':
- \( E \rightarrow R \) (shift by +10 positions)
- \( Q \rightarrow F \) (shift by -12 positions)
- \( U \rightarrow W \) (shift by +2 positions)
- \( A \rightarrow M \) (shift by +14 positions)
- \( L \rightarrow B \) (shift by -10 positions)
Answer: The correct answer is option (B): RFWMF.