388 views

1 Answer

0 votes
0 votes

Lets say;

PYou’ll love new horror movie

q: you’re afraid of haunted house

r: you will find it very entertaining

so, expression will be : p if and only if q or r

we can break down above exp. into  p if q and p only if q

therefore, p if q : qp

                  p only if q: pq

finally symbolic form will be, 

(qp) ∧ (pq) v ¬r  by minimizing it,

(¬q v p) ∧ (¬p v q) v ¬r

(¬p¬q v pq) v ¬this is equivalent to ;

(p ↔ q) v ¬r

Hence answer will be :

(p ↔ q) v ¬r

 

Related questions

0 votes
0 votes
1 answer
1
farhan777 asked 4 days ago
32 views
how to check the validity of an a argument using laws of logics
0 votes
0 votes
0 answers
2
curious mind asked Jan 1, 2023
319 views
A relation R1 : aRb iff (a congruent b) modulo 5 and relation R2 : aRb iff (a congruent b modulo 7). What will be R1 U R2 ?
0 votes
0 votes
1 answer
3
Anand67222 asked Oct 14, 2023
325 views
How many simple directed (unweighted) graphs on the set of vertices {v0,v1,…v5} are there that have at most one edge between any pair of vertices? (That is, for two ver...