A student which knows nothing, went to a test includes 6 questions with answers 'yes' or 'no' only. Find the probability that:
a.The student got 100
b.The student got 100 if he knew there are 3 question with answer yes and 3 with answer no.
c.The student got 100 if he knew (I) there are 3 question with answer yes and 3 with answer no (II) doesn't exist sequence of 3 question with same answer (e.g answers for 3,4,5 are no and for 1,2,6 yes).
Let's define the following events: $A-\text{student got 100},B-\text{student knows there are 3 yes asnwers and 3 no's},C-\text{Doesn't exist sequence of 3 same answers}$
about a: It seems clear that probability for a correct answer is $\frac 1 2$,and the answers are independent 'bernouli tests' so the probability is $\frac 1 {64}$.
About B: I think I need to use definition of conditioned probability ($P(A\mid B)=\frac{P(A\cap B)}{P(B)}$) but I don't $P(B)$. I assume that $P(A\cap B)$ is binomial, means choosing 3 of 6 questions and multiplying by $(\frac 1 2)^3\cdot (\frac 1 2)^3$ getting $P(A\cap B)=\frac 5 {16}$.
About C: I think its almost the same but here I don't know both $P(C)$ and $P((A\cap B)\cap C)$.
I'll be glad for help finding $P(B),P(C),P(A\cap B\cap C)$.