At a fast-food restaurant, team members use headsets to communicate.
There are six different headsets: \(A, B, C, D, E\) and \(F\).
These headsets work on different frequencies, which means some staff members cannot directly communicate with each other.
The matrix below shows which headsets can directly communicate with each other.
\begin{aligned}
& \quad \quad \quad \quad \textit{receiver} \\
& \quad \ \ A \ \ \ B \ \ \ C \ \ \ D \ \ \ E\ \ \ F \\
\textit{sender}\ \ & \begin{array}{l}
A \\
B \\
C \\
D \\
E \\
F
\end{array}\begin{bmatrix}
0 & 1 & 0 & 1 & 0 & 1 \\
1 & 0 & 0 & 1 & 0 & 1 \\
0 & 0 & 0 & 0 & 1 & 1 \\
1 & 1 & 0 & 0 & 1 & 0 \\
0 & 0 & 1 & 1 & 0 & 0 \\
1 & 1 & 1 & 0 & 0 & 0
\end{bmatrix}\\
\end{aligned}
In this matrix:
- the '1' in row \(A\), column \(B\) indicates that headset \(A\) can directly communicate with headset \(B\)
- the '0' in row \(A\), column \(E\) indicates that headset \(A\) cannot directly communicate with headset \(E\).
Which one of the following sequences allows a message to be communicated from headset \(A\) to headset \(E\) ?
- \(A-C-E\)
- \(A-D-B-E\)
- \(A-B-D-E\)
- \(A-F-D-E\)






