Solveeit Logo

Question

Mathematics Question on Set Theory

Let AA and BB be two finite sets with mm and nn elements respectively. The total number of subsets of the set AA is 56 more than the total number of subsets of BB. Then the distance of the point P(m,n)P(m, n) from the point Q(2,3)Q(-2, -3) is:

A

10

B

6

C

4

D

8

Answer

10

Explanation

Solution

The total number of subsets of a set with mm elements is 2m2^m and for a set with nn elements is 2n2^n. Given:
2m=2n+56.2^m = 2^n + 56.

Rearranging:
2m2n=56.2^m - 2^n = 56.

Factoring the left side:
2n(2mn1)=56.2^n (2^{m-n} - 1) = 56.

Since 56=23×756 = 2^3 \times 7, we set 2n=8    n=32^n = 8 \implies n = 3 and
2mn1=7    2mn=8    mn=3.2^{m-n} - 1 = 7 \implies 2^{m-n} = 8 \implies m - n = 3.
Therefore:
m=6,n=3.m = 6, \quad n = 3.

The distance between points P(6,3)P(6, 3) and Q(2,3)Q(-2, -3) is given by:

Distance=(6(2))2+(3(3))2=82+62=100=10.\text{Distance} = \sqrt{(6 - (-2))^2 + (3 - (-3))^2} = \sqrt{8^2 + 6^2} = \sqrt{100} = 10.

Thus, the correct answer is 10.