163k views
4 votes
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 Foghorn
by
8.1k points

2 Answers

2 votes
the anwser is this TT---T
User Jwsample
by
8.0k points
3 votes

Answer:

T T → T

Explanation:

Boolean table,

p q p → q

T T T

T F F

F T T

F F T

Given, the conditional statement:

p : True

q : True,

Then by using above table,

p → q is true,

Hence, the correct answer is,

T T → T

⇒ Third option is correct.

User Anirudh Ajith
by
8.1k points