Conditional statements Flashcards
“And” and “or” statements
and’s and or’s switch when negated
“Only if” statements
only if indicates a requirement: whatever follows only if goes on the right side when diagramming conditional statements
“Unless” statements
unless means “if not”
Necessary factor
something required to get a result. However it does not guarantee the result by itself. If a necessary factor is not satisfied the result cannot occur
Sufficient factor
something that is enough by itself to guarantee a result. However, sufficient factors are not always required in order to achieve the result
IF (LEFT- sufficient factor/dependent factor)
THEN (RIGHT- necessary factor/independent factor)
Contrapositive
take the statement, flip and negate it
think of the arrow as a one way street; directional
Statements involving any of these words can be translated into conditional diagrams:
If, if…then, all, every, whenever
No, none
these statements point out two characteristics that are never seen together or two groups that have no members in common & can be represented with conditional diagrams