Hi and I would really appreciate if somebody help me on this.
I want to find out how many dominoes games are posible to do with a set of 28 tiles and every game including 4 players in which each takes 7 tiles (4x7=28

)
I was thinking the solution would be (Z):
C (28,7) x C (21,7) x C (14,7)= 4.72E+14=Z
I dont think the number is correct as if I pick a game random from Z and I call it R and I call the four players R1, R2, R3 and R4.
Lets say that our current game R made of R1, R2, R3 and R4 is changed to R4, R2, R1 and R3 (the players simply changed positions in the table, keeping their tiles). For my purposes, this is a different game, even though the players still have the same tiles but the fact that they are in a different positions, it creates a different game as the turns are anti clock.
I wonder if I have to do a permutation of 4 which is equal to 24.
Then my number of games could be equal to 24 x 4.72E+14
is this correct? or are those variations already on my previous solution?
thanks for the help.