84.4k views
5 votes
What would be the values in the p ^ q column?

P
T
T
F
F
9
T
F
T
F
PAq
pv q

What would be the values in the p ^ q column? P T T F F 9 T F T F PAq pv q-example-1
User Friartuck
by
4.5k points

1 Answer

0 votes

Answer:

C. p∧q = TFFF

Explanation:

You want the truth table values for the logical AND function of two variables, p and q.

P∧Q

The logical AND of two variables is true if and only if both of them are true. That is the case only on the first line of the table

p∧q ⇒ TFFF

P∨Q

The logical OR of two variables is true if either of them is true. It is false only if both of them are false.

p∨q ⇒ TTTF

User Pankaj Jangid
by
5.2k points