229k views
1 vote
Really need some help     What is the truth value for the following conditional statement?

p: true
q: true

p → q

T T → F
F T → T
T T → T
T F → T

User Bramus
by
8.5k points

1 Answer

3 votes
p → q means is a conditional statement that is read if p .... then q . . .

When p is true and q is true, then p → q is true.

Therefore, the correct answer is
T T → T.
User Gico
by
7.4k points

No related questions found