A travel company has five employees, Amara (`A`), Ben (`B`), Cheng (`C`), Dana (`D`) and Elka (`E`).
The company allows each employee to send a direct message to another employee only as shown in the communication matrix `G` below.
The matrix `G^2` is also shown below.
`{:(),(),(G = text(sender)):}{:(qquadqquadqquad\ text(receiver)),(qquadqquadAquadBquadCquadDquadE),({:(A),(B),(C),(D),(E):}[(0,1,1,1,1),(1,0,1,0,0),(1,1,0,1,0),(0,1,0,0,1),(0,0,0,1,0)]):}qquad{:(),(),(G^2 = text(sender)):}{:(qquadqquadqquad\ text(receiver)),(qquadqquadAquadBquadCquadDquadE),({:(A),(B),(C),(D),(E):}[(2,2,1,2,1),(1,2,1,2,1),(1,2,2,1,2),(1,0,1,1,0),(0,1,0,0,1)]):}`
The 1 in row `E`, column `D` of matrix `G` indicates that Elka (sender) can send a direct message to Dana (receiver).
The 0 in row `E`, column `C` of matrix `G` indicates that Elka cannot send a direct message to Cheng.
- To whom can Dana send a direct message? (1 mark)
- Cheng needs to send a message to Elka, but cannot do this directly.
Write down the names of the employees who can send the message from Cheng directly to Elka. (1 mark)