Last visit was: 28 Apr 2024, 05:37 It is currently 28 Apr 2024, 05:37

Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
SORT BY:
Date
Tags:
Show Tags
Hide Tags
GMAT Club Legend
GMAT Club Legend
Joined: 12 Sep 2015
Posts: 6818
Own Kudos [?]: 29978 [22]
Given Kudos: 799
Location: Canada
Send PM
Most Helpful Reply
e-GMAT Representative
Joined: 04 Jan 2015
Posts: 3724
Own Kudos [?]: 16867 [9]
Given Kudos: 165
Send PM
RSM Erasmus Moderator
Joined: 26 Mar 2013
Posts: 2461
Own Kudos [?]: 1360 [5]
Given Kudos: 641
Concentration: Operations, Strategy
Schools: Erasmus (II)
Send PM
General Discussion
Current Student
Joined: 13 Apr 2015
Posts: 1436
Own Kudos [?]: 4549 [2]
Given Kudos: 1228
Location: India
Send PM
Re: There are n people competing in a chess tournament. Each competitor... [#permalink]
1
Kudos
1
Bookmarks
If n people play with every other member exactly once (k = 1) then the total number of matches = nC2 = (n(n- 1))/2

If they have to play with each other k times then the total = k(n^2 - n)/2

Answer: C
GMAT Club Legend
GMAT Club Legend
Joined: 12 Sep 2015
Posts: 6818
Own Kudos [?]: 29978 [0]
Given Kudos: 799
Location: Canada
Send PM
Re: There are n people competing in a chess tournament. Each competitor... [#permalink]
Expert Reply
Top Contributor
These are great solutions. There are still a couple of completely different ways to solve this question.
Any takers?

Cheers,
Brent
e-GMAT Representative
Joined: 04 Jan 2015
Posts: 3724
Own Kudos [?]: 16867 [1]
Given Kudos: 165
Send PM
Re: There are n people competing in a chess tournament. Each competitor... [#permalink]
1
Kudos
Expert Reply
GMATPrepNow wrote:
There are n people competing in a chess tournament. Each competitor must play every other competitor k times. If n > 1 and k > 0, what is the total number of games played in the tournament?

A) kn – k
B) (n² – 2k)/2
C) k(n² – n)/2
D) (n² – 2nk + k)/2
E) (kn – 2k)/2

*kudos for all correct solutions


Let me assume a student who does not know how to use permutation and combination and yet he wants to solve this questions.

He can use a bit of logic and hit and trial to get the answer.

So suppose if I consider, N = 2 and k = 2, the number of games played should be 2 ( easy to visualize, A and B are two people, they play matches 2 times)

    A) kn – k = 4 - 2 = 2
    B) (n² – 2k)/2 = 4 -4/2 = 0 = Not possible
    C) k(n² – n)/2 = 2.2/2 = 2
    D) (n² – 2nk + k)/2 = 4 - 8 +2/2 = negative = Not Possilbe
    E) (kn – 2k)/2 = 4- 4/2 = 0 Not possible

Now we are left with, Option A and C.

    Take N = 3 and k = 1, if there are three people A, B, C, the matches they can play are AB, BC and AC i.e. three matches.

A. 1.3 - 1 = 2 Not possible
C. 1.(9-3)2/ = 3 Hence C has to be the answer.


Thanks,
Saquib
Quant Expert
e-GMAT

Register for our Free Session on Number Properties (held every 3rd week) to solve exciting 700+ Level Questions in a classroom environment under the real-time guidance of our Experts :)

GMAT Club Legend
GMAT Club Legend
Joined: 12 Sep 2015
Posts: 6818
Own Kudos [?]: 29978 [5]
Given Kudos: 799
Location: Canada
Send PM
Re: There are n people competing in a chess tournament. Each competitor... [#permalink]
3
Kudos
1
Bookmarks
Expert Reply
Top Contributor
GMATPrepNow wrote:
There are n people competing in a chess tournament. Each competitor must play every other competitor k times. If n > 1 and k > 0, what is the total number of games played in the tournament?

A) kn – k
B) (n² – 2k)/2
C) k(n² – n)/2
D) (n² – 2nk + k)/2
E) (kn – 2k)/2


Here's an approach that doesn't require any formal counting techniques:

Let's say a MATCH is when two competitors sit down to play their k games against each other.

If we ask each of the n competitors, "How many MATCHES did you have?", the answer will be n-1, since each competitor plays every other competitor, but does not play against him/herself.

So, n(n-1) = the total number of MATCHES

IMPORTANT: There's some duplication here.
For example, when Competitor A says that he/she played n-1 other competitors, this includes the match played against Competitor B. Likewise, when Competitor B says he/she played n-1 other competitors, this includes the match played against Competitor A.

So, in our calculation of n(n-1) = the total number of MATCHES, we included the A vs B match twice.
In fact, we counted every match two times.

To account for this duplication, we'll take n(n-1) and divide by 2 to get n(n-1)/2 MATCHES.

Since each match consists of k games, the total number of games = kn(n-1)/2

Check the answer choices....not there!
However, we can take kn(n-1)/2 and rewrite it as k(n² - n)/2

Answer:

Cheers,
Brent
Intern
Intern
Joined: 05 Jun 2014
Posts: 8
Own Kudos [?]: 4 [0]
Given Kudos: 108
Send PM
Re: There are n people competing in a chess tournament. Each competitor... [#permalink]
EgmatQuantExpert wrote:
GMATPrepNow wrote:
There are n people competing in a chess tournament. Each competitor must play every other competitor k times. If n > 1 and k > 0, what is the total number of games played in the tournament?

A) kn – k
B) (n² – 2k)/2
C) k(n² – n)/2
D) (n² – 2nk + k)/2
E) (kn – 2k)/2

*kudos for all correct solutions



    • If each player plays with each other only once then the total number games is simply given by
      o \(^nC_2 = \frac{n!}{[2!(n-2)!]} = \frac{[n(n-1)]}{2}\)
      o Where n is the number of players and we choose 2 players at a time to play a single game.
    • But then each player is playing its competitor “k” times.
      o Hence the total number of games would be multiplied “k” times.
      o Thus the total number of games = k * Total number of games played once \(= k*n*\frac{(n-1)}{2} = k*\frac{(n^2 – n)}{6}\)
    • Hence the correct answer is Option C.


shouldn't the answer be \(k*\frac{(n^2 – n)}{2}\) and not \(k*\frac{(n^2 – n)}{6}\)
I assume this to be a typo :)
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32720
Own Kudos [?]: 822 [0]
Given Kudos: 0
Send PM
Re: There are n people competing in a chess tournament. Each competitor... [#permalink]
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
GMAT Club Bot
Re: There are n people competing in a chess tournament. Each competitor... [#permalink]
Moderators:
Math Expert
92964 posts
Senior Moderator - Masters Forum
3137 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne