In the word TEAM, each letter is substituted with the subsequent letter in the alphabet: \[
\begin{aligned}
\text{T} &\to \text{U} \\
\text{E} &\to \text{F} \\
\text{A} &\to \text{B} \\
\text{M} &\to \text{N}
\end{aligned}
\]
This demonstrates a pattern of advancing each letter by one position forward.
Apply this rule to WORK:
\[
\begin{aligned}
\text{W} &\to \text{X} \\
\text{O} &\to \text{P} \\
\text{R} &\to \text{S} \\
\text{K} &\to \text{L}
\end{aligned}
\]
Outcome: WORK → XPSL