propositions

logistic_guy

Senior Member
Joined
Apr 17, 2024
Messages
1,380
Let p,q,\displaystyle p, q, and r\displaystyle r be the propositions
p\displaystyle p : You get an A on the final exam.
q\displaystyle q : You do every exercise in this book.
r\displaystyle r : You get an A in this class.
Write these propositions using p,q,\displaystyle p, q, and r\displaystyle r and logical connectives (including negations).

a)\displaystyle \bold{a)} You get an A in this class, but you do not do every exercise in this book.
b)\displaystyle \bold{b)} You get an A on the final, you do every exercise in this book, and you get an A in this class.
c)\displaystyle \bold{c)} To get an A in this class, it is necessary for you to get an A on the final.
d)\displaystyle \bold{d)} You get an A on the final, but you don’t do every exercise in this book; nevertheless, you get an A in this class.
e)\displaystyle \bold{e)} Getting an A on the final and doing every exercise in this book is sufficient for getting an A in this class.
f)\displaystyle \bold{f)} You will get an A in this class if and only if you either do every exercise in this book or you get an A on the final.
 
a)\displaystyle \bold{a)} You get an A in this class, but you do not do every exercise in this book.

rq\displaystyle r \land \overline{q}
 
b)\displaystyle \bold{b)} You get an A on the final, you do every exercise in this book, and you get an A in this class.

pqr\displaystyle p \land q \land r
 
c)\displaystyle \bold{c)} To get an A in this class, it is necessary for you to get an A on the final.

rp\displaystyle r \rightarrow p
 
d)\displaystyle \bold{d)} You get an A on the final, but you don’t do every exercise in this book; nevertheless, you get an A in this class.

pqr\displaystyle p \land \overline{q} \land r
 
e)\displaystyle \bold{e)} Getting an A on the final and doing every exercise in this book is sufficient for getting an A in this class.

(pq)r\displaystyle (p \land q) \rightarrow r
 
f)\displaystyle \bold{f)} You will get an A in this class if and only if you either do every exercise in this book or you get an A on the final.

r(qp)\displaystyle r \leftrightarrow (q \lor p)
 
Top