Step 1 โ Check each statement:
1. \(D\subseteq C\): D has 2,11,14; none of these are in C โ False
2. \(19\in B\): perfect squares near 19 are 16,25 โ 19 not a square โ False
3. \(E\in A\): E is a set, โ relates elements to sets, not sets to sets โ False
4. \(9\subset A\): 9 is an integer, โ is for subsets, not elements โ False (though 9โA is true)
5. \(11\in D\): 11 is listed in D โ True
Step 1 โ Solve each condition:
1. \(x^2=1 \Rightarrow x=1\) or \(x=-1\) โ roster \(\{-1,1\}\)
2. Positive integers start at 1, none <1 โ empty set \(\emptyset\)
3. No integer satisfies \(x^2=2\) โ \(\emptyset\)
4. Integers strictly greater than 1 and less than or equal to 6: \(2,3,4,5,6\) โ \(\{2,3,4,5,6\}\)
Step 1 โ Remove duplicates and sort:
\(A = \{a,b,c,d\}\)
\(B = \{a,c,d,e\}\)
\(C = \{a,b,c,d\}\) (same as A)
\(D = \{a,c,d,e\}\) (same as B)
Step 2 โ Compare: A = C, B = D
Step 1 โ List each set explicitly:
1. Even positives <12: \(\{2,4,6,8,10\}\) โ cardinality 5
2. Arabic alphabet has 28 letters โ cardinality 28
3. Null set \(\emptyset\) has 0 elements โ cardinality 0
4. Integers from 5 to 12 inclusive: \(\{5,6,7,8,9,10,11,12\}\) โ count = 8
Step 1 โ List all subsets (power set):
1. \(A=\{2,4,6\}\): subsets: โ , {2},{4},{6},{2,4},{2,6},{4,6},{2,4,6} โ 8 elements.
2. \(A=\{a,b,x,y\}\): \(2^4=16\) subsets: โ , {a},{b},{x},{y},{a,b},{a,x},{a,y},{b,x},{b,y},{x,y},{a,b,x},{a,b,y},{a,x,y},{b,x,y},{a,b,x,y}.
3. \(A=\emptyset\): only subset โ โ \(\{\emptyset\}\) (cardinality 1).
Step 2 โ Cardinality of power set: \(|\mathcal{P}(\{1,2,3,4,5\})| = 2^5 = 32\).
Step 1 โ Form ordered pairs:
1. \(A\times B = \{(1,3),(1,4),(2,3),(2,4)\}\)
2. \(B\times C = \{(3,5),(3,6),(4,5),(4,6)\}\)
3. \(B\times B = \{(3,3),(3,4),(4,3),(4,4)\}\)
Step 1 โ Perform each operation:
1. Union: all elements in A or B โ \(\{1,2,3,4,5,6\}\)
2. Intersection: common to A and C โ \(\{4\}\)
3. Set difference BโA: elements in B not in A โ \(\{5,6\}\)
4. CโB: elements in C not in B โ \(\{7\}\)
Step 2 โ Verify cardinality formula: \(|A|=4,|B|=4,|A\cap B|=|\{3,4\}|=2\) โ \(4+4-2=6\) = \(|A\cup B|\) โ
Step 1 โ Build table with all possibilities:
Step 2 โ Compare with column for A: column 4 matches column A exactly โ identity holds.
Step 1 โ Add functions: \((f_1+f_2)(x) = (5x-6)+(x^2+3x+10) = x^2+8x+4\).
Step 2 โ Multiply functions: \((f_1f_2)(x) = (5x-6)(x^2+3x+10) = 5x^3+15x^2+50x -6x^2-18x-60 = 5x^3+9x^2+32x-60\).
Step 3 โ Image of S: \(f(S) = \{f(b),f(c),f(d)\} = \{1,4,1\} = \{1,4\}\).
Step 1 โ Compute f(S): \(f(-1)=-1,\; f(0)=1,\; f(2)=5,\; f(4)=9,\; f(7)=15\) โ \(\{-1,1,5,9,15\}\).
Step 2 โ Check one-to-one (injective): all outputs 4,5,1,3 are distinct โ yes, one-to-one.
Step 3 โ Check onto (surjective): codomain \(\{1,2,3\}\); outputs are 3,2,1,3 โ all values 1,2,3 appear โ onto.
Step 1 โ Check bijection: all outputs distinct (injective) and cover {1,2,3} (surjective) โ bijective โ invertible.
Step 2 โ Invert: \(f^{-1}(2)=a,\; f^{-1}(3)=b,\; f^{-1}(1)=c\).
Step 1 โ Apply definition: \((f\circ g)(x)=f(g(x)) = f(2x+4)\).
Step 2 โ Substitute into f: \((2x+4)^2+1 = 4x^2+16x+16+1 = 4x^2+16x+17\).