Ch.2 conditional statements Flashcards

1
Q

If and then statements have

A

Cause and effect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Conditional statement:

A

A logical statement that has 2 parts, HYPOTHESIS AND CONCLUSION.
- hypothesis (if)
- conclusion (then)
- if (p)
- then (Q)
- example: if an animal is a bird, then it has feather
- NOT ALWAYS TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Hypothesis:

A

Prediction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Negation

A

Opposite of the original statement
Add not to condition statement
Example: the ball is NOT red

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Converse

A
  • Skaters wear Converses and they FLIP on skateboards
  • CONCLUSION THEN HYPOTHESIS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Inverse

A

Negate p,Q
- add not to if and then
- add not to conditional statements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Contrapositive

A

Negate and flip the hypothesis and conclusion
- if not Q, then not p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Symbols

A
  • hypothesis ( P)
  • conclusion ( Q)
    —-> for if,then
    ~ negation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Equivalent statement

A

When two statements are both true and false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Conjecture:

A

An unproven statement based on observations
Example: the sum of two numbers is always more then the greater number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Inductive reasoning

A

When you find a pattern and specific examples then you write a conjecture based off of it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How to use inductive reasoning

A

1.Make observations and gather data
2. Look at your data and search for patterns
3. Make conclusions/theories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Deductive reasoning

A

Uses facts, definitions, accepted properties, and the laws of logic to form a logical argument.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Counterexample

A

Evidence that shows that the conjecture is false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Counterexample=

A

The conjecture is false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Laws of logic

A

Law of detachment: if the hypothesis of a true conditional statement is true,then the conclusion is also true
Law of syllogism: a logical pattern that can be used to reach a conclusion based on two statements