Researcher

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 135
Joined: Mon Oct 03, 2011 6:54 am
Followed by:4 members

Researcher

by nidhis.1408 » Wed Oct 03, 2012 7:49 am
A researcher has determined that she requires a minimum of n responses to a survey for the results to be valid. If p% of the surveyed individuals fail to respond to the survey, how many individuals, in terms of n and p, must the researcher survey to produce twice the minimum required number of responses?
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 Oct 03, 2012 8:08 am
nidhis.1408 wrote:A researcher has determined that she requires a minimum of n responses to a survey for the results to be valid. If p% of the surveyed individuals fail to respond to the survey, how many individuals, in terms of n and p, must the researcher survey to produce twice the minimum required number of responses?
Since the GMAT would provide answer choices, we can plug in values.

If n=10 responses are required, then twice the minimum = 20.
If p=50% of the individuals fail to respond, then 40 individuals must be surveyed to yield 20 responses.
The question stem asks for the number of individuals who must be surveyed: 40.
This is our target.
Now we plug n=10 and p=50 into the answers to see which yields our target of 40.

Answer choice: 200n/(100-p)
200n/(100-p) = (200*10)/(100-50) = 2000/50 = 40.

Algebraically:

Let the number interviewed = i.
Since p% don't respond, the number who don't respond = (p/100)i.
Thus, the number who DO respond = i - (p/100)i.
Since this result must be equal to 2n -- twice the minimum number of required responses -- we get:

i - (p/100)i = 2n

i(1 - p/100) = 2n

i*(100-p)/100 = 2n

i = 200n/(100-p).
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

Senior | Next Rank: 100 Posts
Posts: 45
Joined: Fri Apr 06, 2012 5:28 am
Thanked: 3 times
Followed by:2 members
GMAT Score:500

by BTG14 » Fri Nov 16, 2012 7:09 pm
Hi,

I tried different approach and got wrong answer.

My understanding:

Since, we have to get number of responses equal to 2n. We consider "p%" more while taking the survey.

That comes 2n+ (2n*p)/100
= 2n((100+p)/100).

Which is option D.

Please somebody correct me.