You can put this solution on YOUR website! there are 3 desks and 8 people. what is the probability of a particular person getting a chance to sit on the chairs
----
# of groups of 3 that person is in: 1*7C2 = 21
# of groups of 3 = 8C3 = 56
------
P(an individual sits on a chair) = 21/56
=========================
Cheers,
Stan H.
===============