Question:

Step by step explanation of this?

by  |  earlier

0 LIKES UnLike

How would you determine the truth value of this?

p=false

q=true

r=true

Problem- (p or q) and r

 Tags:

   Report

1 ANSWERS


  1. OR table

    true true = true

    true false = true

    false true = true

    false false = false

    AND  table

    true true = true

    true false = false

    false true = false

    false false = false

    so ur case: p or q = false or true = true

    so (p or q) and r = true and true = true

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.