SOLUTION: There are 90 players in a league. Each of the 90 players plays exactly one match against each of the other 89 players. Each match ends with a win for one player and a loss for th

Algebra.Com
Question 1170031: There are 90 players in a league. Each of the 90 players plays exactly one match
against each of the other 89 players. Each match ends with a win for one player and
a loss for the other player, or with a tie for both players. Each player earns 1 point
for a win, 0 points for a loss, and 0.5 points for a tie. After all matches have been
played, the points earned by each player are added up. What is the greatest possible
number of players whose total score can be at least 54 points?

Answer by ikleyn(52781)   (Show Source): You can put this solution on YOUR website!
.
There are 90 players in a league. Each of the 90 players plays exactly one match
against each of the other 89 players. Each match ends with a win for one player and
a loss for the other player, or with a tie for both players. Each player earns 1 point
for a win, 0 points for a loss, and 0.5 points for a tie. After all matches have been
played, the points earned by each player are added up. What is the greatest possible
number of players whose total score can be at least 54 points?
~~~~~~~~~~~~~


Imagine 90 x 90 matrix, to which you write the results of each match (game).


So, you write "1" into cell (i,j), if i-th player wins the game against j-th player;

    you write "0" into cell (i,j), if i-th player loses the game against j-th player;

and you write "0.5" into cell (i,j) for a tie.



Notice that the sum of results in cells (i,j) and (j,i) is always 1.


Nobody plays against himself (herself); therefore, the diagonal cells (i,i) in our matrix are empty.


The sum of the values over all cells is, obviously,   = 45*89 = 4005.


Therefore, the number of those whose total score is at least 54 is no more than   = 74.16.


Rounding to the nearest smaller integer number, we get the ANSWER  74.

Solved.



RELATED QUESTIONS

10 players participate in a tennis tournament. A game involves two players and each... (answered by Boreal)
There are 64 players in a head-to-head tournament. 12 of these players are friends with... (answered by ewatrrr)
1.There are 1379 children signed up to play in a basketball league. If exactly 9 players... (answered by tommyt3rd)
There are 160 players in a soccer league.This is 23 more than last year.Find the number... (answered by tiffany222,fractalier)
Amy, Linda, Mark, Kelsie, Ryan, Angie, and Matthew are the seven players in a round-robin (answered by ikleyn)
Need Help Please There are 5 tennis players in a tournament. Of each tennis player... (answered by checkley77,rtp1986)
The ratio of soccer players to baseball player on two teams is 4 to 7. Which of the... (answered by harpazo)
there are 5 players on a basketball team. all but 2 players scored 6 points each. the... (answered by checkley79)
in a cricket championship there are 36 matches. the number of teams if each plays one... (answered by oscargut)