AI MCQ #369: Translate the following statement into FOL. “For every a, if a is a PhD student,…

Q369. Translate the following statement into FOL. “For every a, if a is a PhD student, then a has a master degree”

  • a) ∀ a PhD(a) -> Master(a)
  • b) ∃ a PhD(a) -> Master(a)
  • c) A is true, B is true
  • d) A is false, B is false

✅ Correct Answer: A) ∀ a PhD(a) -> Master(a)

Explanation: No explanation provided.