Math, asked by giraki, 10 months ago

If statement A is true and statement B is false, what is the truth value for ~(A V ~B)?

Answers

Answered by amruthamanisai587
2

Answer:

please let me know for any other quires good luck buddy :)

Step-by-step explanation:

given A is TRUE B is FALSE

truth value for ~(A V ~B) is as follows

= ~(TRUE V ~(FALSE))

we know ~FALSE = TRUE

=~(TRUE V TRUE)

we know in OR if atleast one is TRUE then it will be TRUE

=~(TRUE)

we know ~TRUE = FALSE

=FALSE

so the truth value of ~(A V ~B) is FALSE

hope you understood :)

Similar questions