It's me again! I need help with this statement:
If I am tired or hungry, then I cannot concentrate.
I can concentrate.
_________________________________________
Therefore I am neither tired nor hungry.
It would be: [(p and q) -> ~r and r] -> ~(p ?q)
I don't know what symbol to use for nor.
How about and? not( p and q) is false only if both p and q are true.