29.0k views
4 votes
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

1 Answer

3 votes
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.
User Marko Eskola
by
7.6k points