Eight bridge players assembled.They wish to break up in four teams of two each and then pair up the teams to form the two bridge playing groups. In how many ways these grouping can be done?
My Attempt
If we assign the numbers $1 ,2 ,3 .. 8$ to the players then to form a a pair we have to count ordered pair $(a,b)$ . This can be done in $7+6+..1=28$ ways. But But selecting two groups from this $28$ pairs is tricky , as in this pairs single player occurs multiple times , hence once a pair containing two particular players are chosen , then all the other pairs which contain them are out. Here I am stuck up how to proceed further.
Thanks in advance for any help.