MathWorks interview question

Expand (A intersect B) union C

Interview Answer

Anonymous

4 Nov 2011

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

2