Help please Find the truth value of the statement:

  • Thread starter Thread starter amandamarieve
  • Start date Start date
  • Tags Tags
    Value
AI Thread Summary
The truth value of the statement ~(~p ^ q) <-> (q -> ~r) is true when P is true, Q is true, and R is false. The left side simplifies to T, while the right side also evaluates to T, resulting in T <-> T. Answer 1 is correct because it accurately applies logical operations, while Answer 2 incorrectly uses p ^ ~q instead of p v ~q. The symbols <-> and -> represent "if and only if" and "implies," respectively, with specific truth conditions outlined. Understanding these logical operations is crucial for determining the truth value correctly.
amandamarieve
Messages
1
Reaction score
0

Homework Statement



Given P is true, Q is true, and R is fale, find the truth value of the statement:


~(~p ^ q) <-> (q -> ~r)





2. The attempt at a solution

Which one is correct- Answer 1 or answer 2?

answer 1:
p v ~q <-> (q -> ~r)

t V f <-> (t -> t)

t <-> t

Answer= t




answer 2:
p ^ ~q <-> (q -> ~r)

t ^ f <-> (t -> t)

f <-> t

Answer= f
 
Physics news on Phys.org
Answer 1 is correct. Answer 2 isn't. Why not? And why didn't you just substitute P=t, Q=t and R=f into the original statement?
 
Could someone explain explain how I should read this: <->
and what does this mean: ->

Thanks.
 
<-> is "if and only if". P<-> Q is true if the true values of P and Q are the same: both T or both F.
Truth table:
\begin{array}{ccc} &amp; T &amp; F\\ T &amp; T &amp; F \\ F &amp; F &amp; T\end{array}
where across is Q and down is P.

-> is "implication" P->Q "P implies Q" or "If P then Q" is true in the case that Q is true or both P and Q are false. Truth table:
\begin{array}{ccc} &amp; T &amp; F\\ T &amp; T &amp; F \\ F &amp; T &amp; T\end{array}

As for amandamarieve's problem, ~(~p ^ q) <-> (q -> ~r), with p= q= T, r= f,
"~p ^q" is "F ^ T" which is F so ~(~p ^q) is T. That is, of course, the same as you get by using the fact that ~(~p ^ q)= ~(~p) v (~q)= p v ~q. On the right, q-> ~r, with q T and r F, is T->T which is T. We have T<->T which is T.

amandamarieve's "answer 2" is wrong because, as I said, ~(~p^q) is pv ~q, not "p^ ~q. In general, ~(p ^ q)= ~p v ~q and ~(p v q)= ~p ^ ~ q.
 
HallsofIvy said:
<-> is "if and only if". P<-> Q is true if the true values of P and Q are the same: both T or both F.

Thank you.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top