Conditional Statements
Terms
undefined, object
copy deck
- a statement that i written in if-then form
- conditional statement
- if p, then q
- conditional statement
- if you made a 70 or above on the test, then you passed the test
- conditional statement
- rearrange the if/then portions
- converse
- if q, then p
- converse
- if you passed the test, then you made 70 on the test
- converse
-
keep the order;
negate both portions - inverse
- if -p, then -q
- inverse
- if you didnt make 70 or above on the test, then you didnt pass the test
- inverse
- rearrange the if/then portion AND negate both portions
- contrapostitive
- if -q, then -p
- contrapostitive
- if you didnt pass the test, then you didnt make a 70 or above
- contrapostitive
- a conditonal statement that contains "if and only if."
- bioconditional
- the conditional and its converse would both be true
- bioconditional
- you passed the test if and only if you made a 70 or above
- bioconditional