Name: Anonymous 2010-10-20 20:42
I'm trying to do a problem but I'm stuck
How do you determine the number of ties that occurred given the number of teams in a competition, the number of games played, and the score each team has after that number of games. A victory is worth 3 points, a tie worth 1 point and a loss no points.
An example with 3 teams after 3 games:
Team A has 5 points, Team B has 1, Team C has 1.
How do you determine the number of ties that occurred given the number of teams in a competition, the number of games played, and the score each team has after that number of games. A victory is worth 3 points, a tie worth 1 point and a loss no points.
An example with 3 teams after 3 games:
Team A has 5 points, Team B has 1, Team C has 1.