Official Solution:At a conference, there are 10 business executives and 7 chairmen. If each business executive shakes hands with every other executive and each chairman exactly once, and each chairman shakes hands only with the business executives (but not with other chairmen), how many handshakes take place? A. 144
B. 131
C. 115
D. 90
E. 45
Approach 1: The total number of possible handshakes between 10 business executives and 7 chairmen (without any restrictions) is equivalent to the number of unique pairs we can form from these 17 individuals, which is \(C^2_{17}\). Similarly, the number of handshakes just between the chairmen is \(C^2_{7}\) (restricted handshakes).
Thus, the desired total is: \(\text{Total handshakes} - \text{Restricted handshakes} = C^2_{17} - C^2_{7} = 136 - 21 = 115\).
Approach 2: Another method involves directly calculating the number of handshakes between the executives, which is \(C^2_{10}\), and then adding the handshakes between the executives and the chairmen, which is \(10 * 7\) (as each of the 10 executives shakes the hand of each of the 7 chairmen). So, the total is: \(C^2_{10} + 10 * 7 = 115\).
Answer: C