Conditional statements.notebook

Conditional statements.notebook
October 09, 2012
1
Conditional statements.notebook
October 09, 2012
If a number is odd, then it is divisible by 3.
2
Conditional statements.notebook
October 09, 2012
Negations: ~ p (not p)
­ The negation of a true statement is false
­ The negation of a false statement is true.
Find the negation of the statement: M is the midpoint of segment AB.
Related Conditionals:
Conditional: p⇒q
Converse: q⇒p
Inverse: ~p⇒~q
Contrapositive: ~q⇒~p
Logically equivalent statements: related conditionals with the same truth value.
conditional/contrapositive
converse/inverse
3