
Patrick B. answered 10/26/20
Math and computer tutor/teacher
A = {1,2,3}
B = {4,5}
C = {4}
B-C = {5}
A U (B-C) = {1,2,3} U {5}
= {1,2,3,5}
A U B = {1,2,3,4,5}
A U C = {1,2,3,4}
(A U B) - (A U C) = { 5}
No they are not the same, so the UNION
operator U is NOT distributive over
set subtraction