Hi,
I solved it as follows:
There are 20C2=190 unique possibilities to create pairs of two. There are (190)*(152)*(114)*(76)*(38) total possibilities for different groups created out of these pairs (where order does matter, for now). Why? We start to pick 1 out of 190, and if we pick for example (a,b), then all other two pairs which contain EITHER a OR b have to go out. There are in total 19 pairs with a, 19 pairs with b. Meaning we have 38 less to choose from, and 190-38=152. This process continues until we have done it 4 times and reach 38.
We can determine the number of possibilities in which Jack and Tony ARE in a group by 5C2*[(152)*(114)*(76)*(38)]. Why 5C2? Because as order DOES matter for out possibilities we calculated above, it could be that the pair (Jack,Tony) is the first one, second one, first and third one,..., and so on! In total we get
Possibilities where both in a group/total=[5C2*152*...*38)]/[(190*152*...*38)]=5C2/190=10/190.
It follows that in 1-(10/190)=18/19 cases they AREN'T in a group. The probability of both to win in their respective groups is 1/4, and in total we get 18/19*(1/4)=9/38=A/B, and with A/B being irreducible (co-prime)-> A+B=9+38=47.