Suppose you have an examination with R questions on it. Suppose each question requires you to know F pieces of information in order to get it right. (and there are F pieces of info for each question, i.e. you need to get all the parts right to get the question right)
Can you write a closed formula to calculate the probability of getting C questions correct if you know L pieces of information out of the total F*R?
Or, can you write a closed formula to calculate the probability of having known L pieces of information given that you got C questions correct? (then you can flip it with Bayes' Theorem to the first one)
The answer must be valid for F and R being any positive integers. I'd also need to know why the formula works. Thanks in advance!
2007-11-28
14:08:05
·
1 answers
·
asked by
Anonymous
in
Science & Mathematics
➔ Mathematics
Stym, you almost have it; that's the point that I'm at as well. The one thing that your formula doesn't account for is the fact that when you multiply COMBIN(R,C) with COMBIN(RF-FC,L-FC) and L-FC>=F, you duplicate some possibilities. For example, if R=3, F=2, and L=4, you would expect the probability of getting at least 1 correct to be 1, as you are guaranteed to get at least 1 right. The formula, however, gives you 1.2, an impossible probability. Try plugging in R=3, F=2, and L=6, and see what the probability of getting 0 correct is. It should be 0, but it comes out as a negative integer! Any further ideas you are anyone else have on this would be great; and even if you don't know how to deal with this (outside of a recursive summation), thanks for taking time to think about it.
2007-11-30
13:09:57 ·
update #1