edited by
328 views
0 votes
0 votes
Translate in 2 ways each of these logical expression using predicate quantifiers and logical connectives

First take domain as student in your class

Second : let the domain be all people

a) Every body in your class has cellular phone     :

b)  Somebody in your class has seen a foreign movie   

c) There is a person in your class who cannot swim    

d) All student in your class can solve quadratic equation  

e) Some student in your class does not want to be rich
edited by

1 Answer

1 votes
1 votes
just verify domain : student in your class

a) Every body in your class has cellular phone :∀x(C(x)) where C (x) mean x has cellular phone

b) Somebody in your class has seen a foreign movie ∃x(M(x)) where M(x) : x has seen a movie

c) There is a person in your class who cannot swim ∃x(∽S(x)) where S(x) mean x can swim

d) All student in your class can solve quadratic equation ∀x(Q(x) where Q(x) mean x can solve quadratic equation

e) Some student in your class does not want to be rich ∃ x(∽R(x)) R(x) : x  want to be rich

For second when the domain is set of all people

Let Cc(x) - X is in your class

a) :∀x(Cc(x) --->C(x))

b) ∃x(Cc(x) ∧M(x))

c) ∃x(Cc(x) ∧ ∽S(x))

d) ∀x(Cc(x) --->Q(x))

e) ∃x(Cc(x) ∧ ∽R(x))

Related questions

1 votes
1 votes
2 answers
1
Dexter asked May 10, 2016
698 views
If i have a statement like :"No large birds live on honey" where domain is set of all Birds Here let Q(x) : x is a large bird R(x) : lives on honey CAn i write this is&f...
0 votes
0 votes
0 answers
2
2 votes
2 votes
1 answer
3
Dexter asked May 8, 2016
312 views
let p = you have the flu q: you miss the final examination r: you pass the courseexpress it: (p⋀q) ⋁ ( not q ⋀ r )
1 votes
1 votes
0 answers
4
Mk Utkarsh asked Feb 9, 2018
356 views
Which one of the expression of universal quantifier is ambiguous?For allFor everyall offor eachfor anyfor arbitrary