SlideShare a Scribd company logo
Creating Tables from Functions
First,makesure
youunderstand
yourfunction.
 f(x) = 3x – 2 is a function rule
 In words, it says “the output is 3 times the input minus
2”
Next,comeup
withyourplan
ofaction.
 We want to pick some inputs, and use them to generate
some outputs.
 We will call x-coordinates our inputs and y-coordinates
our outputs.
 We will organize our coordinates using a table.
Let’splugin-2,-
1,0,1,and2as
ourinputs.
 For our function f(x) = 3x - 2:
 f(-2) = 3(-2) – 2 = -6 – 2 = -8
 f(-1) = 3(-1) – 2 = -3 – 2 = -5
 f(0) = 3(0) – 2 = 0 - 2 = -2
 f(1) = 3(1) – 2 = 3 – 2 = 1
 f(2) = 3(2) – 2 = 6 – 2 = 4
Now,let’smake
ourtable.
 For our function f(x) = 3x - 2:
x y
-2 -8
-1 -5
0 -2
1 1
2 4

More Related Content

What's hot

Python Usage (5-minute-summary)
Python Usage (5-minute-summary)Python Usage (5-minute-summary)
Python Usage (5-minute-summary)
Ohgyun Ahn
 
5 4 function notation
5 4 function notation5 4 function notation
5 4 function notation
hisema01
 
Algebra 2 Unit 5 Lesson 2
Algebra 2 Unit 5 Lesson 2Algebra 2 Unit 5 Lesson 2
Algebra 2 Unit 5 Lesson 2
Kate Nowak
 
Python data structures
Python data structuresPython data structures
Python data structures
kalyanibedekar
 
Codigos
CodigosCodigos
Codigos
Brian Joseff
 
Introduction to python programming
Introduction to python programmingIntroduction to python programming
Introduction to python programming
Rakotoarison Louis Frederick
 
Scala kansai summit-2016
Scala kansai summit-2016Scala kansai summit-2016
Scala kansai summit-2016
Naoki Kitora
 
Functors, applicatives, monads
Functors, applicatives, monadsFunctors, applicatives, monads
Functors, applicatives, monads
rkaippully
 
Programming for Artists and Designers: Week 2
Programming for Artists and Designers: Week 2Programming for Artists and Designers: Week 2
Programming for Artists and Designers: Week 2
Tinker
 
Linux/Rails学習用テキスト
Linux/Rails学習用テキストLinux/Rails学習用テキスト
Linux/Rails学習用テキスト
piyeosaka
 
Print input-presentation
Print input-presentationPrint input-presentation
Print input-presentation
Martin McBride
 
CQL - Cassandra commands Notes
CQL - Cassandra commands NotesCQL - Cassandra commands Notes
CQL - Cassandra commands Notes
Sunil Kumar Gunasekaran
 
Constraint propagation
Constraint propagationConstraint propagation
Constraint propagation
Peet Denny
 
Excel macro for integration of a function
Excel macro for integration of a functionExcel macro for integration of a function
Excel macro for integration of a function
Upendra Lele
 
Stack array
Stack arrayStack array
Stack array
rimshailyas1
 
Sample sql
Sample sqlSample sql
The Chain Rule, Part 2
The Chain Rule, Part 2The Chain Rule, Part 2
The Chain Rule, Part 2
Pablo Antuna
 
Day 7 review (2)
Day 7   review (2)Day 7   review (2)
Day 7 review (2)
lgemgnani
 
133467 p2a3
133467 p2a3133467 p2a3
Mysql Functions with examples CBSE INDIA 11th class NCERT
Mysql Functions with examples CBSE INDIA 11th class NCERTMysql Functions with examples CBSE INDIA 11th class NCERT
Mysql Functions with examples CBSE INDIA 11th class NCERT
Harish Gyanani
 

What's hot (20)

Python Usage (5-minute-summary)
Python Usage (5-minute-summary)Python Usage (5-minute-summary)
Python Usage (5-minute-summary)
 
5 4 function notation
5 4 function notation5 4 function notation
5 4 function notation
 
Algebra 2 Unit 5 Lesson 2
Algebra 2 Unit 5 Lesson 2Algebra 2 Unit 5 Lesson 2
Algebra 2 Unit 5 Lesson 2
 
Python data structures
Python data structuresPython data structures
Python data structures
 
Codigos
CodigosCodigos
Codigos
 
Introduction to python programming
Introduction to python programmingIntroduction to python programming
Introduction to python programming
 
Scala kansai summit-2016
Scala kansai summit-2016Scala kansai summit-2016
Scala kansai summit-2016
 
Functors, applicatives, monads
Functors, applicatives, monadsFunctors, applicatives, monads
Functors, applicatives, monads
 
Programming for Artists and Designers: Week 2
Programming for Artists and Designers: Week 2Programming for Artists and Designers: Week 2
Programming for Artists and Designers: Week 2
 
Linux/Rails学習用テキスト
Linux/Rails学習用テキストLinux/Rails学習用テキスト
Linux/Rails学習用テキスト
 
Print input-presentation
Print input-presentationPrint input-presentation
Print input-presentation
 
CQL - Cassandra commands Notes
CQL - Cassandra commands NotesCQL - Cassandra commands Notes
CQL - Cassandra commands Notes
 
Constraint propagation
Constraint propagationConstraint propagation
Constraint propagation
 
Excel macro for integration of a function
Excel macro for integration of a functionExcel macro for integration of a function
Excel macro for integration of a function
 
Stack array
Stack arrayStack array
Stack array
 
Sample sql
Sample sqlSample sql
Sample sql
 
The Chain Rule, Part 2
The Chain Rule, Part 2The Chain Rule, Part 2
The Chain Rule, Part 2
 
Day 7 review (2)
Day 7   review (2)Day 7   review (2)
Day 7 review (2)
 
133467 p2a3
133467 p2a3133467 p2a3
133467 p2a3
 
Mysql Functions with examples CBSE INDIA 11th class NCERT
Mysql Functions with examples CBSE INDIA 11th class NCERTMysql Functions with examples CBSE INDIA 11th class NCERT
Mysql Functions with examples CBSE INDIA 11th class NCERT
 

More from dmidgette

Introduction to Multiplying Polynomials
Introduction to Multiplying PolynomialsIntroduction to Multiplying Polynomials
Introduction to Multiplying Polynomials
dmidgette
 
Creating a Taylor Polynomial
Creating a Taylor PolynomialCreating a Taylor Polynomial
Creating a Taylor Polynomial
dmidgette
 
Classifying Infinite Series
Classifying Infinite SeriesClassifying Infinite Series
Classifying Infinite Series
dmidgette
 
Euler's Method
Euler's MethodEuler's Method
Euler's Method
dmidgette
 
Verifying Solutions of a Linear System
Verifying Solutions of a Linear SystemVerifying Solutions of a Linear System
Verifying Solutions of a Linear System
dmidgette
 
Parallel, Perpendicular, or Neither?
Parallel, Perpendicular, or Neither?Parallel, Perpendicular, or Neither?
Parallel, Perpendicular, or Neither?
dmidgette
 
Intercepts
InterceptsIntercepts
Intercepts
dmidgette
 
Interval of Convergence
Interval of ConvergenceInterval of Convergence
Interval of Convergence
dmidgette
 
Sequences and Series
Sequences and SeriesSequences and Series
Sequences and Series
dmidgette
 
Review of Must-Knows About Inequalities
Review of Must-Knows About InequalitiesReview of Must-Knows About Inequalities
Review of Must-Knows About Inequalities
dmidgette
 
Average Value of a Function
Average Value of a FunctionAverage Value of a Function
Average Value of a Function
dmidgette
 
Simplifying Algebraic Expressions
Simplifying Algebraic ExpressionsSimplifying Algebraic Expressions
Simplifying Algebraic Expressions
dmidgette
 
Basics of Improper Integration
Basics of Improper IntegrationBasics of Improper Integration
Basics of Improper Integration
dmidgette
 
Introduction to Partial Fractions
Introduction to Partial FractionsIntroduction to Partial Fractions
Introduction to Partial Fractions
dmidgette
 
Evaluating Limits - A General Checklist
Evaluating Limits - A General ChecklistEvaluating Limits - A General Checklist
Evaluating Limits - A General Checklist
dmidgette
 
AP Statistics Exam Information - 2018
AP Statistics Exam Information - 2018AP Statistics Exam Information - 2018
AP Statistics Exam Information - 2018
dmidgette
 
AP Psychology Exam Information - 2018
AP Psychology Exam Information - 2018AP Psychology Exam Information - 2018
AP Psychology Exam Information - 2018
dmidgette
 
AP Computer Science Principles Exam Information - 2018
AP Computer Science Principles Exam Information - 2018AP Computer Science Principles Exam Information - 2018
AP Computer Science Principles Exam Information - 2018
dmidgette
 
AP Computer Science Exam Information - 2018
AP Computer Science Exam Information - 2018AP Computer Science Exam Information - 2018
AP Computer Science Exam Information - 2018
dmidgette
 
Symmetry
SymmetrySymmetry
Symmetry
dmidgette
 

More from dmidgette (20)

Introduction to Multiplying Polynomials
Introduction to Multiplying PolynomialsIntroduction to Multiplying Polynomials
Introduction to Multiplying Polynomials
 
Creating a Taylor Polynomial
Creating a Taylor PolynomialCreating a Taylor Polynomial
Creating a Taylor Polynomial
 
Classifying Infinite Series
Classifying Infinite SeriesClassifying Infinite Series
Classifying Infinite Series
 
Euler's Method
Euler's MethodEuler's Method
Euler's Method
 
Verifying Solutions of a Linear System
Verifying Solutions of a Linear SystemVerifying Solutions of a Linear System
Verifying Solutions of a Linear System
 
Parallel, Perpendicular, or Neither?
Parallel, Perpendicular, or Neither?Parallel, Perpendicular, or Neither?
Parallel, Perpendicular, or Neither?
 
Intercepts
InterceptsIntercepts
Intercepts
 
Interval of Convergence
Interval of ConvergenceInterval of Convergence
Interval of Convergence
 
Sequences and Series
Sequences and SeriesSequences and Series
Sequences and Series
 
Review of Must-Knows About Inequalities
Review of Must-Knows About InequalitiesReview of Must-Knows About Inequalities
Review of Must-Knows About Inequalities
 
Average Value of a Function
Average Value of a FunctionAverage Value of a Function
Average Value of a Function
 
Simplifying Algebraic Expressions
Simplifying Algebraic ExpressionsSimplifying Algebraic Expressions
Simplifying Algebraic Expressions
 
Basics of Improper Integration
Basics of Improper IntegrationBasics of Improper Integration
Basics of Improper Integration
 
Introduction to Partial Fractions
Introduction to Partial FractionsIntroduction to Partial Fractions
Introduction to Partial Fractions
 
Evaluating Limits - A General Checklist
Evaluating Limits - A General ChecklistEvaluating Limits - A General Checklist
Evaluating Limits - A General Checklist
 
AP Statistics Exam Information - 2018
AP Statistics Exam Information - 2018AP Statistics Exam Information - 2018
AP Statistics Exam Information - 2018
 
AP Psychology Exam Information - 2018
AP Psychology Exam Information - 2018AP Psychology Exam Information - 2018
AP Psychology Exam Information - 2018
 
AP Computer Science Principles Exam Information - 2018
AP Computer Science Principles Exam Information - 2018AP Computer Science Principles Exam Information - 2018
AP Computer Science Principles Exam Information - 2018
 
AP Computer Science Exam Information - 2018
AP Computer Science Exam Information - 2018AP Computer Science Exam Information - 2018
AP Computer Science Exam Information - 2018
 
Symmetry
SymmetrySymmetry
Symmetry
 

Recently uploaded

ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
simonomuemu
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 

Recently uploaded (20)

ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 

Creating a Table from a Function