Logical question (no variations, permutations or combinations)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
Physicsissuef
Messages
908
Reaction score
0

Homework Statement



How many contestants have on one chess tournament, if every person have played only one game with all of the other contestants separately, and there are 210 games played.

This problem should not be solved by variations, permutations or combinations. This problem should be solved by using the quadric equation. (we should put some condition, and out of there make some quadric equation).

Homework Equations




The Attempt at a Solution



I have no idea.

x- the number of players

I really don't know.
 
on Phys.org
The answer just popped up into my head. Don't know how to explain it :confused:

[tex]\sum^x_{N=1} N-1 = 210[/tex] x is the number of participants
 
Last edited:
armis said:
The answer just popped up into my head. Don't know how to explain it :confused:

[tex]\sum^x_{N=1} N-1 = 210[/tex] x is the number of participants
Then how do you know it is the answer?

If there are n contestants then, for each one, there are n- 1 "other contestants" and so each plays n-1 games. n people, each playing n-1 games, means there are n(n-1) games- except that each game involves two players: there are actually n(n-1)/2 games played. Since there were a total of 210 games, n(n-1)/2= 210.

(Which is, by the way, exactly what armis is saying!)
 
Oh, exactly. Thanks HallsofIvy
 
I understand. Thank you.