You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ Determine whether the following statements are true or false. (30%)
31
+
+ The following two propositions are logically equivalent:#align(center)[$p arrow (q arrow r), (p arrow q) arrow r$]
32
+
+ If $A$, $B$, $C$ are sets, then $A plus.circle (B plus C) = (A plus.circle B) plus.circle C$.
33
+
+ $8 + 3 = 9$$$iff$$$8 - 3 = 7$.
34
+
+ The set of positive real numbers less than 1 with decimal representations consisting only of 6s and 8s is uncountable.
35
+
+ The set of real numbers that are solutions of quadratic equations $a x^2 + b x + c = 0$, where $a$, $b$, $c$ are integers, is countable.
36
+
+ The time complexity of a linear search to find the smallest number in a list of $n$ numbers is #sym.Theta ($n log n$).
37
+
38
+
+ Suppose the variable $x$ represents students, $y$ represents courses, $T(x, y)$ means $\"x$ is taking $y.\"$. Translate the statement into symbols. (10%)
39
+
+ There is a course that is being taken by all students.
40
+
+ No student is taking all courses.
41
+
42
+
+ Suppose $g: A arrow B$ and $f: B arrow C$ where $A = {1, 2, 3, 4}, B = {a, b, c}, C = {2, 7, 10}$, and $f$ and $g$ are defined by $g = {(1, b), (2, a), (3, a), (4, b)}$ and $f= {(a, 10),(b, 7),(c, 2)}$. Find $f compose g$. (5%)
43
+
44
+
+ Write a proposition equivalent to $(p and not q)$ using only $p$, $q$, and the connective #sym.bar.v . (7%) #linebreak() ($\" bar.v \"$ represents NAND. The proposition $p bar.v g$ is true when either $p$ or $q$, or both, are false; and it is false when both $p$ and $q$ are true)
45
+
46
+
+
47
+
+ Express the proposition formula $p plus.circle (q plus.circle r)$ in full disjunctive normal form. (7%)
48
+
+ Express the proposition formula $p plus.circle (q plus.circle r)$ in full conjunctive normal form. (7%)
49
+
50
+
+ Put the functions below in order so that each function is big-O of the next function on the list. (7%)\ #tablex(
+ Set $A = {ceil(x) + ceil(2x) +ceil(3x) bar.v x in R}$, set $B = x bar.v x$ is a positive integer less than $2024}$, find the value of ${A sect B}$ (10%)
59
+
60
+
+ Prove that if $x^3$ is irrational, then $x$ is irrational. (10%)
61
+
62
+
+ Use induction to prove that: if $x > 0, y > 0$, then $frac(x^n + y^n, 2) gt.eq (frac(x + y, 2))^n$ for all positive integers $n$.
0 commit comments