Respuesta :
Answer: If you do not live in Toronto, then you do not live in Canada
---------------------------------------------------------------
You simply attach a "not" to each piece of the conditional. Effectively you are negating each part. The general form of a conditional is "If P, then Q" where P and Q are placeholders for statements.
In this case
P = you live in Toronto
Q = you live in Canada
The inverse of "If P, then Q" is "If not P, then not Q"
---------------------------------------------------------------
You simply attach a "not" to each piece of the conditional. Effectively you are negating each part. The general form of a conditional is "If P, then Q" where P and Q are placeholders for statements.
In this case
P = you live in Toronto
Q = you live in Canada
The inverse of "If P, then Q" is "If not P, then not Q"
Answer:
If you do not live in Toronto, then you do not live in CanadaStep-by-step explanation: