Administrator
|
AJ that happened by chance that the binomial thing also gave you the same answer. But your method was incorrect.
Let me tell you why?
Consider 21 terms instead of 9.
x(1), x(2), x(3), ...., x(21).
Let the seven propositions be:
P(1): x(1) v x(2) v x(3)
P(2): x(4) v x(5) v x(6)
...
P(j): x(3j - 2) v x(3j - 1) v x(3j)
...
P(7): x(19) v x(20) v x(21)
Each of the 21 takes values T and F with probability 0.5 and independent. Note that here all truthfulness of all propositions are also independent.
Now the procedure that we did just now and what you did will give you the same answer. In this case its binomial distribution because each proposition takes values true or false independently. So you can use your method here. And you were lucky to get the right number in the earlier problem.
|