3 tasks · 6 pts max · no time limit
Scenario
A five-member project team shares the following undirected expertise-sharing ties:
A–B, A–C, A–D, B–C, D–E
where A = Alice, B = Bob, C = Carol, D = Dave, E = Eve.
Formulas:
Normalised degree centrality:
Network density:
Normalised betweenness centrality:
where = total number of shortest paths from to , and = those that pass through .
Task 1: What is Alice's normalised degree centrality DC(A) in this five-person network?
Choose one
Or enter your answer (±2% tolerance)
Task 2: What is the network density — the proportion of all possible ties that are present?
Choose one
Or enter your answer (±2% tolerance)
Task 3: What is Alice's normalised betweenness centrality BC(A)?
Choose one
Or enter your answer (±2% tolerance)