Express the given statement in FOPL? Statement: Any two numbers can be added…
2021
Express the given statement in FOPL? Statement: Any two numbers can be added together.
- A.
(∃x)(∃y)(∀z) (x + y = z)
- B.
(∀x)(∃y)(∀z) (x + y = z)
- C.
(∀x)(∀y)(∃z) (x + y = z)
- D.
(∃x)(∀y)(∃z) (x + y = z)
Attempted by 79 students.
Show answer & explanation
Correct answer: C
Any two numbers can be added” → For all x,y there exists z such that x+y=z.