Peter G. answered 10/09/16
Tutor
4.9
(61)
Success in math and English; Math/Logic Master's; 99th-percentile
Bayes' Theorem:
P( H | W ) = P( W | H )P( H )/[P( W | H )P( H ) + P( W | -H )P( -H )]
where H is "heads flipped", -H is "not heads flipped" (i.e. "tails flipped"), and W is "white drawn".
P( W | H ) = 7/21 = 1/3
P( W | -H ) = 9/12 = 3/4
P( -H ) = 1 - P( H ) = 1/3
By plugging into the formula above,
P( H | W ) = (1/3 * 2/3) / [1/3 * 2/3 + 3/4 * 1/3]
= (2/9) / (17/36)
= 72/153
= 8/17.