Use the symbols ~, ^ and v, and write the following statements. both p or q and r
The Answer to the Question
is below this banner.
Can't find a solution anywhere?
NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?
Get the Answers Now!You will get a detailed answer to your question or assignment in the shortest time possible.
Here's the Solution to this Question
First part is p or q. The or can be represented with a help of 'v'.
p or q can be represented as (p v q),
and can be represented with a help of ^.
So p or q and r can be given by (p v q) ^ r.