Activity answers:
1. Converse: "If a quadrilateral is a rectangle, then it is a square." False (a $2 \times 3$ rectangle is not a square). Contrapositive: "If a quadrilateral is not a rectangle, then it is not a square." True (equivalent to original).
2. The formula $n^2 + n + 41$ fails first at $n = 40$: $40^2 + 40 + 41 = 1600 + 40 + 41 = 1681 = 41^2$, not prime.
3. Symbolic: $\forall n \in \mathbb{Z}^+,\; \exists m \in \mathbb{Z}^+,\; m = n + 1$. Negation: $\exists n \in \mathbb{Z}^+,\; \forall m \in \mathbb{Z}^+,\; m \neq n + 1$, i.e., some positive integer has no successor (false).
4. ($\Rightarrow$) Assume $6 \mid n$. Then $n = 6k$ so $2 \mid n$ and $3 \mid n$. ($\Leftarrow$) Assume $2 \mid n$ and $3 \mid n$. Since $\gcd(2,3) = 1$, $6 = 2 \times 3 \mid n$.
5. Negation: $\forall x \in \mathbb{R},\; \exists y \in \mathbb{R},\; xy \neq y$. Original is true: take $x = 1$, then $1 \cdot y = y$ for every $y$.
Q1 (2 marks): Contrapositive: "If $n$ is odd, then $n^2$ is odd" [1]. Original is true; proof via contrapositive: $n = 2k+1 \Rightarrow n^2 = 4k^2 + 4k + 1 = 2(2k^2+2k)+1$, odd [1].
Q2 (3 marks): Statement is "for all $n$"; one counterexample disproves [1]. Test: $n = 11$: $121 - 11 + 11 = 121 = 11^2$, not prime [1]. Therefore the statement is false [1].
Q3 (3 marks): (a) True: $x^2 \geq 0$ for all real $x$ [1]. (b) False: $x^2 \geq 0$ for every real $x$, so no $x$ satisfies $x^2 < 0$ [1]. (c) False: take $x = \tfrac{1}{2}$; then $x^2 = \tfrac{1}{4} < \tfrac{1}{2} = x$, so $x^2 > x$ fails [1].