SOLUTION: QUESTION 5 Create a truth table for the following. left parenthesis p logical and tilde q right parenthesis logical or left parenthesis p rightwards arrow q right parenthesi

Algebra ->  Proofs -> SOLUTION: QUESTION 5 Create a truth table for the following. left parenthesis p logical and tilde q right parenthesis logical or left parenthesis p rightwards arrow q right parenthesi      Log On


   



Question 1190469: QUESTION 5

Create a truth table for the following.
left parenthesis p logical and tilde q right parenthesis logical or left parenthesis p rightwards arrow q right parenthesis
(p ∧ ~ q) 𝑉 (p --> q)

Found 2 solutions by Alan3354, math_tutor2020:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
QUESTION 5
-----------------------------
Your rating does not affect my pay rate.

Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

T = true
F = false
pq~qp ^ ~qp -> q(p ^ ~q) v (p -> q)
TTFFTT
TFTTFT
FTFFTT
FFTFFF
Notes:
  • p ^ q is true when both p and q are true together; otherwise, it's false.
  • p -> q is false when a true antecedent (p) leads to a false conclusion (q); otherwise, it's true
  • ~q is the result of flipping everything in column q