Solveeit Logo

Question

Question: Let A be the set of all real solutions of equation $x(x^2 + 3|x| + 5|x-1| + 6|x-2|) = 0$ and B be th...

Let A be the set of all real solutions of equation x(x2+3x+5x1+6x2)=0x(x^2 + 3|x| + 5|x-1| + 6|x-2|) = 0 and B be the set of all real solutions of equation x2x12=0x^2 - |x| - 12 = 0 then number of subsets of the set A×BA \times B is

A

2

B

4

C

8

D

16

Answer

4

Explanation

Solution

  1. Finding A:

The equation is

x(x2+3x+5x1+6x2)=0.x\left(x^2 + 3|x| + 5|x-1| + 6|x-2|\right) = 0.

This gives either x=0x = 0 or

x2+3x+5x1+6x2=0.x^2 + 3|x| + 5|x-1| + 6|x-2| = 0.

Since each term in the sum is nonnegative, the sum is 0 only if every term is 0.

  • x2=0x^2 = 0 implies x=0x=0.
  • But x=0|x| = 0 also forces x=0x=0, and x1=0|x-1|=0 would require x=1x=1 (and similarly for x2|x-2|).

Hence, the only solution is x=0x = 0.

A={0}\therefore A = \{0\}.

  1. Finding B:

The equation is

x2x12=0.x^2 - |x| - 12 = 0.

Case 1: x0x \ge 0 so x=x|x| = x:

x2x12=0(x4)(x+3)=0.x^2 - x - 12 = 0 \quad \Rightarrow \quad (x-4)(x+3)=0.

x=4x = 4 (since x=3x = -3 is not valid for x0x\ge0).

Case 2: x<0x < 0 so x=x|x| = -x:

x2+x12=0.x^2 + x - 12 = 0.

Using the quadratic formula,

x=1±1+482=1±72.x = \frac{-1 \pm \sqrt{1 + 48}}{2} = \frac{-1 \pm 7}{2}.

This gives x=3x = 3 and x=4x = -4. Only x=4x = -4 satisfies x<0x < 0.

Hence, B={4,4}B = \{-4, 4\}.

  1. Finding number of subsets of A×BA \times B:
A×B={(0,4),(0,4)}.A \times B = \{(0, -4), (0, 4)\}.

The number of elements is 22.

The number of subsets of a set with nn elements is 2n2^n.

Therefore, the number of subsets is 22=42^2 = 4.