正解:B
According to the PMBOK Guide, specifically within the Plan Communications Management process, the number of potential communication channels is a measure of the complexity of project communications.
* The Formula: The formula used to calculate the total number of potential communication channels is:
$$C = \frac{N \times (N - 1)}{2}$$
Where:
* $C$ is the number of communication channels.
* $N$ is the number of stakeholders (including the project manager).
* The Calculation:
Given that the number of channels ($C$) is 28, we set up the equation:
$$28 = \frac{N \times (N - 1)}{2}$$
Multiply both sides by 2:
$$56 = N \times (N - 1)$$
$$56 = N^2 - N$$
$$N^2 - N - 56 = 0$$
To solve this quadratic equation, we look for two numbers that multiply to -56 and add to -1. Those numbers are -8 and 7:
$$(N - 8)(N + 7) = 0$$
This gives two possible values for $N$: 8 or -7. Since the number of stakeholders cannot be negative, $N$ must be 8.
* Verification:
If there are 8 stakeholders:
$$\text{Channels} = \frac{8 \times (8 - 1)}{2} = \frac{8 \times 7}{2} = \frac{56}{2} = 28$$ The calculation is correct.
* Significance: Understanding the number of communication channels is vital for a project manager because as the number of stakeholders increases linearly, the complexity of communication increases exponentially. This helps the project manager decide on the appropriate communication methods and frequency to ensure all stakeholders are effectively engaged.
Comparison with other options:
* A. 7: Using the formula, 7 stakeholders would result in $\frac{7 \times 6}{2} = 21$ channels.
* C. 14: Using the formula, 14 stakeholders would result in $\frac{14 \times 13}{2} = 91$ channels.
* D. 16: Using the formula, 16 stakeholders would result in $\frac{16 \times 15}{2} = 120$ channels.