So much for basic probability problem
I can't figure out how to visualize this problem in my head. I imagine the "seeing A then seeing B" as describing a series of combinations possibilities
single possibilities (one roll of dice)
A = Aardvark, B = Bear, 0 = None
A | B | 0 = 100%
A | B = 80%
0 = 20%
B = 65%
A = 15%
combination possibilities (two rolls of dice)
{AB,BA,AA,BB,A0,0A,B0,0B,00} = all combination possibilities
{AB,BA} = 2(.65 * .15) = ~20%
{A0,0A} = 2(.15 * .2) = 6%
{B0,0B} = 2(.65 * .2) = 26%
{00} = (.2 * .2) = 4%
{AA} = .15 * .15 = ~2%
{BB} = .65 * .65 = ~42%
This logic works but is not how DCal is seeing it. If I could visualize the basic premise I'm sure I could follow DCal's logic.