528 views
1 votes
1 votes
Translate the statement into logical expressions using predicates, quantifiers, and logical connectives

"No student in your class has taken a course in logic programming"

A) ∀x( C(x)--->NOT(L(x)) )

B) NOT (∃x (C(x) AND L(x)) )

C) Either A) or B)

D) None of the above

1 Answer

Best answer
2 votes
2 votes
I feel Option C) is correct ...as A) and B) are logically equivalent and they express the statement
selected by

Related questions

2 votes
2 votes
2 answers
2
kd..... asked Jul 12, 2018
534 views
I am unable to prove following equations without using truth table1) p - (q v r) = (p->q) V (p->r) 2) ~(p <- q) = p <- ~q
1 votes
1 votes
3 answers
3
Vicky rix asked Mar 7, 2017
902 views
Which of the following statements are ALWAYS TRUE ?A) ∀x [P(x)] - ∃x [P(x)]B) ∃x [P(x)] - ∀x [P(x)]C) Both A) and B) and so both are equivalent D) Neither A) no...
0 votes
0 votes
2 answers
4