Subtracting cartesian products

nicnicman
Messages
132
Reaction score
0

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 C) that matched any elements in (A x B), I just kept the final answer equal to (A x B).

Would this be the correct way to do this?
 
Physics news on Phys.org
nicnicman said:

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 C) that matched any elements in (A x B), I just kept the final answer equal to (A x B).

Would this be the correct way to do this?
That looks fine to me.
 
Okay, thanks for the help!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top