MathWorks Interview Question

Expand (A intersect B) union C

Interview Answer

Anonymous

Nov 4, 2011

= (A union C) intersect (B union C)

2