So, there are 100 freshmen in my dorm. In room pick season, freshmen are given a lottery number 1-100.
A group of 4 freshmen wish to get a quad. Only one of them needs to get a high number to get the room they want. Let's cut it at 25.
So, what's the probability that any one of the four students gets a number in the top 25? I've been struggling with this for a few minutes now.
I figure its got to be better than 25%, because each persons chances get better and better, but I don't know how to calculate that.
Make me feel dumb.
Probability Question: Really *beep* Hard
Moderators: Kaitou, sxetnrdrmr, billc36, iDrum, Novak, PanasonicYouth
Page 1 of 1 [ 10 posts ]
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
• Page 1 of 1
• Page 1 of 1
- tommyservo7 Offline
- MAN Chops
- Posts: 3808
- Joined: Sat Apr 26, 2008 3:58 pm
- Location: New Jersey/Indiana
Probability Question: Really *beep* Hard
Posted: Wed Feb 29, 2012 10:05 pm
Tom
2007-2011 OBFP
2011-2012 College in Indiana
Multi-pitched timp-tom tenor-scaled membranaphone for life.
2007-2011 OBFP
2011-2012 College in Indiana
Multi-pitched timp-tom tenor-scaled membranaphone for life.
- snarescience Offline
- Site Admin
- Posts: 1793
- Joined: Mon Aug 13, 2007 1:56 am
- Location: Minnesota
Re: Probability Question: Really *beep* Hard
Posted: Wed Feb 29, 2012 11:10 pm
Exactly one of them get a top 25 number or at least one of them get a top 25?
Ryan Wold


MBI Snare '98-'99,'01-'02,'05-'06,'10
MBI Snare Tech '04
Scouts Snare '00
Siamyth Snare Tech '08
MN Vikings "Skol Line" '09
MBI Snare '98-'99,'01-'02,'05-'06,'10
MBI Snare Tech '04
Scouts Snare '00
Siamyth Snare Tech '08
MN Vikings "Skol Line" '09
- snarescience Offline
- Site Admin
- Posts: 1793
- Joined: Mon Aug 13, 2007 1:56 am
- Location: Minnesota
Re: Probability Question: Really *beep* Hard
Posted: Wed Feb 29, 2012 11:15 pm
P(at least one in the top 25) = 1 - P(none in top 25)
1-P(none in top 25) = 1-(75/100)*(74/99)*(73/98)*(72/97)
I think that's right. Paging Kevin Troyanos!
1-P(none in top 25) = 1-(75/100)*(74/99)*(73/98)*(72/97)
I think that's right. Paging Kevin Troyanos!
Ryan Wold


MBI Snare '98-'99,'01-'02,'05-'06,'10
MBI Snare Tech '04
Scouts Snare '00
Siamyth Snare Tech '08
MN Vikings "Skol Line" '09
MBI Snare '98-'99,'01-'02,'05-'06,'10
MBI Snare Tech '04
Scouts Snare '00
Siamyth Snare Tech '08
MN Vikings "Skol Line" '09
- tommyservo7 Offline
- MAN Chops
- Posts: 3808
- Joined: Sat Apr 26, 2008 3:58 pm
- Location: New Jersey/Indiana
Re: Probability Question: Really *beep* Hard
Posted: Thu Mar 01, 2012 12:11 am
I was trying to figure out how to figure out at least one getting in the top 25.
And that's the same number I calculated with the help of someone else. Its about 31%, which sounds reasonable.
And that's the same number I calculated with the help of someone else. Its about 31%, which sounds reasonable.
Tom
2007-2011 OBFP
2011-2012 College in Indiana
Multi-pitched timp-tom tenor-scaled membranaphone for life.
2007-2011 OBFP
2011-2012 College in Indiana
Multi-pitched timp-tom tenor-scaled membranaphone for life.
- Forlan10 Offline
- flam dragger
- Posts: 201
- Joined: Sun Jan 08, 2012 3:43 pm
- Location: Southern Cali
- Andymac Offline
- flam dragger
- Posts: 283
- Joined: Thu Apr 28, 2011 8:30 pm
- Location: Bowling Green, KY
Re: Probability Question: Really *beep* Hard
Posted: Thu Mar 01, 2012 5:07 pm
I think that equation would assume that those 4 would be the first four picked, and not necessarily at random.snarescience wrote:P(at least one in the top 25) = 1 - P(none in top 25)
1-P(none in top 25) = 1-(75/100)*(74/99)*(73/98)*(72/97)
I think that's right. Paging Kevin Troyanos!
I could be wrong though.
It's been forever since I've done probablity/math in general.
- bassplace Offline
- ramming notes
- Posts: 580
- Joined: Wed Mar 09, 2011 3:06 pm
Re: Probability Question: Really *beep* Hard
Posted: Thu Mar 01, 2012 5:13 pm
25X25X25X25 = 390,625%Andymac wrote:I think that equation would assume that those 4 would be the first four picked, and not necessarily at random.snarescience wrote:P(at least one in the top 25) = 1 - P(none in top 25)
1-P(none in top 25) = 1-(75/100)*(74/99)*(73/98)*(72/97)
I think that's right. Paging Kevin Troyanos!
I could be wrong though.
It's been forever since I've done probablity/math in general.
super duper extra special mad fantastic bluesville blueberries drumline!!
- 2008 - 2nd snare from the left of the right side of the quadline - the muffincake chronicals
- 2009 -3rd snare in from the right side of the bassline - the strawberry shortcake story
- 2010 -middle to the left of the right center snare (im way better than him) - sugar fantasy's
nickname - THE POWERDIDDLER
- 2008 - 2nd snare from the left of the right side of the quadline - the muffincake chronicals
- 2009 -3rd snare in from the right side of the bassline - the strawberry shortcake story
- 2010 -middle to the left of the right center snare (im way better than him) - sugar fantasy's
nickname - THE POWERDIDDLER
- snarescience Offline
- Site Admin
- Posts: 1793
- Joined: Mon Aug 13, 2007 1:56 am
- Location: Minnesota
Re: Probability Question: Really *beep* Hard
Posted: Thu Mar 01, 2012 6:16 pm
If everyone picked blindly, this math should work out correctly regardless of the order picked. If you weren't first to pick and had knowledge of which numbers had already been picked, then yes, the math would be different.Andymac wrote:I think that equation would assume that those 4 would be the first four picked, and not necessarily at random.snarescience wrote:P(at least one in the top 25) = 1 - P(none in top 25)
1-P(none in top 25) = 1-(75/100)*(74/99)*(73/98)*(72/97)
I think that's right. Paging Kevin Troyanos!
I could be wrong though.
It's been forever since I've done probablity/math in general.
Ryan Wold


MBI Snare '98-'99,'01-'02,'05-'06,'10
MBI Snare Tech '04
Scouts Snare '00
Siamyth Snare Tech '08
MN Vikings "Skol Line" '09
MBI Snare '98-'99,'01-'02,'05-'06,'10
MBI Snare Tech '04
Scouts Snare '00
Siamyth Snare Tech '08
MN Vikings "Skol Line" '09
- FutureBDCenter Offline
- ramming notes
- Posts: 541
- Joined: Sun Apr 11, 2010 5:29 pm
- Location: Zimbabwe
Re: Probability Question: Really *beep* Hard
Posted: Thu Mar 29, 2012 7:40 pm
each person has a 1/4 chance of getting in the top 25.
DCI OPEN 08-10
WGI WORLD 11-12
DCI G8 11=12
AGED OUT.
DCA End Of Season '12, 13.

WGI WORLD 11-12
DCI G8 11=12
AGED OUT.
DCA End Of Season '12, 13.

- Kaitou Offline
- moderator
- Posts: 1918
- Joined: Sun May 29, 2011 5:22 pm
Re: Probability Question: Really *beep* Hard
Posted: Fri Mar 30, 2012 6:09 pm
Thissnarescience wrote:If everyone picked blindly, this math should work out correctly regardless of the order picked. If you weren't first to pick and had knowledge of which numbers had already been picked, then yes, the math would be different.Andymac wrote:I think that equation would assume that those 4 would be the first four picked, and not necessarily at random.snarescience wrote:P(at least one in the top 25) = 1 - P(none in top 25)
1-P(none in top 25) = 1-(75/100)*(74/99)*(73/98)*(72/97)
I think that's right. Paging Kevin Troyanos!
I could be wrong though.
It's been forever since I've done probablity/math in general.
TA67 wrote:She walked over to me and said "I formally request that you turn my body into a playground of lust and wonder, o burly man." To which I agreed. I laid her down on the desk, and well...we both got As for the entire semester as a result.


Page 1 of 1 [ 10 posts ]
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
• Page 1 of 1
• Page 1 of 1
![]() |
Who is online |
Users browsing this forum: No registered users and 1 guest |
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum |