The result of the team is calculated as an average of all team members' results.
Here is an example calculation for the team of 4 people:
Here is an example calculation for the team of 4 people:
Player 1's result = $10 000;
Player 2's result = $11 000;
Player 3's result = $12 000;
Player 4's result = $13 000;
Team Result = (Player 1's result + Player 2's result + Player 3's result + Player 4's result) / 4
Team Result = (Player 1's result + Player 2's result + Player 3's result + Player 4's result) / 4
(10 000 + 11 000 + 12 000 + 13 000) / 4 = 11 500
If due to the violation of the rules one of the team member's account is disqualified, the whole team result is recalculated. In this case the team result is calculated like this:
Player 1's result = $10 000;
Player 2's result = $11 000;
Player 3's result = $12 000;
Team Result = (Player 1's result + Player 2's result + Player 3's result) / 3
(10 000 + 11 000 + 12 000) / 3 = 11 000