in Mathematical Logic edited by
12,142 views
57 votes
57 votes

Let $p, q, r$ denote the statements ”It is raining”, “It is cold”, and “It is pleasant, respectively. Then the statement “It is not raining and it is pleasant, and it is not pleasant only if it is raining and it is cold” is represented by

  1. $(\neg p \wedge r) \wedge (\neg r \rightarrow (p \wedge q))$
  2. $(\neg p \wedge r) \wedge ((p \wedge q) \rightarrow  \neg r)$
  3. $(\neg p \wedge r) \vee ((p \wedge q) \rightarrow  \neg r)$
  4. $(\neg p \wedge r) \vee (r \rightarrow (p \wedge q))$
in Mathematical Logic edited by
12.1k views

4 Comments

as @vintl mentioned the reason, I too also feel the answer should be (c)
1
1
q only if p $=$ if no p then no q $=$ ~p → ~q $=$ q → p
4
4

10 Answers

1 vote
1 vote

Translation of each formula into english statements :

(p’ $\wedge$ r) :- (not p) and r :- It is not raining and it is pleasant.

r’ → (p $\wedge$ q) :- (If not r, then p and q) $\equiv$ (not r only if p and q) $\equiv$ It is not pleasant only if it is raining and it is cold.

(p $\wedge$ q) → r’ :- (If p and q, then not r) $\equiv$ (p and q only if not r) $\equiv$ It is raining and it is cold only if it is not pleasant.

r → (p $\wedge$ q) :- (If r, then p and q) $\equiv$ (r only if p and q) $\equiv$ It is pleasant only if it is raining and it is cold.

  1. It is not raining and it is pleasant, and it is not pleasant only if it is raining and it is cold
  2. It is not raining and it is pleasant, and it is raining and it is cold only if it is not pleasant
  3. “Either It is not raining and it is pleasant, or it is raining and it is cold only if it is not pleasant
  4. “Either It is not raining and it is pleasant, or it is pleasant only if it is raining and it is cold
by
0 votes
0 votes
option  A. is correct answer
0 votes
0 votes

p = ”It is raining

q =  “It is cold

r = “It is pleasant

It is not raining and it is pleasant = ~p ∧ r

x only if y can be written as x→y

 it is not pleasant only if it is raining and it is cold) = ~r(p ∧ q)

“(It is not raining and it is pleasant), and it is not pleasant only if (it is raining and it is cold)” =   (¬p∧r)∧(¬r→(p∧q))             

So Option A             

 

0 votes
0 votes

1. a and b are the same size if a = b
a = b SameSize(a, b)
2. a and b are the same size only if a = b
SameSize(a, b) → a = b

Try to map Option A to above, simpler, example.

Ref: https://faculty.washington.edu/smcohen/120/Chapter7.pdf

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true