Solution to . Translate in two ways each of these statements into logi- cal expressions using predicates, … - Sikademy
Author Image

Archangel Macsika

. Translate in two ways each of these statements into logi- cal 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) Everyoneinyourclasshasacellularphone. b) Somebody in your class has seen a foreign movie. c) There is a person in your class who cannot swim. d) All students in your class can solve quadratic equa- tions. e) Some student in your class does not want to be rich

The Answer to the Question
is below this banner.

Can't find a solution anywhere?

NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?

Get the Answers Now!

You will get a detailed answer to your question or assignment in the shortest time possible.

Here's the Solution to this Question

(a) Let P(x) - ''x is in your class", Q(x) - " x has a cellular phone"

1. When the domain consists of the students in your class

\forall x: Q(x)

2. When the domain consists of all people

\forall x:P(x)\to Q(x)

(b) Let P(x) - ''x is in your class", Q(x) - " x seen a foreign movie"

1. When the domain consists of the students in your class

\exists x:Q(x)

2. When the domain consists of all people

\exist x:P(x)\to Q(x)

(c) Let P(x) - ''x is in your class", Q(x) - " x cannot swim"

1. When the domain consists of the students in your class

\exists x:Q(x)

2. When the domain consists of all people

\exist x:P(x)\to Q(x)

(d) Let P(x) - ''x is in your class", Q(x) - " x can solve the quadratic equations"

1. When the domain consists of the students in your class

\forall x: Q(x)

2. When the domain consists of all people

\forall x:P(x)\to Q(x)

(e) Let P(x) - ''x is in your class", Q(x) - " x does not want to be rich"

1. When the domain consists of the students in your class

\exists x:Q(x)

2. When the domain consists of all people

\exist x:P(x)\to Q(x)

Related Answers

Was this answer helpful?

Join our Community to stay in the know

Get updates for similar and other helpful Answers

Question ID: mtid-5-stid-8-sqid-1346-qpid-1084