Skip to main content
Back to Sets, Relations & Functions
JEE Main 2020
Sets, Relations & Functions
Sets and Relations
Easy

Question

Set A has m elements and set B has n elements. If the total number of subsets of A is 112 more than the total number of subsets of B, then the value of m.n is ______.

Answer: 2

Solution

Key Concepts and Formulas

  • The number of subsets of a set with kk elements is 2k2^k.
  • Solving exponential equations involving powers of 2 often benefits from prime factorization and factoring out common terms.

Step-by-Step Solution

Step 1: Express the number of subsets for sets A and B. Let set A have mm elements. The total number of subsets of A is 2m2^m. Let set B have nn elements. The total number of subsets of B is 2n2^n.

Step 2: Formulate an equation based on the given information. The problem states that the total number of subsets of A is 112 more than the total number of subsets of B. This can be written as: (Number of subsets of A)=(Number of subsets of B)+112(\text{Number of subsets of A}) = (\text{Number of subsets of B}) + 112 Substituting the expressions from Step 1, we get: 2m=2n+1122^m = 2^n + 112 Rearranging the equation to isolate the terms with powers of 2: 2m2n=1122^m - 2^n = 112

Step 3: Solve the exponential equation for mm and nn. Since 2m2n=1122^m - 2^n = 112 is positive, we know that 2m>2n2^m > 2^n, which implies m>nm > n. This allows us to factor out the smaller power of 2, which is 2n2^n: 2n(2mn1)=1122^n (2^{m-n} - 1) = 112 Now, we find the prime factorization of 112: 112=2×56=2×2×28=2×2×2×14=2×2×2×2×7112 = 2 \times 56 = 2 \times 2 \times 28 = 2 \times 2 \times 2 \times 14 = 2 \times 2 \times 2 \times 2 \times 7 So, 112=24×7112 = 2^4 \times 7. The equation becomes: 2n(2mn1)=24×72^n (2^{m-n} - 1) = 2^4 \times 7 We equate the power of 2 terms and the odd terms on both sides. The term (2mn1)(2^{m-n} - 1) must be odd because mn>0m-n > 0, making 2mn2^{m-n} an even number, and an even number minus 1 is always odd. Equating the powers of 2: 2n=242^n = 2^4 This gives us n=4n = 4. Equating the odd terms: 2mn1=72^{m-n} - 1 = 7 Add 1 to both sides: 2mn=82^{m-n} = 8 Since 8=238 = 2^3, we have: 2mn=232^{m-n} = 2^3 This gives us mn=3m-n = 3.

Step 4: Determine the values of mm and nn and calculate mnm \cdot n. We have a system of two linear equations:

  1. n=4n = 4
  2. mn=3m - n = 3 Substitute the value of nn from the first equation into the second equation: m4=3m - 4 = 3 m=3+4m = 3 + 4 m=7m = 7 So, m=7m=7 and n=4n=4. The question asks for the value of mnm \cdot n: mn=7×4m \cdot n = 7 \times 4 mn=28m \cdot n = 28

Common Mistakes & Tips

  • Incorrect Subset Formula: Remember the number of subsets is 2k2^k, not k2k^2 or any other variation.
  • Factoring Strategy: When solving 2m2n=K2^m - 2^n = K, always factor out 2n2^n (assuming m>nm > n). This is crucial for separating the powers of 2 from the odd factors.
  • Integer Constraints: mm and nn must be non-negative integers as they represent the number of elements in a set.

Summary

The problem requires finding two integers mm and nn such that the difference between the number of subsets of two sets (2m2^m and 2n2^n) is 112. By setting up the equation 2m2n=1122^m - 2^n = 112, factoring out 2n2^n, and using the prime factorization of 112, we uniquely determine n=4n=4 and m=7m=7. Consequently, the product mnm \cdot n is calculated.

The final answer is 28\boxed{28}.

Practice More Sets, Relations & Functions Questions

View All Questions