730 views
1 votes
1 votes
Determine whether following conditional statement is true or false

-If 1+1 =3, then 2+2=4.

According to me the answer should be false, but in book its given true. Can anyone explain how it is true?

1 Answer

4 votes
4 votes

Given statement -If 1+1 =3, then 2+2=4.

Since the hypothesis(1+1=3) is false and the conclusion(2+2=4) is true, this conditional statement is true.

You can also check from the table directly.

Here p= 1+1 =3  and q=2+2=4

p q p$\rightarrow$q
0 0 1
0 1 1
1 0 0
1 1 1
edited by

Related questions

0 votes
0 votes
2 answers
3
kaleen bhaiya asked Jan 23, 2022
18,844 views
From where can i get full solution of Discrete Mathematics and Its Applications by Kenneth H. Rosen ?
0 votes
0 votes
0 answers
4
Ishan asked May 26, 2017
446 views
How many bit strings of length eight contain either three consecutive 0s or four consecutive 1s?