INTRODUCTION TO MATHEMATICAL METHODS QUIZ ONE JULY INTAKE 2022

DATE : 12th AUGUST, 2022



Question 1

Write the following sets in set-builder form:
C={0,20,120,620}C = \{0, 20, 120, 620\}
r=(35,15,25,35)r = \left( \frac{3}{5}, \frac{1}{5}, \frac{2}{5}, \frac{3}{5} \right)

Answer for CC:
C={xx=5n5, nN, 1n4}C = \left\{ x \mid x = 5^n - 5,\ n \in \mathbb{N},\ 1 \leq n \leq 4 \right\}

Explanation:

  • The set C={0,20,120,620}C = \{0, 20, 120, 620\} follows the pattern x=5n5x = 5^n - 5 for n=1,2,3,4n = 1, 2, 3, 4:
    • n=1n = 1: 515=55=05^1 - 5 = 5 - 5 = 0
    • n=2n = 2: 525=255=205^2 - 5 = 25 - 5 = 20
    • n=3n = 3: 535=1255=1205^3 - 5 = 125 - 5 = 120
    • n=4n = 4: 545=6255=6205^4 - 5 = 625 - 5 = 620
  • Thus, CC is defined as the set of all xx such that x=5n5x = 5^n - 5 for natural numbers nn from 1 to 4.

Answer for rr:
r={xx=k5, k{1,2,3}}r = \left\{ x \mid x = \frac{k}{5},\ k \in \{1, 2, 3\} \right\}

Explanation:

  • The given "set" r=(35,15,25,35)r = \left( \frac{3}{5}, \frac{1}{5}, \frac{2}{5}, \frac{3}{5} \right) has duplicate elements (35\frac{3}{5} appears twice). As sets contain unique elements, we consider r={15,25,35}r = \left\{ \frac{1}{5}, \frac{2}{5}, \frac{3}{5} \right\}.
  • The elements are fractions with denominator 5 and numerators 1, 2, 3.
  • Thus, rr is defined as the set of all xx such that x=k5x = \frac{k}{5} for k{1,2,3}k \in \{1, 2, 3\}.

Question 2

Rewrite the following sets in roster form:
A={ajajN, aj+1=3aj and a1=2}A = \{a_j \mid a_j \in \mathbb{N},\ a_{j+1} = 3a_j \text{ and } a_1 = 2\}
B={xx is positive,x is negative}B = \{x \mid x \text{ is positive}, x \text{ is negative}\}

Answer for AA:
A={2,6,18,54,}A = \{2, 6, 18, 54, \dots\}

Explanation:

  • The sequence is defined by a1=2a_1 = 2 and aj+1=3aja_{j+1} = 3a_j:
    • a1=2a_1 = 2
    • a2=3×a1=3×2=6a_2 = 3 \times a_1 = 3 \times 2 = 6
    • a3=3×a2=3×6=18a_3 = 3 \times a_2 = 3 \times 6 = 18
    • a4=3×a3=3×18=54a_4 = 3 \times a_3 = 3 \times 18 = 54
    • This continues infinitely: a5=3×54=162a_5 = 3 \times 54 = 162, etc.
  • In roster form, we list the first few elements followed by ellipsis to indicate an infinite set.

Answer for BB:
B=(or)B={}B = \emptyset \quad \text{(or)} \quad B = \{\}

Explanation:

  • The set BB contains elements xx that are both positive and negative. No real number satisfies this condition.
  • Thus, BB is the empty set.

Question 3

For any two sets AA and BB, prove that P(A)P(B)P(AB)P(A) \cup P(B) \subset P(A \cup B), but P(AB)P(A \cup B) is not necessarily a subset of P(A)P(B)P(A) \cup P(B).

Answer:
Part 1: Prove P(A)P(B)P(AB)P(A) \cup P(B) \subseteq P(A \cup B)

  • Let XX be an arbitrary element of P(A)P(B)P(A) \cup P(B). Then XP(A)X \in P(A) or XP(B)X \in P(B).
  • Case 1: XP(A)    XAX \in P(A) \implies X \subseteq A. Since AABA \subseteq A \cup B,
  • we have XAB  
  •   XP(AB)X \subseteq A \cup B \implies X \in P(A \cup B).

  • Case 2: XP(B)    XBX \in P(B) \implies X \subseteq B. Since BABB \subseteq A \cup B,
  • we have XAB    XP(AB)X \subseteq A \cup B \implies X \in P(A \cup B).
  • Thus, XP(A)P(B)    XP(AB)X \in P(A) \cup P(B) \implies X \in P(A \cup B), so P(A)P(B)P(AB)P(A) \cup P(B) \subseteq P(A \cup B).


Part 2: Show P(AB)⊈P(A)P(B)P(A \cup B) \not\subseteq P(A) \cup P(B) in general

  • Counterexample: Let A={1}A = \{1\}, B={2}B = \{2\}. Then:
    • AB={1,2}A \cup B = \{1, 2\}
    • P(A)={,{1}}P(A) = \{ \emptyset, \{1\} \}, P(B)={,{2}}P(B) = \{ \emptyset, \{2\} \}
    • P(A)P(B)={,{1},{2}}P(A) \cup P(B) = \{ \emptyset, \{1\}, \{2\} \}
    • P(AB)={,{1},{2},{1,2}}P(A \cup B) = \{ \emptyset, \{1\}, \{2\}, \{1, 2\} \}
  • Now, {1,2}P(AB)\{1, 2\} \in P(A \cup B) but {1,2}P(A)P(B)\{1, 2\} \notin P(A) \cup P(B).
  • Hence, P(AB)⊈P(A)P(B)P(A \cup B) \not\subseteq P(A) \cup P(B).

Question 4

Out of 20 members in a family, 12 like to take tea and 15 like coffee. Assume that every member likes at least one of the two drinks.

  • (a) How many like only tea and not coffee?
  • (b) How many like only coffee and not tea?
  • (c) How many like both coffee and tea?

Answer:
Define:

  • TT: Set of members who like tea, T=12|T| = 12
  • CC: Set of members who like coffee, C=15|C| = 15
  • Total members =TC=20= |T \cup C| = 20 (since all like at least one drink).

Using the principle of inclusion-exclusion:
TC=T+CTC|T \cup C| = |T| + |C| - |T \cap C|
20=12+15TC20 = 12 + 15 - |T \cap C|
20=27TC20 = 27 - |T \cap C|
TC=2720=7|T \cap C| = 27 - 20 = 7

  • (a) Only tea (not coffee): TC=TTC=127=5|T - C| = |T| - |T \cap C| = 12 - 7 = 5
  • (b) Only coffee (not tea): CT=CTC=157=8|C - T| = |C| - |T \cap C| = 15 - 7 = 8
  • (c) Both tea and coffee: TC=7|T \cap C| = 7

Verification: 5 (only tea)+8 (only coffee)+7 (both)=205 \ (\text{only tea}) + 8 \ (\text{only coffee}) + 7 \ (\text{both}) = 20, which matches the total.


Question 5

Let A={1,2,3,4}A = \{1, 2, 3, 4\}, B={1,2,3}B = \{1, 2, 3\}, and C={2,4}C = \{2, 4\}. Find all sets XX such that XBX \subseteq B and XCX \subseteq C.

Answer:
X=orX={2}X = \emptyset \quad \text{or} \quad X = \{2\}

Explanation:

  • The condition XBX \subseteq B and XCX \subseteq C means XBCX \subseteq B \cap C.
  • Compute BCB \cap C:
    • B={1,2,3}B = \{1, 2, 3\}, C={2,4}C = \{2, 4\}
    • BC={2}B \cap C = \{2\} (only common element).
  • Subsets of {2}\{2\} are \emptyset and {2}\{2\}.
  • Thus, the sets XX are the empty set and {2}\{2\}.

Question 6

If A={4,5,8,12}A = \{4, 5, 8, 12\}, B={1,4,6,9}B = \{1, 4, 6, 9\}, C={1,2,3,4}C = \{1, 2, 3, 4\}, find:

  • (I) A(BA)A - (B - A)
  • (II) A(CB)A - (C - B)

Answer for (I):
A(BA)={4,5,8,12}A - (B - A) = \{4, 5, 8, 12\}

Explanation:

  • Compute BAB - A:
    • B={1,4,6,9}B = \{1, 4, 6, 9\}, A={4,5,8,12}A = \{4, 5, 8, 12\}
    • Elements in BB not in AA: 1,6,91, 6, 9 (since 44 is in AA)
    • Thus, BA={1,6,9}B - A = \{1, 6, 9\}.
  • Compute A(BA)A - (B - A):
    • A={4,5,8,12}A = \{4, 5, 8, 12\}, BA={1,6,9}B - A = \{1, 6, 9\}
    • Elements in AA not in {1,6,9}\{1, 6, 9\}: all elements of AA (no overlap)
    • Thus, A(BA)={4,5,8,12}A - (B - A) = \{4, 5, 8, 12\}.
  • Identity Insight: A(BA)=A(BAc)c=A(BcA)=AA - (B - A) = A \cap (B \cap A^c)^c = A \cap (B^c \cup A) = A, since BAB - A is disjoint from AA.

Answer for (II):
A(CB)={4,5,8,12}A - (C - B) = \{4, 5, 8, 12\}

Explanation:

  • Compute CBC - B:
    • C={1,2,3,4}C = \{1, 2, 3, 4\}, B={1,4,6,9}B = \{1, 4, 6, 9\}
    • Elements in CC not in BB: 2,32, 3 (since 1,41, 4 are in BB)
    • Thus, CB={2,3}C - B = \{2, 3\}.
  • Compute A(CB)A - (C - B):
    • A={4,5,8,12}A = \{4, 5, 8, 12\}, CB={2,3}C - B = \{2, 3\}
    • Elements in AA not in {2,3}\{2, 3\}: all elements of AA (no overlap)
    • Thus, A(CB)={4,5,8,12}A - (C - B) = \{4, 5, 8, 12\}.
  • Identity Insight: CBC - B is disjoint from AA, so A(CB)=AA - (C - B) = A.

@Dr. Microbiota


End of Solutions