Homework Statement
Let A = {1, 2}, B = {3, 4}, C = {3}
What is (A x B) - (B x C)?
Homework Equations
The Attempt at a Solution
(A x B) - (B x C) = {(1, 3), (1, 4), (2, 3), (2, 4)} - {(3, 3), (4, 3)}
= {(1, 3), (1, 4), (2, 3), (2, 4)}
Since there where no elements in (B x...