To find the number of different selections of four out of eight people, we can use combinations, which is represented as
Using Pascal's Triangle, we list rows from 0 to 8. Each entry in Pascal's Triangle can be calculated by adding the two entries directly above it.
Here is Pascal’s Triangle from row 0 to row 8:
Row 0: 1
Row 1: 1 1
Row 2: 1 2 1
Row 3: 1 3 3 1
Row 4: 1 4 6 4 1
Row 5: 1 5 10 10 5 1
Row 6: 1 6 15 20 15 6 1
Row 7: 1 7 21 35 21 7 1
Row 8: 1 8 28 56 70 28 8 1
To find
Thus, the number of different selections of four out of eight people is 70.
So the correct response is: 70