Probablity

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 12
Joined: Wed Mar 24, 2010 9:36 am

Probablity

by cmal_s » Thu Mar 25, 2010 12:17 am
A contest consists of n questions, each can be answered as True or False. Anyone who ansers all n questions correctly will b e a winner. what is the least value of n for which the probablity will is less that 1/1000 that a person who randomly guesses the answer to each question will be a winner


a 5
b 10
c 50
d 100
e 1000
Source: — Data Sufficiency |

User avatar
Master | Next Rank: 500 Posts
Posts: 435
Joined: Mon Mar 15, 2010 6:15 am
Thanked: 32 times
Followed by:1 members

by eaakbari » Thu Mar 25, 2010 12:36 am
Could you please give OA.

Probability of answering each question correctly is 1/2.

Hence answering n questions correctly is 1/2^n

According to the condition 1/2^n < 1000
so 2^n > 1000
Proceed by picking values and a little sense of approximation

For the probability to be less than 1/1000 then n = 10 (2^n = 1024), being answer choice b


E
Last edited by eaakbari on Thu Mar 25, 2010 5:03 am, edited 1 time in total.

Junior | Next Rank: 30 Posts
Posts: 12
Joined: Wed Mar 24, 2010 9:36 am

by cmal_s » Thu Mar 25, 2010 12:43 am
whats OA?

alot of people are asking
the correct Answer is 10?

Junior | Next Rank: 30 Posts
Posts: 12
Joined: Wed Mar 24, 2010 9:36 am

by cmal_s » Thu Mar 25, 2010 12:46 am
i looked at the question again and it says Probablity less than 1/1000

User avatar
Master | Next Rank: 500 Posts
Posts: 435
Joined: Mon Mar 15, 2010 6:15 am
Thanked: 32 times
Followed by:1 members

by eaakbari » Thu Mar 25, 2010 12:51 am
OA refers to the actual answer. Do not know what exactly it stands for.
Last edited by eaakbari on Thu Mar 25, 2010 5:04 am, edited 1 time in total.

User avatar
Legendary Member
Posts: 526
Joined: Sat Feb 21, 2009 11:47 pm
Location: India
Thanked: 68 times
GMAT Score:680

by harshavardhanc » Thu Mar 25, 2010 12:59 am
cmal_s wrote:A contest consists of n questions, each can be answered as True or False. Anyone who ansers all n questions correctly will b e a winner. what is the least value of n for which the probablity will is less that 1/1000 that a person who randomly guesses the answer to each question will be a winner


a 5
b 10
c 50
d 100
e 1000
cmal_s,

I don't know if you are doing this deliberately, but why are you posting PS questions in DS forum and vise-versa? There should be some reason behind it. correct? would surely like to know it......
Regards,
Harsha

User avatar
Legendary Member
Posts: 1560
Joined: Tue Nov 17, 2009 2:38 am
Thanked: 137 times
Followed by:5 members

by thephoenix » Thu Mar 25, 2010 2:24 am
cmal_s wrote:A contest consists of n questions, each can be answered as True or False. Anyone who ansers all n questions correctly will b e a winner. what is the least value of n for which the probablity will is less that 1/1000 that a person who randomly guesses the answer to each question will be a winner


a 5
b 10
c 50
d 100
e 1000
probaibilty of true or false=1/2
if n no. of questions are there then probability=1/2^n<1/1000
we need to find least value of n
n=9---->2^9=512
n=10---->2^n=1024
and 1/1024<1/1000
hence n=10

Senior | Next Rank: 100 Posts
Posts: 50
Joined: Tue Oct 13, 2009 1:25 am
Thanked: 14 times
GMAT Score:720

by November Rain » Thu Mar 25, 2010 3:10 am
hi,
Using exponent properties, you can quickly come up with the answer.

The probability of randomly getting a right answer on a true or false question is (1/2). If you have two questions the probability would be (1/2)*(1/2)

Now, if the probability needs to be below 1/1000, then (1/2)^N < (1/1000), or (1/2)^N < (1/2)^3 * (1/5)^3

Since you now that (1/5)^3 is about (1/125), we need to find a value of N such that:

(1/2)^N < (1/2)^3 * (1/125). Since you now that 2^7 =128 The closest you have of (1/1000) (altough still below this value) is

(1/2)^3 * (1/2)^7

So N = 10

Junior | Next Rank: 30 Posts
Posts: 29
Joined: Thu Mar 11, 2010 3:23 am
Thanked: 1 times

by Haldiram Bhujiawala » Thu Mar 25, 2010 3:15 am
IMO [spoiler]b) 10[/spoiler]

User avatar
GMAT Instructor
Posts: 3650
Joined: Wed Jan 21, 2009 4:27 am
Location: India
Thanked: 267 times
Followed by:80 members
GMAT Score:760

by sanju09 » Thu Mar 25, 2010 5:13 am
cmal_s wrote:A contest consists of n questions, each can be answered as True or False. Anyone who ansers all n questions correctly will b e a winner. what is the least value of n for which the probablity will is less that 1/1000 that a person who randomly guesses the answer to each question will be a winner


a 5
b 10
c 50
d 100
e 1000
On many occassions, a valid question appears to be ambiguous owing to typo, please check everything/word placed properly before posting. This is a PS question, and the forum has a separate sub-forum for it. [spoiler]I hope the moderators are alert[/spoiler]. Answer to the question is by all means [spoiler]10[/spoiler], if what I perceived is correct.
The mind is everything. What you think you become. -Lord Buddha



Sanjeev K Saxena
Quantitative Instructor
The Princeton Review - Manya Abroad
Lucknow-226001

www.manyagroup.com

Junior | Next Rank: 30 Posts
Posts: 26
Joined: Mon Nov 17, 2008 9:07 pm
Thanked: 3 times

by el_torero » Fri Mar 26, 2010 1:28 pm
i nice rule to use here that i picked up in someone else's post is that 2^10 = "binary 1000" = 1024, an easy way to remember a huge power of 2. this helps you deduce what n is really quickly.