Discover the answers to your questions at Westonci.ca, where experts share their knowledge and insights with you. Find reliable answers to your questions from a wide community of knowledgeable experts on our user-friendly Q&A platform. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A platform.
Sagot :
Answer:
q->~p
Step-by-step explanation:
The symbol "~" means "no"
Then:
p → ~q
means:
"if p, then NO q"
or:
"if p, then don't q"
or:
"if p, then ~q"
a better example can be if we define p and q as:
p = n is positive
q = n is zero.
~q = n isn't zero.
~p = n isn't positive.
Then the sentence would be:
"if n is positive, then NO n is zero"
or:
"if n is positive, then n isn't zero"
(the syntaxis is weird, but you can understand this)
Now we need to find an equivalent statement to this one.
Let's look at the given options, and let's try them with our hypothesis and conclusion written above.
p -> q)
"if n is positive, then n is zero"
This obviously is not equivalent.
~p->q)
"if n isn't positive, then n is zero"
Well, n could be negative, then this sentence is false, so it is not equivalent to the original one.
q->p)
"If n is zero, then n is positive"
This is not equivalent to p -> ~q
q->~p)
"if n is zero, then n isn't positive"
This is true, if n = 0, n can not be a positive number.
Then when p -> ~q is true, also q->~p is true, which means that the statements are equivalent.
Thank you for choosing our platform. We're dedicated to providing the best answers for all your questions. Visit us again. Thanks for using our service. We're always here to provide accurate and up-to-date answers to all your queries. Find reliable answers at Westonci.ca. Visit us again for the latest updates and expert advice.