asked 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

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

answered
User Pankaj Jangid
by
8.5k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.