Let $A=\{1,2,3,4,5\} .$ Determine the truth value of each of the following statements:
(a) $\quad(\exists x \in A)(x+3=10)$
(c) $(3 x \in A)(x+3<5)$
(b) $\quad(\forall x \in A)(x+3<10)$
(d) $\quad(\forall x \in A)(x+3 \leq 7)$
(a) False. For no number in $A$ is a solution to $x+3=10$.
(b) True. For every number in $A$ satisfies $x+3<10$.
(c) True. For if $x_{0}=1$, then $x_{0}+3<5$, i.e., 1 is a solution.
(d) False. For if $x_{0}=5$, then $x_{0}+3$ is not less than or equal 7. In other words, 5 is not a solution to the given condition.