Concept:Pairing six persons means dividing all six into three unordered pairs of two.Explanation:Select the first pair from 6 persons: (26)=15 ways.Select the second pair from the remaining 4 persons: (24)=6 ways.The last 2 persons automatically form the third pair: (22)=1 way.Since the order of the three pairs does not matter, divide by 3!.Therefore, the number of ways is:(2!)33!6!=8×6720=15.This matches the process 3!(26)(24)(22)=15.Answer:C. 15