Construct all needed tables for the solutions.
Consider the following Bayesian Network, where variables A-D are all Boolean-valued:
P(A=T)=0.2
P(B=T)=0.7
A B
F F
F T
T F
T T
P(C=T|A,B) 0.1 0.5
0.4 0.9
D B
F F
F T
T F
T T
P(D=T|B,C) 0.8 0.6
0.3 0.1
What is the probability that all four of these Boolean variables are false? What is the probability that C is true, D is false, and B is true?