SlideShare a Scribd company logo
1 of 19
Download to read offline
Inductive and Deductive Reasoning
Objectives:
The student is able to (I can):
• Use inductive reasoning to identify patterns and make
conjecturesconjectures
• Understand the differences between inductive and
deductive reasoning
• Use properties of algebra and deductive reasoning to
create algebraic proofs
Find the next item in the sequence:
1. December, November, October, ...
2. 3, 6, 9, 12, ...
3. , , , ...
4. 1, 1, 2, 3, 5, 8, ...
Find the next item in the sequence:
1. December, November, October, ...
SeptemberSeptemberSeptemberSeptember
2. 3, 6, 9, 12, ...
15151515
3. , , , ...
4. 1, 1, 2, 3, 5, 8, ...
13131313 –––– This is called the Fibonacci sequence.This is called the Fibonacci sequence.This is called the Fibonacci sequence.This is called the Fibonacci sequence.
inductiveinductiveinductiveinductive reasoningreasoningreasoningreasoning – reasoning that a rule or statement is
true because specific cases are true.
conjectureconjectureconjectureconjecture – a statement believed true based on inductive
reasoning.
Complete the conjecture:
The product of an odd and an even number is ______ .The product of an odd and an even number is ______ .
To do this, we consider some examples:
(2)(3) = 6 (4)(7) = 28 (2)(5) = 10
inductiveinductiveinductiveinductive reasoningreasoningreasoningreasoning – reasoning that a rule or statement is
true because specific cases are true.
conjectureconjectureconjectureconjecture – a statement believed true based on inductive
reasoning.
Complete the conjecture:
The product of an odd and an even number is ______ .evenevenevenevenThe product of an odd and an even number is ______ .
To do this, we consider some examples:
(2)(3) = 6 (4)(7) = 28 (2)(5) = 10
eveneveneveneven
Examples
To Use Inductive Reasoning
1. Look for a pattern.
2. Make a conjecture.
3. Prove the conjecture or find a
counterexample to disprove it.
Show that each conjecture is false by giving
a counterexample.a counterexample.
1. The product of any two numbers is
greater than the numbers themselves.
2. Two complementary angles are not
congruent.
Examples
To Use Inductive Reasoning
1. Look for a pattern.
2. Make a conjecture.
3. Prove the conjecture or find a
counterexample to disprove it.
Show that each conjecture is false by giving
a counterexample.a counterexample.
1. The product of any two numbers is
greater than the numbers themselves.
((((----1)(5) =1)(5) =1)(5) =1)(5) = ----5555
2. Two complementary angles are not
congruent.
45º and 45º45º and 45º45º and 45º45º and 45º
Sometimes we can use inductive reasoning to solve a
problem that does not appear to have a pattern.
Example: Find the sum of the first 20 odd numbers.
1
1 + 3
1 + 3 + 5
1
4
9
Sum of first 20 odd numbers?
1 + 3 + 5
1 + 3 + 5 + 7
9
16
Sometimes we can use inductive reasoning to solve a
problem that does not appear to have a pattern.
Example: Find the sum of the first 20 odd numbers.
1
1 + 3
1 + 3 + 5
1
4
9
12
22
32
Sum of first 20 odd numbers?
1 + 3 + 5
1 + 3 + 5 + 7
9
16
32
42
202 = 400
These patterns can be expanded to find the “nth” term using
algebra. When you complete these sequences by applying a
rule, it is called a functionfunctionfunctionfunction.
Examples: Find the missing terms and the rule.
1 2 3 4 5 … 8 … 20 … n
-3 -2 -1 0 1
To find the pattern when the difference between each term
is the same, the coefficient of n is the difference between
each term, and the value at 0 is what is added or subtracted.
1 2 3 4 5 … 8 … 20 … n
32 39 46 53 60
These patterns can be expanded to find the “nth” term using
algebra. When you complete these sequences by applying a
rule, it is called a functionfunctionfunctionfunction.
Examples: Find the missing terms and the rule.
1 2 3 4 5 … 8 … 20 … n
-3 -2 -1 0 1 4 16 n – 4
To find the pattern when the difference between each term
is the same, the coefficient of n is the difference between
each term, and the value at 0 is what is added or subtracted.
1 2 3 4 5 … 8 … 20 … n
32 39 46 53 60 81 165 7n+25
deductivedeductivedeductivedeductive reasoningreasoningreasoningreasoning – the process of using logic to draw
conclusions from given facts, definitions, and
properties.
Inductive reasoning uses specific cases and observations to
form conclusions about general ones (circumstantial
evidence).
Deductive reasoning uses facts about general cases to form
conclusions about specific cases (direct evidence).
Example Decide whether each conclusion uses
inductive or deductive reasoning.
1. Police arrest a person for robbery when
they find him in possession of stolen
merchandise.
2. Gunpowder residue tests show that a2. Gunpowder residue tests show that a
suspect had fired a gun recently.
Example Decide whether each conclusion uses
inductive or deductive reasoning.
1. Police arrest a person for robbery when
they find him in possession of stolen
merchandise.
Inductive reasoningInductive reasoningInductive reasoningInductive reasoning
2. Gunpowder residue tests show that a2. Gunpowder residue tests show that a
suspect had fired a gun recently.
Deductive reasoningDeductive reasoningDeductive reasoningDeductive reasoning
Transitive Property of Equality
• If a = b, and b = c, then a = c.
• Ex: If 1 dime = 2 nickels, and 2 nickels = 10 pennies, then
1 dime = 10 pennies.
Substitution Property of Equality
• If a = b, then b can be substituted for a in any expression.
• Ex: If x = 5, then we can substitute 5 for x in the equation• Ex: If x = 5, then we can substitute 5 for x in the equation
y = x + 2, which means y = 7.
We will also use the Distributive Property:
a(b + c) = ab + ac and ab + ac = a(b + c)
proofproofproofproof – an argument which uses logic, definitions, properties,
and previously proven statements to show that a
conclusion is true.
algebraic proofalgebraic proofalgebraic proofalgebraic proof – a proof which uses algebraic properties
When you write a proof, you must give a justification
(reason) for each step to show that it is valid. For each(reason) for each step to show that it is valid. For each
justification, you can use a definition, postulate, property, or
a piece of given information.
Ex.: Solve the equation x – 1 = 5, and write a justification for
each step.
x – 1 = 5 Given
x – 1 + 1 = 5 + 1 Addition prop. =
x = 6 Simplify
Ex: Solve the equation 4m + 8 = –12, and write the
justification for each step.justification for each step.
4m + 8 = –12 Given
4m + 8 – 8 = –12 – 8 Subtraction prop. =
4m = –20 Simplify
Division prop. =
m = –5 Simplify
−
=
4 20
4 4
m
As a general rule, we do not write out the actions that we use
to solve the equation, we just write the result of each action.
Example: Solve the equation 4x = 2x + 8. Write a justification
for each step.
4x = 2x + 8 Given equation
2x = 8 Subtraction prop. =2x = 8 Subtraction prop. =
x = 4 Division prop. =
We can also apply the definitions and properties we learned
in Chapter 1:
Solve for x and write a justification for each step.
MY = MA + AY Segment Addition Postulate
●
M A Y
9x – 4
5x + 7 2x + 3
MY = MA + AY Segment Addition Postulate
9x – 4 = 5x + 7 + 2x + 3 Substition prop. =
9x – 4 = 7x + 10 Simplify
9x = 7x + 14 Addition prop. =
2x = 14 Subtraction prop. =
x = 7 Division prop. =

More Related Content

What's hot

Adding and subtracting polynomials
Adding and subtracting polynomialsAdding and subtracting polynomials
Adding and subtracting polynomials
holmsted
 
Zero and Negative Exponents
Zero and Negative ExponentsZero and Negative Exponents
Zero and Negative Exponents
Passy World
 
Factoring the greatest common monomial factor
Factoring the greatest common monomial factorFactoring the greatest common monomial factor
Factoring the greatest common monomial factor
Nara Cocarelli
 
Polynomials Grade 10
Polynomials Grade 10Polynomials Grade 10
Polynomials Grade 10
ingroy
 

What's hot (20)

Rational exponents and radicals
Rational exponents and radicals Rational exponents and radicals
Rational exponents and radicals
 
Adding and subtracting polynomials
Adding and subtracting polynomialsAdding and subtracting polynomials
Adding and subtracting polynomials
 
Mathematical Sentence
Mathematical SentenceMathematical Sentence
Mathematical Sentence
 
Mathematical language and symbols
Mathematical language and symbolsMathematical language and symbols
Mathematical language and symbols
 
Polynomial equations
Polynomial equationsPolynomial equations
Polynomial equations
 
Mathematics in our World- Lesson 1
Mathematics in our World- Lesson 1Mathematics in our World- Lesson 1
Mathematics in our World- Lesson 1
 
Geometric Sequence
Geometric SequenceGeometric Sequence
Geometric Sequence
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequence
 
Rational Expressions
Rational ExpressionsRational Expressions
Rational Expressions
 
Zero and Negative Exponents
Zero and Negative ExponentsZero and Negative Exponents
Zero and Negative Exponents
 
Math 8 Curriculum Guide rev.2016
Math 8 Curriculum Guide rev.2016Math 8 Curriculum Guide rev.2016
Math 8 Curriculum Guide rev.2016
 
Laws Of Exponents
Laws Of ExponentsLaws Of Exponents
Laws Of Exponents
 
Simple interest
Simple interestSimple interest
Simple interest
 
Factoring the greatest common monomial factor
Factoring the greatest common monomial factorFactoring the greatest common monomial factor
Factoring the greatest common monomial factor
 
Math 8 – mathematics as an axiomatic system
Math 8 – mathematics as an axiomatic systemMath 8 – mathematics as an axiomatic system
Math 8 – mathematics as an axiomatic system
 
Rational Exponents
Rational ExponentsRational Exponents
Rational Exponents
 
Mathematical language-and-symbols-including-sets
Mathematical language-and-symbols-including-setsMathematical language-and-symbols-including-sets
Mathematical language-and-symbols-including-sets
 
Conceptual framework of mathematics
Conceptual framework of mathematicsConceptual framework of mathematics
Conceptual framework of mathematics
 
Mathematical Logic
Mathematical LogicMathematical Logic
Mathematical Logic
 
Polynomials Grade 10
Polynomials Grade 10Polynomials Grade 10
Polynomials Grade 10
 

Viewers also liked (6)

Conditional Statements
Conditional StatementsConditional Statements
Conditional Statements
 
Mathematical reasoning
Mathematical reasoningMathematical reasoning
Mathematical reasoning
 
1.3.1 Conditional Statements
1.3.1 Conditional Statements1.3.1 Conditional Statements
1.3.1 Conditional Statements
 
Circles IX
Circles IXCircles IX
Circles IX
 
Math 10 Unit 2 LM
Math 10 Unit 2 LMMath 10 Unit 2 LM
Math 10 Unit 2 LM
 
11X1 T07 01 definitions & chord theorems
11X1 T07 01 definitions & chord theorems11X1 T07 01 definitions & chord theorems
11X1 T07 01 definitions & chord theorems
 

Similar to 1.3.2 Inductive and Deductive Reasoning

Chapter 3 - Problem Solving.pdf
Chapter 3 - Problem Solving.pdfChapter 3 - Problem Solving.pdf
Chapter 3 - Problem Solving.pdf
MinaSaflor
 
Inductivereasoning and deductive
Inductivereasoning and deductiveInductivereasoning and deductive
Inductivereasoning and deductive
jbianco9910
 
Chapter4.1
Chapter4.1Chapter4.1
Chapter4.1
nglaze10
 
2.3 apply deductive reasoning
2.3 apply deductive reasoning2.3 apply deductive reasoning
2.3 apply deductive reasoning
detwilerr
 
Probability concepts and the normal distribution
Probability concepts and the normal distributionProbability concepts and the normal distribution
Probability concepts and the normal distribution
Harve Abella
 

Similar to 1.3.2 Inductive and Deductive Reasoning (20)

1.3.1B Inductive Reasoning
1.3.1B Inductive Reasoning1.3.1B Inductive Reasoning
1.3.1B Inductive Reasoning
 
Exponents and radicals in Algebra
Exponents and radicals in AlgebraExponents and radicals in Algebra
Exponents and radicals in Algebra
 
Chapter 3 - Problem Solving.pdf
Chapter 3 - Problem Solving.pdfChapter 3 - Problem Solving.pdf
Chapter 3 - Problem Solving.pdf
 
Obj. 9 Inductive Reasoning
Obj. 9 Inductive ReasoningObj. 9 Inductive Reasoning
Obj. 9 Inductive Reasoning
 
Inductivereasoning and deductive
Inductivereasoning and deductiveInductivereasoning and deductive
Inductivereasoning and deductive
 
E2
E2E2
E2
 
Gch2 l1
Gch2 l1Gch2 l1
Gch2 l1
 
03 optimization
03 optimization03 optimization
03 optimization
 
Chapter4.1
Chapter4.1Chapter4.1
Chapter4.1
 
Module 3_Problem Solving With Logic.pptx
Module 3_Problem Solving With Logic.pptxModule 3_Problem Solving With Logic.pptx
Module 3_Problem Solving With Logic.pptx
 
Reasoning
Reasoning Reasoning
Reasoning
 
College textbook business math and statistics - section b - business mathem...
College textbook   business math and statistics - section b - business mathem...College textbook   business math and statistics - section b - business mathem...
College textbook business math and statistics - section b - business mathem...
 
2.3 apply deductive reasoning
2.3 apply deductive reasoning2.3 apply deductive reasoning
2.3 apply deductive reasoning
 
R exam (B) given in Paris-Dauphine, Licence Mido, Jan. 11, 2013
R exam (B) given in Paris-Dauphine, Licence Mido, Jan. 11, 2013R exam (B) given in Paris-Dauphine, Licence Mido, Jan. 11, 2013
R exam (B) given in Paris-Dauphine, Licence Mido, Jan. 11, 2013
 
Probability concepts and the normal distribution
Probability concepts and the normal distributionProbability concepts and the normal distribution
Probability concepts and the normal distribution
 
Dif calc10week1
Dif calc10week1Dif calc10week1
Dif calc10week1
 
MODULE_05-Matrix Decomposition.pptx
MODULE_05-Matrix Decomposition.pptxMODULE_05-Matrix Decomposition.pptx
MODULE_05-Matrix Decomposition.pptx
 
Patterns (Geometry 1_1)
Patterns (Geometry 1_1)Patterns (Geometry 1_1)
Patterns (Geometry 1_1)
 
Mathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpMathematical Statistics Assignment Help
Mathematical Statistics Assignment Help
 
Binomial theorem
Binomial theorem Binomial theorem
Binomial theorem
 

More from smiller5

More from smiller5 (20)

6.7 Exponential and Logarithmic Models
6.7 Exponential and Logarithmic Models6.7 Exponential and Logarithmic Models
6.7 Exponential and Logarithmic Models
 
4.5 Special Segments in Triangles
4.5 Special Segments in Triangles4.5 Special Segments in Triangles
4.5 Special Segments in Triangles
 
1.4 Conditional Statements
1.4 Conditional Statements1.4 Conditional Statements
1.4 Conditional Statements
 
1.3 Distance and Midpoint Formulas
1.3 Distance and Midpoint Formulas1.3 Distance and Midpoint Formulas
1.3 Distance and Midpoint Formulas
 
1.5 Quadratic Equations.pdf
1.5 Quadratic Equations.pdf1.5 Quadratic Equations.pdf
1.5 Quadratic Equations.pdf
 
3.2 Graphs of Functions
3.2 Graphs of Functions3.2 Graphs of Functions
3.2 Graphs of Functions
 
3.2 Graphs of Functions
3.2 Graphs of Functions3.2 Graphs of Functions
3.2 Graphs of Functions
 
3.1 Functions
3.1 Functions3.1 Functions
3.1 Functions
 
2.5 Transformations of Functions
2.5 Transformations of Functions2.5 Transformations of Functions
2.5 Transformations of Functions
 
2.2 More on Functions and Their Graphs
2.2 More on Functions and Their Graphs2.2 More on Functions and Their Graphs
2.2 More on Functions and Their Graphs
 
1.6 Other Types of Equations
1.6 Other Types of Equations1.6 Other Types of Equations
1.6 Other Types of Equations
 
1.5 Quadratic Equations (Review)
1.5 Quadratic Equations (Review)1.5 Quadratic Equations (Review)
1.5 Quadratic Equations (Review)
 
2.1 Basics of Functions and Their Graphs
2.1 Basics of Functions and Their Graphs2.1 Basics of Functions and Their Graphs
2.1 Basics of Functions and Their Graphs
 
9.6 Binomial Theorem
9.6 Binomial Theorem9.6 Binomial Theorem
9.6 Binomial Theorem
 
13.3 Venn Diagrams & Two-Way Tables
13.3 Venn Diagrams & Two-Way Tables13.3 Venn Diagrams & Two-Way Tables
13.3 Venn Diagrams & Two-Way Tables
 
13.2 Independent & Dependent Events
13.2 Independent & Dependent Events13.2 Independent & Dependent Events
13.2 Independent & Dependent Events
 
9.5 Counting Principles
9.5 Counting Principles9.5 Counting Principles
9.5 Counting Principles
 
13.1 Geometric Probability
13.1 Geometric Probability13.1 Geometric Probability
13.1 Geometric Probability
 
9.4 Series and Their Notations
9.4 Series and Their Notations9.4 Series and Their Notations
9.4 Series and Their Notations
 
9.3 Geometric Sequences
9.3 Geometric Sequences9.3 Geometric Sequences
9.3 Geometric Sequences
 

Recently uploaded

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Recently uploaded (20)

Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 

1.3.2 Inductive and Deductive Reasoning

  • 1. Inductive and Deductive Reasoning Objectives: The student is able to (I can): • Use inductive reasoning to identify patterns and make conjecturesconjectures • Understand the differences between inductive and deductive reasoning • Use properties of algebra and deductive reasoning to create algebraic proofs
  • 2. Find the next item in the sequence: 1. December, November, October, ... 2. 3, 6, 9, 12, ... 3. , , , ... 4. 1, 1, 2, 3, 5, 8, ...
  • 3. Find the next item in the sequence: 1. December, November, October, ... SeptemberSeptemberSeptemberSeptember 2. 3, 6, 9, 12, ... 15151515 3. , , , ... 4. 1, 1, 2, 3, 5, 8, ... 13131313 –––– This is called the Fibonacci sequence.This is called the Fibonacci sequence.This is called the Fibonacci sequence.This is called the Fibonacci sequence.
  • 4. inductiveinductiveinductiveinductive reasoningreasoningreasoningreasoning – reasoning that a rule or statement is true because specific cases are true. conjectureconjectureconjectureconjecture – a statement believed true based on inductive reasoning. Complete the conjecture: The product of an odd and an even number is ______ .The product of an odd and an even number is ______ . To do this, we consider some examples: (2)(3) = 6 (4)(7) = 28 (2)(5) = 10
  • 5. inductiveinductiveinductiveinductive reasoningreasoningreasoningreasoning – reasoning that a rule or statement is true because specific cases are true. conjectureconjectureconjectureconjecture – a statement believed true based on inductive reasoning. Complete the conjecture: The product of an odd and an even number is ______ .evenevenevenevenThe product of an odd and an even number is ______ . To do this, we consider some examples: (2)(3) = 6 (4)(7) = 28 (2)(5) = 10 eveneveneveneven
  • 6. Examples To Use Inductive Reasoning 1. Look for a pattern. 2. Make a conjecture. 3. Prove the conjecture or find a counterexample to disprove it. Show that each conjecture is false by giving a counterexample.a counterexample. 1. The product of any two numbers is greater than the numbers themselves. 2. Two complementary angles are not congruent.
  • 7. Examples To Use Inductive Reasoning 1. Look for a pattern. 2. Make a conjecture. 3. Prove the conjecture or find a counterexample to disprove it. Show that each conjecture is false by giving a counterexample.a counterexample. 1. The product of any two numbers is greater than the numbers themselves. ((((----1)(5) =1)(5) =1)(5) =1)(5) = ----5555 2. Two complementary angles are not congruent. 45º and 45º45º and 45º45º and 45º45º and 45º
  • 8. Sometimes we can use inductive reasoning to solve a problem that does not appear to have a pattern. Example: Find the sum of the first 20 odd numbers. 1 1 + 3 1 + 3 + 5 1 4 9 Sum of first 20 odd numbers? 1 + 3 + 5 1 + 3 + 5 + 7 9 16
  • 9. Sometimes we can use inductive reasoning to solve a problem that does not appear to have a pattern. Example: Find the sum of the first 20 odd numbers. 1 1 + 3 1 + 3 + 5 1 4 9 12 22 32 Sum of first 20 odd numbers? 1 + 3 + 5 1 + 3 + 5 + 7 9 16 32 42 202 = 400
  • 10. These patterns can be expanded to find the “nth” term using algebra. When you complete these sequences by applying a rule, it is called a functionfunctionfunctionfunction. Examples: Find the missing terms and the rule. 1 2 3 4 5 … 8 … 20 … n -3 -2 -1 0 1 To find the pattern when the difference between each term is the same, the coefficient of n is the difference between each term, and the value at 0 is what is added or subtracted. 1 2 3 4 5 … 8 … 20 … n 32 39 46 53 60
  • 11. These patterns can be expanded to find the “nth” term using algebra. When you complete these sequences by applying a rule, it is called a functionfunctionfunctionfunction. Examples: Find the missing terms and the rule. 1 2 3 4 5 … 8 … 20 … n -3 -2 -1 0 1 4 16 n – 4 To find the pattern when the difference between each term is the same, the coefficient of n is the difference between each term, and the value at 0 is what is added or subtracted. 1 2 3 4 5 … 8 … 20 … n 32 39 46 53 60 81 165 7n+25
  • 12. deductivedeductivedeductivedeductive reasoningreasoningreasoningreasoning – the process of using logic to draw conclusions from given facts, definitions, and properties. Inductive reasoning uses specific cases and observations to form conclusions about general ones (circumstantial evidence). Deductive reasoning uses facts about general cases to form conclusions about specific cases (direct evidence).
  • 13. Example Decide whether each conclusion uses inductive or deductive reasoning. 1. Police arrest a person for robbery when they find him in possession of stolen merchandise. 2. Gunpowder residue tests show that a2. Gunpowder residue tests show that a suspect had fired a gun recently.
  • 14. Example Decide whether each conclusion uses inductive or deductive reasoning. 1. Police arrest a person for robbery when they find him in possession of stolen merchandise. Inductive reasoningInductive reasoningInductive reasoningInductive reasoning 2. Gunpowder residue tests show that a2. Gunpowder residue tests show that a suspect had fired a gun recently. Deductive reasoningDeductive reasoningDeductive reasoningDeductive reasoning
  • 15. Transitive Property of Equality • If a = b, and b = c, then a = c. • Ex: If 1 dime = 2 nickels, and 2 nickels = 10 pennies, then 1 dime = 10 pennies. Substitution Property of Equality • If a = b, then b can be substituted for a in any expression. • Ex: If x = 5, then we can substitute 5 for x in the equation• Ex: If x = 5, then we can substitute 5 for x in the equation y = x + 2, which means y = 7. We will also use the Distributive Property: a(b + c) = ab + ac and ab + ac = a(b + c)
  • 16. proofproofproofproof – an argument which uses logic, definitions, properties, and previously proven statements to show that a conclusion is true. algebraic proofalgebraic proofalgebraic proofalgebraic proof – a proof which uses algebraic properties When you write a proof, you must give a justification (reason) for each step to show that it is valid. For each(reason) for each step to show that it is valid. For each justification, you can use a definition, postulate, property, or a piece of given information.
  • 17. Ex.: Solve the equation x – 1 = 5, and write a justification for each step. x – 1 = 5 Given x – 1 + 1 = 5 + 1 Addition prop. = x = 6 Simplify Ex: Solve the equation 4m + 8 = –12, and write the justification for each step.justification for each step. 4m + 8 = –12 Given 4m + 8 – 8 = –12 – 8 Subtraction prop. = 4m = –20 Simplify Division prop. = m = –5 Simplify − = 4 20 4 4 m
  • 18. As a general rule, we do not write out the actions that we use to solve the equation, we just write the result of each action. Example: Solve the equation 4x = 2x + 8. Write a justification for each step. 4x = 2x + 8 Given equation 2x = 8 Subtraction prop. =2x = 8 Subtraction prop. = x = 4 Division prop. =
  • 19. We can also apply the definitions and properties we learned in Chapter 1: Solve for x and write a justification for each step. MY = MA + AY Segment Addition Postulate ● M A Y 9x – 4 5x + 7 2x + 3 MY = MA + AY Segment Addition Postulate 9x – 4 = 5x + 7 + 2x + 3 Substition prop. = 9x – 4 = 7x + 10 Simplify 9x = 7x + 14 Addition prop. = 2x = 14 Subtraction prop. = x = 7 Division prop. =