Answer:
See below
Explanation:
Remember the notation and rules of quantifiers. ∀ is the universal quantifier and ∃ is the existential quantifier. To negate ∀x p(x) , write ∃x ¬p(x). To negate ∃x p(x) , write ∀x ¬p(x)
Part I:
A) None of life's problems have a simple solution.
B) All of life's problems have a simple solution.
C) Some of life's problems have a simple solution
D) All of life's problems have a simple solution (notice how the original statements in B and D mean exactly the same)
E) Some of life's problems do not have a simple solution.
Part II: Let x be a variable representing one of life's problems, y be a variable representing solutions, p(x):="x has a simple solution", and q(x,y):="y is a simple solution of x".
A) (∀x)(¬p(x)) or ¬(∃x)(p(x))
B) (∀x)(∃y)(q(x,y))
C) (∃y)(∀x)(q(x,y)). Note that the order of quantifiers is important. B) and C) have different meanings. In C) there is an universal solution of all problems, in B) each problem has its solution.
D) (∀x)(p(x))
E) Same as C)