Break the given statement into two parts.
Make truth table of the given statement by joining the conclusion of two parts of sentence. And then draw the logic circuit and Venn diagram for the given statement.
Make the truth table of the statement: P and (Q or R)
Given statement = P && (Q || R)
So, answer is same as in step2.
Draw the logic circuit for the statement: (p or not q) and (r xor s)
Given statement = (p or not q) and (r xor s)
So, answer is same as in step2.