Number of Pairs of Subsets in X with Unique Elements: Sets and Subsets

  • Thread starter Thread starter libragirl79
  • Start date Start date
  • Tags Tags
    Sets Subsets
libragirl79
Messages
30
Reaction score
0
For a pair (A,B) of subsets of the set X=(1,2,...100), let A*B denote the set of all elements of X which belong to exactly one of A or B. what is number of pairs (A,B) of subsets of X such that A*B=(2,4,6,...100)?



I let A =(1,2,3...50) and B=(51,52,...100) so there are 25 elememnts of even numbers in each set, multiply them, so there are 625 pairs of (A,B).
 
Physics news on Phys.org
libragirl79 said:
I let A =(1,2,3...50) and B=(51,52,...100) so there are 25 elememnts of even numbers in each set, multiply them, so there are 625 pairs of (A,B).

No, that's 1 pair: (A,B). Let's think this more carefully. If A = {1,2,3,...,100} = X and B = {1,3,5,...,99}, then what's A*B?
 
I understand that you sitll have A and B as subsets of X, but if A is X and B is only the odd numbers, then how are we supposed to get the pairs of even, wouldn't they come from A only then? Thanks!
 
A*B is the set of all elements of X which belong to exactly one of A or B. Let A and B be what I said above. Does 1 belong to A*B? How about 2? How about 3? Try to work it out!
 
Well since 1 doesn't, 2 does, 3 doesn't, etc it means that only even ones from A work, so that would be 50 even numbers, but that sounds too simple...
 
You need to think how you could build all the possible A, B pairs that satisfy the condition.
 
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