edited by
6,854 views
0 votes
0 votes

what is the approach of solving this question?

Q.Translate in two ways each of these statements into logical
expressions using predicates, quantifiers, and logical
connectives. First, let the domain consist of the students
in your class and second, let it consist of all people.
a) Someone in your class can speak Hindi.
b) Everyone in your class is friendly.
c) There is a person in your class who was not born in
California.
d) A student in your class has been in a movie.
e) No student in your class has taken a course in logic
programming.

edited by

1 Answer

Best answer
1 votes
1 votes

First expression's domain is students 
in your class
and 2nd expression's domain all people.

EDIT

CASE 1 : When Domain is "Students in your class"

Here we are talking everything with respect to students in our class i.e. any statement is for students of your class, eg - If I say everyone knows Hindi it means every student of our class knows Hindi.

CASE 2 : When Domain is "All people"

Here we are talking everything with respect to all person i.e. any statement is for every person and only for our class, eg If I say everyone knows Hindi it means every person knows Hindi its is not restricted to only our class.

  

selected by

Related questions

4 votes
4 votes
1 answer
2
1 votes
1 votes
1 answer
3
anonymous asked Sep 18, 2016
625 views
Anyone plz explain the difference between-"No one is perfect.""Not everyone is perfect."How to translate the above statements into logical expressions using predicates,qu...