Use the following statements to write a compound statement for each conjunction and disjunction. then find it's truth value.
p: The square root of -64 = 8
q: A triangle has 3 sides.
n: 0<0
s: An obtuse angle measures greater than 90 and less than 180

14. p or q



Answer :

p: the square root of -64 is not 8, but it is 8i. FALSE
q: A triangle has three sides. TRUE
n: 0<0 . FALSE:
s: an obtuse angle measures greater than 90 and less than 180. TRUE
14. p or q TRUE
since it is an OR statement, and q is true, it doesn't matter that p is false.

Other Questions