319 views

1 Answer

Best answer
2 votes
2 votes
Let $P(x)$ be $x$ passed Physics exam.

and $Q(x)$ be $x$ passed Chemistry exam.

Domain of $x$ be students of a class.

 

$∀x(P(x)∨Q(x))$ will be true if each student either passed the physics exam or the chemistry exam.

 

$∀xP(x)∨∀xQ(x)$ will be true if and only if the entire domain of students either passed the physics exam or the chemistry exam .

Let $\{s1,s2\} $ be the domain of students.

Let $s1$ pass Chemistry exam , $s2$ pass Physics exam.

$∀x(P(x)∨Q(x))$ gives True in this case.

But , $∀xP(x)∨∀xQ(x)$ will give false .

Thus they're logically not equivalent.
selected by

Related questions

610
views
0 answers
0 votes
Pooja Khatri asked Mar 18, 2019
610 views
Let $P(x),Q(x),R(x)$, and $S(x)$ be the statements $x$ is a duck, $x$ is one of my poultry, $x$ is an officer, and $x$ is willing to waltz ... not officers.Does (d) follow from (a), (b), and (c)? If not, is there a correct conclusion?
435
views
0 answers
0 votes
Pooja Khatri asked Mar 18, 2019
435 views
Let$P(x),Q(x),R(x)$, and $S(x)$ be the statements $x$ is a baby, $x$ is logical, $x$ is able to manage a crocodile, and $x$is despised, ... crocodiles.Does (d) follow from (a), (b), and (c)? If not, is there a correct conclusion
393
views
0 answers
0 votes
Pooja Khatri asked Mar 18, 2019
393 views
Let $P(x),Q(x),$ and $R(x)$ be the statements $x$ is a professor, $x$ is ignorant, and $x$ is vain, respectively.Express each of these ... .All ignorant people are vain.No professors are vain.Does (c) follow from (a) and (b)?
341
views
0 answers
0 votes
Pooja Khatri asked Mar 18, 2019
341 views
Suppose that Prolog facts are used to define the predicates mother $(M,Y)$ and father (F,X), which represent that M is the mother of $Y$ and $F$ is the ... predicate grandfather $(X,Y)$, which represent that $X$ is the grandfather of $Y$.