Set Prob again

This topic has expert replies
User avatar
Senior | Next Rank: 100 Posts
Posts: 74
Joined: Fri Dec 17, 2010 12:37 pm
Location: Munich
Thanked: 3 times

Set Prob again

by garuhape » Wed Feb 23, 2011 7:07 am
I hate these set questions...

In a group of 68 students, each student is registered for at least one of three classes - History, Math and English. Twenty-five students are registered for History, twenty-five students are registered for Math, and thirty-four students are registered for English. If only three students are registered for all three classes, how many students are registered for exactly two classes?

OA is 10 however I get 13.

#Students = #History + #Math + #English - #All Three - # Two Courses

68 = 25 + 25 + 34 - 3 - #Two Courses <=> #Two Courses = 13

Plz help
Source: — Problem Solving |

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Wed Feb 23, 2011 7:17 am
garuhape wrote:I hate these set questions...

In a group of 68 students, each student is registered for at least one of three classes - History, Math and English. Twenty-five students are registered for History, twenty-five students are registered for Math, and thirty-four students are registered for English. If only three students are registered for all three classes, how many students are registered for exactly two classes?

OA is 10 however I get 13.

#Students = #History + #Math + #English - #All Three - # Two Courses

68 = 25 + 25 + 34 - 3 - #Two Courses <=> #Two Courses = 13

Plz help
This problem is testing your knowledge of overlapping groups. Here is the formula for 3 overlapping groups in which sometimes 2 groups overlap and sometimes all 3 groups overlap:

T = G1 + G2 + G3 - (those in 2 of the groups) - 2*(those in all 3 groups)

The big idea with overlapping groups is to subtract the overlaps. When we count everyone in the 3 groups, those in 2 of the groups will be counted twice, so they need to subtracted from the total once. Those in all 3 groups will be counted 3 times, so they need to be subtracted from the total twice.

In the problem above:
T = 68
G1+G2+G3 = history + math + english = 25+25+34 = 84
Those registered for exactly 2 subjects = x
Those registered for all 3 subjects = 3

Plugging into the formula, we get:

68 = 84 - x - 2*3
68 = 78 - x
x = 10.

The correct answer is B.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

User avatar
Senior | Next Rank: 100 Posts
Posts: 74
Joined: Fri Dec 17, 2010 12:37 pm
Location: Munich
Thanked: 3 times

by garuhape » Wed Feb 23, 2011 7:37 am
GMATGuruNY wrote:
The big idea with overlapping groups is to subtract the overlaps. When we count everyone in the 3 groups, those in 2 of the groups will be counted twice, so they need to subtracted from the total once. Those in all 3 groups will be counted 3 times, so they need to be subtracted from the total twice.
Thank you very much!