Answer:
The following outlines the possible roles for each of the five employees:
Zamora: Planning, Sales, Marketing, Industry relations
Agraharam: Planning, Development
Smith: Publicity, Sales, Industry relations
Chou: Publicity, Sales, Industry relations
Macintyre: Planning, Publicity, Sales, Industry relations
The graph’s vertices represent the five employees and six responsibilities. An edge connects an employee to a responsibility that they can perform.
= {Zamora, Agraharam, Smith, Chou, Macintyre}
= {Planning, Publicity, Sales, Marketing, Development, Industry relations}
E = {(Zamora, Planning), (Zamora, Sales), (Zamora, Marketing), (Zamora, Industry relations), (Agraharam, Planning), (Agraham, Development), (Smith, Sales), (Smith, Publicity), (Smith, Industry relations), (Chou, Sales), (Chou, Publicity), (Chou, Industry relations), (Macintyre, Planning), (Macintyre, Sales), (Macintyre, Publicity), (Macintyre, Industry relations)}
Step-by-step explanation:
A bipartite graph consists of a simple graph with vertices grouped into two distinct sets
and
such that no edges exist among vertices within
and no edges linking those in
, while connections can occur between vertices from
and vertices from
.