Here’s another* very specific question for any stats/OR/mgt sci/otherwise geeky friends out there. I cannot wrap my brain around something I’m supposed to be teaching. I’ve read every textbook I can get my hand on, and no one explains what I need explaining.
Here’s a typical binomial distribution problem**:
“The state Department of Human Services has been charged with sex discrimination in hiring. Last year, they hired 120 new case workers, yet only 10 of these were men. DHS claims that this ratio does not represent discrimination, only that far fewer men than women apply for these positions. The state’s Civil Service Commission found that 30 percent of the applicants deemed to be qualified for the case worker positions were men. What is the probability that DHS would hire 10 or fewer men if they do not discriminate?”
I know how to get the right answer. Use the binomial distribution*** to find the probability of 10 or fewer being selected if the probability of any one being selected is .3. In Excelspeak, it’s BINOMDIST(10,120,0.3,TRUE). What I get, barely and only intuitively, but cannot teach:
Why is it 10 or less? Why not 10 or more? Or more than 10? Or less than 10? I get why it’s not just 10 (the probability of selecting any one value, even the expected value, 36, would be pretty small). I’ve tried explaining this five different ways and, to be honest, they all stink.
How do you teach this? What’s the “rule” we’re following here?
* Thanks, again, to everyone who helped me here:
http://chronicle.com/forums/index.php/topic,30047.0.html and
http://chronicle.com/forums/index.php/topic,30469.0.html.
** I adapted this from a textbook by Meier, Brudney, and Bohte.
*** I’m aware there are some cases when hypergeometric distribution would be appropriate. I read a great back-and-forth between two statisticians fighting over which would be appropriate for some big profile discrimination court case. Fun stuff.