Questions: Joint and Conditional Entropy

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

If X and Y are independent random variables, which relationship holds?

AH(X,Y) = H(X) * H(Y)
BH(X,Y) = H(X) + H(Y) and H(Y|X) = H(Y)
CH(X,Y) = max(H(X), H(Y))
DH(Y|X) = 0 because knowing X fully determines Y
Question 2 Multiple Choice

A dataset contains patient records with variables Disease (D) and Symptom (S). A researcher finds H(S|D) = 0.2 bits and H(S) = 3.1 bits. What does this tell you?

ASymptoms are nearly useless for diagnosing disease
BKnowing the disease leaves very little residual uncertainty about symptoms — the disease almost completely determines which symptoms appear
CThe entropy of disease is 2.9 bits
DThe symptom variable has very low entropy overall
Question 3 True / False

Conditioning always reduces entropy: H(Y|X) <= H(Y). This means that for every specific value x, H(Y|X=x) <= H(Y).

TTrue
FFalse
Question 4 Short Answer

Derive the chain rule for entropy H(X,Y) = H(X) + H(Y|X) from the definition of joint and conditional entropy, and explain why the decomposition is asymmetric.

Think about your answer, then reveal below.