Review
Assignments
Some Observations: Information about the color of the ball is redundant. If I tell you a
rank, you know the ball was red. If I tell you a suit, you know the ball was blue.
The Partition Formula for this problem is almost identical to the one done in class: Something like.
H(X) = H(Y) + p1H(Z1) +p2 H(Z2)
will work. The two level tree for this problem is more complicated in that the bottom subtrees are of different sizes, and less complicated in that each bottom subtree has equiprobable.branches.