Respuesta :

I assume AB denotes the symmetric difference of A and B, i.e.

AB = (B - A) U (A - B)

where - denotes the set difference or relative complement, e.g.

B - A = {bB : bA}

It can be established that

AB = (A U B) - (AB)

so that

n(AB) = n(A U B) - n(AB) = 10 - 3 = 7

Not sure what you mean by p(A ∆ B), though... Probability?