SlideShare a Scribd company logo
3-4 Linear
Programming
Algebra II Unit 3 Linear Systems
© Tentinger
Essential Understanding and
  Objectives
● Essential Understanding: Some real-world problems involve multiple linear
  relationships. Linear programming accounts for all of these linear
  relationships and gives the solution to the problem.
● Objectives:
  ● Students will be able to:
     ● Solving problems using linear programming
     ● Define constraint, linear programming, feasible region, and objective function
Iowa Core Curriculum
• Algebra
• A.CED.3 Represent constraints by equations or inequalities,
  and by systems of equations and/or inequalities, and interpret
  solutions as viable or nonviable options in a modeling context.
  For example, represent inequalities describing nutritional and
  cost constraints on combinations of different foods.
Linear Programming
    Businesses use linear
programming to find out how to
maximize profit or minimize
costs. Most have constraints on
what they can use or buy.
Linear
  Programming
Linear programming is a process of finding
a maximum or minimum of a function by
using coordinates of the polygon formed
by the graph of the constraints.
What is a constraint?

  A restriction...
  A boundary…
  A limitation…
What is the feasible region?



The feasible region is the area of the
graph in which all the constraints are met.
Objective Function
• The quantity you are trying to maximize or minimize is
  modeled by this.
• Usually this quantity is the cost or profit
• Looks something like this C = ax + by, where a and b are real
  numbers
Vertex Principle
 • If there is a maximum or minimum value of the linear objective
   function, it occurs at one or more vertices of the feasible
   region.




                   Online Example
Find the minimum and maximum
value of the function f(x, y) = 3x - 2y.

We are given the constraints:
•y ≥ 2
• 1 ≤ x ≤5
•y ≤ x + 3
Linear Programming

• Find the minimum and maximum
  values by graphing the inequalities
  and finding the vertices of the polygon
  formed.
• Substitute the vertices into the function
  and find the largest and smallest
  values.
8       1 ≤ x ≤5
        7

        6

        5


        4

        3
                                   y≥2
        2
y≤x+3
        1


            1   2   3      4   5
Linear Programming


•The vertices of the quadrilateral
 formed are:
  (1, 2) (1, 4) (5, 2) (5, 8)
•Plug these points into the
 objective function
 f(x, y) = 3x - 2y
Linear Programming


f(x, y) = 3x - 2y
• f(1, 2) = 3(1) - 2(2) = 3 - 4 = -1
• f(1, 4) = 3(1) - 2(4) = 3 - 8 = -5
• f(5, 2) = 3(5) - 2(2) = 15 - 4 = 11
• f(5, 8) = 3(5) - 2(8) = 15 - 16 = -1
Linear Programming


•f(1, 4) = -5 minimum
•f(5, 2) = 11 maximum
Find the minimum and maximum value of
the function f(x, y) = 4x + 3y

  We are given the constraints:
  • y ≥ -x + 2
        1
  •y ≤ x + 2
        4
  • y ≥ 2x -5
6
                             y ≥ 2x -5
             5                               1
                                         y     x 2
                                             4
             4

             3
y ≥ -x + 2
             2


             1


                 1   2   3      4   5
Vertices
f(x, y) = 4x + 3y
• f(0, 2) = 4(0) + 3(2) = 6
• f(4, 3) = 4(4) + 3(3) = 25
• f( 3 , - 3 ) = 4( 3) + 3(- 3 ) =
     7     1        7        1       28
                                      3
                                          -1 =   25
                                                  3
Linear Programming


 •f(0, 2) = 6 minimum
 •f(4, 3) = 25 maximum
Example 1

A farmer has 25 days to plant cotton and soybeans.
The cotton can be planted at a rate of 9 acres per day,
and the soybeans can be planted at a rate of 12 acres
a day. The farmer has 275 acres available. If the
profit for soybeans is $18 per acre and the profit for
cotton is $25 per acre, how many acres of each crop
should be planted to maximize profits?
Step 1:   Define the variables

 What are the unknown
 values?
Let c = number of
acres of cotton to
plant
Let s = number of
acres of soybeans to
plant
Step 2: Write a System of
Inequalities
Write the constraints.
What are the limitations
given in the problem?
              The number of acres planted in cotton must
c    0        be greater than or equal to 0.

s 0           The number of acres planted in soybeans must
              be greater than or equal to 0.

c s 275       The total number of acres planted must be less
              than or equal to 275.
c s
         25   The time available for planting must be less
9   12        than or equal to 25 days.
Step 3:Graph the
Inequalities
  s




                       c


      The purple area is the
Step 4:                 Name the
   Vertices of
                     the
Find the coordinates of the vertices of the
   Feasible Region
feasible region, the area inside the polygon.

     (0,275)
     (225,0)
     (0,0)
     (75,200)
Step 5:          Write an
Equation to be
Maximized or
 p(c,s) = 25c + 18s
Minimized

 Maximum profit = $25 times the number
 of acres of cotton planted + $18 times the
 number of acres of soybeans planted.
Step 6:          Substitute
the Coordinates
into the Equation
  Substitute the coordinates of the vertices into the
      maximum profit equation.


          (c,s)       25c + 18s          f(c,s)
          (0,275)     25(0) + 18(275)    4950
          (225,0)     25(225) + 18(0)    5625
          (0,0)       25(0) + 18(0)      0
          (75,200)    25(75) + 18(200)   5475
Step 7:              Find the
Maximum
  (c,s)        25c + 18s         f(c,s)
  (0,275)      25(0) + 18(275)   4950
  (225,0)      25(225) + 18(0) 5625
  (0,0)        25(0) + 18(0)    0
  (75,200)     25(75) + 18(200) 5475

225 acres of cotton and 0 acres of soybeans
should be planted for a maximum profit of
$5,625.
Example 2:
The Bethlehem Steel Mill can convert steel into
girders and rods. The mill can produce at most
100 units of steel a day. At least 20 girders and
at least 60 rods are required daily by regular
customers. If the profit on a girder is $8 and the
profit on a rod is $6, how many units of each
type of steel should the mill produce each day to
maximize the profits?
Step 1: Define the Variables
    Let x = number of girders
    Let y = number of rods

Step 2: Write a System of Inequalities

        x    20              At least 20 girders are required daily.

        y 60                 At least 60 rods are required daily.

                             The mill can produce at most 100 units
         x    y 100          of steel a day.
Step 3: Graph             the Inequalities
x     20, y           60, and x         y 100
                100




                 80




                 60




                 40




                 20




The purple region represents the feasible region.
-50                                50               100
Step 4: Name the Vertices of the
Feasible Region
 Find the coordinates of the vertices of the feasible region, the
 area inside the polygon.

      (20, 60)
      (20, 80)
      (40, 60)
Step 5: Write an
               Equation to be
  Maximized or Minimized
  p(x,y) = 8x + 6y

Maximum profit = $8 times the number of
girders produced + $6 times the number of
rods produced
Step 6: Substitute the Coordinates
              into the Equation
Substitute the coordinates of the vertices
into the maximum profit equation.



 (x,y)               8x + 6y                 p(x,y)
 (20, 60)            8(20) + 6(60)           520
 (20, 80)            8(20) + 6(80)           640
 (40, 60)            8(40) + 6(60)           680
Step 7: Find the Maximum

 (x,y)          8x + 6y           p(x,y)
 (20, 60)       8(20) + 6(60)     520
 (20, 80)       8(20) + 6(80)     640
 (40, 60)       8(40) + 6(60)     680


 40 girders and 60 rods of steel should be
  produced for a maximum profit of $680.
Homework
• Pg 160-161
  #10-13, 16, 17-19
• 8 problems

More Related Content

What's hot

Factorization Introduction
Factorization IntroductionFactorization Introduction
Factorization Introduction
jacobwoot
 
4.2 graph linear equations day 1
4.2 graph linear equations   day 14.2 graph linear equations   day 1
4.2 graph linear equations day 1
bweldon
 
Math AB Chapter 8 Polynomials
Math AB Chapter 8 PolynomialsMath AB Chapter 8 Polynomials
Math AB Chapter 8 Polynomials
mcarls
 
1 line&angle
1 line&angle1 line&angle
1 line&angle
Nad0209
 
03 factorising, roots, zeros
03   factorising, roots, zeros03   factorising, roots, zeros
03 factorising, roots, zeros
majapamaya
 
TechMathII - Chapter1Test
TechMathII - Chapter1TestTechMathII - Chapter1Test
TechMathII - Chapter1Test
lmrhodes
 
Bagian 3 PTI
Bagian 3 PTIBagian 3 PTI
Bagian 3 PTI
HIMTI
 
Matematicas
MatematicasMatematicas
Matematicas
Yoss Hernandez
 
Ch14 34
Ch14 34Ch14 34
Ch14 34
schibu20
 
MS2 POwer Rules
MS2 POwer RulesMS2 POwer Rules
Superficies en maple
Superficies en mapleSuperficies en maple
Superficies en maple
aart07
 
Mathpracticeforfinalexam
Mathpracticeforfinalexam Mathpracticeforfinalexam
Mathpracticeforfinalexam
Dulce Garza
 
4.7 graph linear functions day 1
4.7 graph linear functions   day 14.7 graph linear functions   day 1
4.7 graph linear functions day 1
bweldon
 
Mathematica model test paper
Mathematica model test paperMathematica model test paper
Mathematica model test paper
Luckshay Batra
 
สอบปฏิบัติ
สอบปฏิบัติสอบปฏิบัติ
สอบปฏิบัติ
gate_Supatcha
 
Properties of addition and multiplication
Properties of addition and multiplicationProperties of addition and multiplication
Properties of addition and multiplication
CONSULTA INDEPENDIENTE
 
Multivariable Calculas with Mapple Plot
Multivariable Calculas with Mapple PlotMultivariable Calculas with Mapple Plot
Multivariable Calculas with Mapple Plot
Niroj Dahal
 
MATH: ORDER OF OPERATIONS -QUIZ
MATH:  ORDER OF OPERATIONS -QUIZMATH:  ORDER OF OPERATIONS -QUIZ
MATH: ORDER OF OPERATIONS -QUIZ
M, Michelle Jeannite
 
Add,sub,mult polynomials
Add,sub,mult polynomialsAdd,sub,mult polynomials
Add,sub,mult polynomials
Jessica Garcia
 
Algebra i ccp quarter 1 benchmark review
Algebra i ccp quarter 1 benchmark reviewAlgebra i ccp quarter 1 benchmark review
Algebra i ccp quarter 1 benchmark review
ldaneau
 

What's hot (20)

Factorization Introduction
Factorization IntroductionFactorization Introduction
Factorization Introduction
 
4.2 graph linear equations day 1
4.2 graph linear equations   day 14.2 graph linear equations   day 1
4.2 graph linear equations day 1
 
Math AB Chapter 8 Polynomials
Math AB Chapter 8 PolynomialsMath AB Chapter 8 Polynomials
Math AB Chapter 8 Polynomials
 
1 line&angle
1 line&angle1 line&angle
1 line&angle
 
03 factorising, roots, zeros
03   factorising, roots, zeros03   factorising, roots, zeros
03 factorising, roots, zeros
 
TechMathII - Chapter1Test
TechMathII - Chapter1TestTechMathII - Chapter1Test
TechMathII - Chapter1Test
 
Bagian 3 PTI
Bagian 3 PTIBagian 3 PTI
Bagian 3 PTI
 
Matematicas
MatematicasMatematicas
Matematicas
 
Ch14 34
Ch14 34Ch14 34
Ch14 34
 
MS2 POwer Rules
MS2 POwer RulesMS2 POwer Rules
MS2 POwer Rules
 
Superficies en maple
Superficies en mapleSuperficies en maple
Superficies en maple
 
Mathpracticeforfinalexam
Mathpracticeforfinalexam Mathpracticeforfinalexam
Mathpracticeforfinalexam
 
4.7 graph linear functions day 1
4.7 graph linear functions   day 14.7 graph linear functions   day 1
4.7 graph linear functions day 1
 
Mathematica model test paper
Mathematica model test paperMathematica model test paper
Mathematica model test paper
 
สอบปฏิบัติ
สอบปฏิบัติสอบปฏิบัติ
สอบปฏิบัติ
 
Properties of addition and multiplication
Properties of addition and multiplicationProperties of addition and multiplication
Properties of addition and multiplication
 
Multivariable Calculas with Mapple Plot
Multivariable Calculas with Mapple PlotMultivariable Calculas with Mapple Plot
Multivariable Calculas with Mapple Plot
 
MATH: ORDER OF OPERATIONS -QUIZ
MATH:  ORDER OF OPERATIONS -QUIZMATH:  ORDER OF OPERATIONS -QUIZ
MATH: ORDER OF OPERATIONS -QUIZ
 
Add,sub,mult polynomials
Add,sub,mult polynomialsAdd,sub,mult polynomials
Add,sub,mult polynomials
 
Algebra i ccp quarter 1 benchmark review
Algebra i ccp quarter 1 benchmark reviewAlgebra i ccp quarter 1 benchmark review
Algebra i ccp quarter 1 benchmark review
 

Viewers also liked

Geo 7-1 Ratios and Proportions
Geo 7-1 Ratios and ProportionsGeo 7-1 Ratios and Proportions
Geo 7-1 Ratios and Proportions
jtentinger
 
Ethics
EthicsEthics
Ethics
jtentinger
 
Angle Sum Theorem
Angle Sum TheoremAngle Sum Theorem
Angle Sum Theorem
jtentinger
 
Bullying Prevention Certification
Bullying Prevention CertificationBullying Prevention Certification
Bullying Prevention Certification
jtentinger
 
Geo 7-2 Similar Polygons
Geo 7-2 Similar PolygonsGeo 7-2 Similar Polygons
Geo 7-2 Similar Polygons
jtentinger
 
Alg II 3.1-3.3 Quiz Review
Alg II 3.1-3.3 Quiz ReviewAlg II 3.1-3.3 Quiz Review
Alg II 3.1-3.3 Quiz Review
jtentinger
 
Geometry 1-7 Constructions
Geometry 1-7 ConstructionsGeometry 1-7 Constructions
Geometry 1-7 Constructions
jtentinger
 

Viewers also liked (7)

Geo 7-1 Ratios and Proportions
Geo 7-1 Ratios and ProportionsGeo 7-1 Ratios and Proportions
Geo 7-1 Ratios and Proportions
 
Ethics
EthicsEthics
Ethics
 
Angle Sum Theorem
Angle Sum TheoremAngle Sum Theorem
Angle Sum Theorem
 
Bullying Prevention Certification
Bullying Prevention CertificationBullying Prevention Certification
Bullying Prevention Certification
 
Geo 7-2 Similar Polygons
Geo 7-2 Similar PolygonsGeo 7-2 Similar Polygons
Geo 7-2 Similar Polygons
 
Alg II 3.1-3.3 Quiz Review
Alg II 3.1-3.3 Quiz ReviewAlg II 3.1-3.3 Quiz Review
Alg II 3.1-3.3 Quiz Review
 
Geometry 1-7 Constructions
Geometry 1-7 ConstructionsGeometry 1-7 Constructions
Geometry 1-7 Constructions
 

Similar to Alg II Unit 3-4-linear programingintro

Introduction to MATLAB
Introduction to MATLABIntroduction to MATLAB
Introduction to MATLAB
Damian T. Gordon
 
LINEAR PROGRAMMING
LINEAR PROGRAMMINGLINEAR PROGRAMMING
LINEAR PROGRAMMING
rashi9
 
Pre calculus chapter-4
Pre calculus chapter-4Pre calculus chapter-4
Pre calculus chapter-4
Tania Martinez
 
Algebra and Trigonometry 9th Edition Larson Solutions Manual
Algebra and Trigonometry 9th Edition Larson Solutions ManualAlgebra and Trigonometry 9th Edition Larson Solutions Manual
Algebra and Trigonometry 9th Edition Larson Solutions Manual
kejeqadaqo
 
College algebra in context 5th edition harshbarger solutions manual
College algebra in context 5th edition harshbarger solutions manualCollege algebra in context 5th edition harshbarger solutions manual
College algebra in context 5th edition harshbarger solutions manual
Annuzzi19
 
Precalculus 1 chapter 2
Precalculus 1 chapter 2Precalculus 1 chapter 2
Precalculus 1 chapter 2
oreves
 
Final Exam Name___________________________________Si.docx
Final Exam         Name___________________________________Si.docxFinal Exam         Name___________________________________Si.docx
Final Exam Name___________________________________Si.docx
charlottej5
 
MA 116 Turn-in Practice Problems 4.2 and 4.4 Pitts .docx
MA 116 Turn-in Practice Problems 4.2 and 4.4 Pitts        .docxMA 116 Turn-in Practice Problems 4.2 and 4.4 Pitts        .docx
MA 116 Turn-in Practice Problems 4.2 and 4.4 Pitts .docx
smile790243
 
Modeling with Quadratics
Modeling with QuadraticsModeling with Quadratics
Modeling with Quadratics
PLeach
 
Mathematics TAKS Exit Level Review
Mathematics TAKS Exit Level ReviewMathematics TAKS Exit Level Review
Mathematics TAKS Exit Level Review
guest3f17823
 
Mathnasium Presentation (1)
Mathnasium Presentation (1)Mathnasium Presentation (1)
Mathnasium Presentation (1)
Muhammad Arslan
 
EVALUATING INTEGRALS.Evaluate the integral shown below. (H.docx
EVALUATING INTEGRALS.Evaluate the integral shown below. (H.docxEVALUATING INTEGRALS.Evaluate the integral shown below. (H.docx
EVALUATING INTEGRALS.Evaluate the integral shown below. (H.docx
gitagrimston
 
LINEAR PROGRAMING
LINEAR PROGRAMINGLINEAR PROGRAMING
LINEAR PROGRAMING
shahzadebaujiti
 
Unit 1 review packet
Unit 1 review packetUnit 1 review packet
Unit 1 review packet
mlabuski
 
Powers and Exponents.pptx
Powers and Exponents.pptxPowers and Exponents.pptx
Powers and Exponents.pptx
NeilfieOrit2
 
Math 8.pptx
Math 8.pptxMath 8.pptx
Mathematics specialization 11
Mathematics specialization 11Mathematics specialization 11
Mathematics specialization 11
Jan Ine
 
Management Science
Management Science Management Science
Management Science
Renzhie Katigbak
 
Palash badal
Palash badalPalash badal
Palash badal
Palash Badal
 
Idea for ineractive programming language
Idea for ineractive programming languageIdea for ineractive programming language
Idea for ineractive programming language
Lincoln Hannah
 

Similar to Alg II Unit 3-4-linear programingintro (20)

Introduction to MATLAB
Introduction to MATLABIntroduction to MATLAB
Introduction to MATLAB
 
LINEAR PROGRAMMING
LINEAR PROGRAMMINGLINEAR PROGRAMMING
LINEAR PROGRAMMING
 
Pre calculus chapter-4
Pre calculus chapter-4Pre calculus chapter-4
Pre calculus chapter-4
 
Algebra and Trigonometry 9th Edition Larson Solutions Manual
Algebra and Trigonometry 9th Edition Larson Solutions ManualAlgebra and Trigonometry 9th Edition Larson Solutions Manual
Algebra and Trigonometry 9th Edition Larson Solutions Manual
 
College algebra in context 5th edition harshbarger solutions manual
College algebra in context 5th edition harshbarger solutions manualCollege algebra in context 5th edition harshbarger solutions manual
College algebra in context 5th edition harshbarger solutions manual
 
Precalculus 1 chapter 2
Precalculus 1 chapter 2Precalculus 1 chapter 2
Precalculus 1 chapter 2
 
Final Exam Name___________________________________Si.docx
Final Exam         Name___________________________________Si.docxFinal Exam         Name___________________________________Si.docx
Final Exam Name___________________________________Si.docx
 
MA 116 Turn-in Practice Problems 4.2 and 4.4 Pitts .docx
MA 116 Turn-in Practice Problems 4.2 and 4.4 Pitts        .docxMA 116 Turn-in Practice Problems 4.2 and 4.4 Pitts        .docx
MA 116 Turn-in Practice Problems 4.2 and 4.4 Pitts .docx
 
Modeling with Quadratics
Modeling with QuadraticsModeling with Quadratics
Modeling with Quadratics
 
Mathematics TAKS Exit Level Review
Mathematics TAKS Exit Level ReviewMathematics TAKS Exit Level Review
Mathematics TAKS Exit Level Review
 
Mathnasium Presentation (1)
Mathnasium Presentation (1)Mathnasium Presentation (1)
Mathnasium Presentation (1)
 
EVALUATING INTEGRALS.Evaluate the integral shown below. (H.docx
EVALUATING INTEGRALS.Evaluate the integral shown below. (H.docxEVALUATING INTEGRALS.Evaluate the integral shown below. (H.docx
EVALUATING INTEGRALS.Evaluate the integral shown below. (H.docx
 
LINEAR PROGRAMING
LINEAR PROGRAMINGLINEAR PROGRAMING
LINEAR PROGRAMING
 
Unit 1 review packet
Unit 1 review packetUnit 1 review packet
Unit 1 review packet
 
Powers and Exponents.pptx
Powers and Exponents.pptxPowers and Exponents.pptx
Powers and Exponents.pptx
 
Math 8.pptx
Math 8.pptxMath 8.pptx
Math 8.pptx
 
Mathematics specialization 11
Mathematics specialization 11Mathematics specialization 11
Mathematics specialization 11
 
Management Science
Management Science Management Science
Management Science
 
Palash badal
Palash badalPalash badal
Palash badal
 
Idea for ineractive programming language
Idea for ineractive programming languageIdea for ineractive programming language
Idea for ineractive programming language
 

More from jtentinger

Shipley - Algebra II Ch3 Proficiency Charts
Shipley - Algebra II Ch3 Proficiency ChartsShipley - Algebra II Ch3 Proficiency Charts
Shipley - Algebra II Ch3 Proficiency Charts
jtentinger
 
Shipley - Algebra II Ch2 Proficiency Charts
Shipley - Algebra II  Ch2 Proficiency ChartsShipley - Algebra II  Ch2 Proficiency Charts
Shipley - Algebra II Ch2 Proficiency Charts
jtentinger
 
Shipley - Semester 1 Summary Data
Shipley - Semester 1 Summary DataShipley - Semester 1 Summary Data
Shipley - Semester 1 Summary Data
jtentinger
 
Ch4 Matrices - How to use the Calculator
Ch4 Matrices - How to use the CalculatorCh4 Matrices - How to use the Calculator
Ch4 Matrices - How to use the Calculator
jtentinger
 
Pre-observation Form Oct 2013
Pre-observation Form Oct 2013Pre-observation Form Oct 2013
Pre-observation Form Oct 2013
jtentinger
 
Formal Observation/Notes October 2013
Formal Observation/Notes October 2013Formal Observation/Notes October 2013
Formal Observation/Notes October 2013jtentinger
 
Algebra II Classroom and Homework Expectations
Algebra II Classroom and Homework ExpectationsAlgebra II Classroom and Homework Expectations
Algebra II Classroom and Homework Expectations
jtentinger
 
Sina workshop, day 1, january 25, 2013
Sina workshop, day 1, january 25, 2013Sina workshop, day 1, january 25, 2013
Sina workshop, day 1, january 25, 2013
jtentinger
 
Iowa Assessment Math Growth Rates Grades 7-11th
Iowa Assessment Math Growth Rates Grades 7-11thIowa Assessment Math Growth Rates Grades 7-11th
Iowa Assessment Math Growth Rates Grades 7-11th
jtentinger
 
Geometry Chapter 3 Test Scores and Retake Test
Geometry Chapter 3 Test Scores and Retake TestGeometry Chapter 3 Test Scores and Retake Test
Geometry Chapter 3 Test Scores and Retake Test
jtentinger
 
Alg II 3-6 Solving Systems - Matrices
Alg II 3-6 Solving Systems - MatricesAlg II 3-6 Solving Systems - Matrices
Alg II 3-6 Solving Systems - Matrices
jtentinger
 
Alg II 3-5 Sytems Three Variables
Alg II 3-5 Sytems Three VariablesAlg II 3-5 Sytems Three Variables
Alg II 3-5 Sytems Three Variables
jtentinger
 
Alg II 3-3 Systems of Inequalities
Alg II 3-3 Systems of InequalitiesAlg II 3-3 Systems of Inequalities
Alg II 3-3 Systems of Inequalities
jtentinger
 
Alg II 3-2 Solving Systems Algebraically
Alg II 3-2 Solving Systems AlgebraicallyAlg II 3-2 Solving Systems Algebraically
Alg II 3-2 Solving Systems Algebraically
jtentinger
 
Alg II3-1 Solving Systems Using Tables & Graphs
Alg II3-1 Solving Systems Using Tables & GraphsAlg II3-1 Solving Systems Using Tables & Graphs
Alg II3-1 Solving Systems Using Tables & Graphs
jtentinger
 
Alg II 2-8 Inequalities
Alg II 2-8 InequalitiesAlg II 2-8 Inequalities
Alg II 2-8 Inequalities
jtentinger
 
Alg II 2-6 Transformations
Alg II 2-6 TransformationsAlg II 2-6 Transformations
Alg II 2-6 Transformations
jtentinger
 
Alg II 2-5 Linear Models
Alg II 2-5 Linear ModelsAlg II 2-5 Linear Models
Alg II 2-5 Linear Models
jtentinger
 
Alg II 2-3 and 2-4 Linear Functions
Alg II 2-3 and 2-4 Linear FunctionsAlg II 2-3 and 2-4 Linear Functions
Alg II 2-3 and 2-4 Linear Functions
jtentinger
 
Alg II 2-2 Direct Variation
Alg II 2-2 Direct VariationAlg II 2-2 Direct Variation
Alg II 2-2 Direct Variation
jtentinger
 

More from jtentinger (20)

Shipley - Algebra II Ch3 Proficiency Charts
Shipley - Algebra II Ch3 Proficiency ChartsShipley - Algebra II Ch3 Proficiency Charts
Shipley - Algebra II Ch3 Proficiency Charts
 
Shipley - Algebra II Ch2 Proficiency Charts
Shipley - Algebra II  Ch2 Proficiency ChartsShipley - Algebra II  Ch2 Proficiency Charts
Shipley - Algebra II Ch2 Proficiency Charts
 
Shipley - Semester 1 Summary Data
Shipley - Semester 1 Summary DataShipley - Semester 1 Summary Data
Shipley - Semester 1 Summary Data
 
Ch4 Matrices - How to use the Calculator
Ch4 Matrices - How to use the CalculatorCh4 Matrices - How to use the Calculator
Ch4 Matrices - How to use the Calculator
 
Pre-observation Form Oct 2013
Pre-observation Form Oct 2013Pre-observation Form Oct 2013
Pre-observation Form Oct 2013
 
Formal Observation/Notes October 2013
Formal Observation/Notes October 2013Formal Observation/Notes October 2013
Formal Observation/Notes October 2013
 
Algebra II Classroom and Homework Expectations
Algebra II Classroom and Homework ExpectationsAlgebra II Classroom and Homework Expectations
Algebra II Classroom and Homework Expectations
 
Sina workshop, day 1, january 25, 2013
Sina workshop, day 1, january 25, 2013Sina workshop, day 1, january 25, 2013
Sina workshop, day 1, january 25, 2013
 
Iowa Assessment Math Growth Rates Grades 7-11th
Iowa Assessment Math Growth Rates Grades 7-11thIowa Assessment Math Growth Rates Grades 7-11th
Iowa Assessment Math Growth Rates Grades 7-11th
 
Geometry Chapter 3 Test Scores and Retake Test
Geometry Chapter 3 Test Scores and Retake TestGeometry Chapter 3 Test Scores and Retake Test
Geometry Chapter 3 Test Scores and Retake Test
 
Alg II 3-6 Solving Systems - Matrices
Alg II 3-6 Solving Systems - MatricesAlg II 3-6 Solving Systems - Matrices
Alg II 3-6 Solving Systems - Matrices
 
Alg II 3-5 Sytems Three Variables
Alg II 3-5 Sytems Three VariablesAlg II 3-5 Sytems Three Variables
Alg II 3-5 Sytems Three Variables
 
Alg II 3-3 Systems of Inequalities
Alg II 3-3 Systems of InequalitiesAlg II 3-3 Systems of Inequalities
Alg II 3-3 Systems of Inequalities
 
Alg II 3-2 Solving Systems Algebraically
Alg II 3-2 Solving Systems AlgebraicallyAlg II 3-2 Solving Systems Algebraically
Alg II 3-2 Solving Systems Algebraically
 
Alg II3-1 Solving Systems Using Tables & Graphs
Alg II3-1 Solving Systems Using Tables & GraphsAlg II3-1 Solving Systems Using Tables & Graphs
Alg II3-1 Solving Systems Using Tables & Graphs
 
Alg II 2-8 Inequalities
Alg II 2-8 InequalitiesAlg II 2-8 Inequalities
Alg II 2-8 Inequalities
 
Alg II 2-6 Transformations
Alg II 2-6 TransformationsAlg II 2-6 Transformations
Alg II 2-6 Transformations
 
Alg II 2-5 Linear Models
Alg II 2-5 Linear ModelsAlg II 2-5 Linear Models
Alg II 2-5 Linear Models
 
Alg II 2-3 and 2-4 Linear Functions
Alg II 2-3 and 2-4 Linear FunctionsAlg II 2-3 and 2-4 Linear Functions
Alg II 2-3 and 2-4 Linear Functions
 
Alg II 2-2 Direct Variation
Alg II 2-2 Direct VariationAlg II 2-2 Direct Variation
Alg II 2-2 Direct Variation
 

Recently uploaded

Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Jeffrey Haguewood
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Project Management Semester Long Project - Acuity
Project Management Semester Long Project - AcuityProject Management Semester Long Project - Acuity
Project Management Semester Long Project - Acuity
jpupo2018
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 

Recently uploaded (20)

Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Project Management Semester Long Project - Acuity
Project Management Semester Long Project - AcuityProject Management Semester Long Project - Acuity
Project Management Semester Long Project - Acuity
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 

Alg II Unit 3-4-linear programingintro

  • 1. 3-4 Linear Programming Algebra II Unit 3 Linear Systems © Tentinger
  • 2. Essential Understanding and Objectives ● Essential Understanding: Some real-world problems involve multiple linear relationships. Linear programming accounts for all of these linear relationships and gives the solution to the problem. ● Objectives: ● Students will be able to: ● Solving problems using linear programming ● Define constraint, linear programming, feasible region, and objective function
  • 3. Iowa Core Curriculum • Algebra • A.CED.3 Represent constraints by equations or inequalities, and by systems of equations and/or inequalities, and interpret solutions as viable or nonviable options in a modeling context. For example, represent inequalities describing nutritional and cost constraints on combinations of different foods.
  • 4. Linear Programming Businesses use linear programming to find out how to maximize profit or minimize costs. Most have constraints on what they can use or buy.
  • 5. Linear Programming Linear programming is a process of finding a maximum or minimum of a function by using coordinates of the polygon formed by the graph of the constraints.
  • 6. What is a constraint? A restriction... A boundary… A limitation…
  • 7. What is the feasible region? The feasible region is the area of the graph in which all the constraints are met.
  • 8. Objective Function • The quantity you are trying to maximize or minimize is modeled by this. • Usually this quantity is the cost or profit • Looks something like this C = ax + by, where a and b are real numbers
  • 9. Vertex Principle • If there is a maximum or minimum value of the linear objective function, it occurs at one or more vertices of the feasible region. Online Example
  • 10. Find the minimum and maximum value of the function f(x, y) = 3x - 2y. We are given the constraints: •y ≥ 2 • 1 ≤ x ≤5 •y ≤ x + 3
  • 11. Linear Programming • Find the minimum and maximum values by graphing the inequalities and finding the vertices of the polygon formed. • Substitute the vertices into the function and find the largest and smallest values.
  • 12. 8 1 ≤ x ≤5 7 6 5 4 3 y≥2 2 y≤x+3 1 1 2 3 4 5
  • 13. Linear Programming •The vertices of the quadrilateral formed are: (1, 2) (1, 4) (5, 2) (5, 8) •Plug these points into the objective function f(x, y) = 3x - 2y
  • 14. Linear Programming f(x, y) = 3x - 2y • f(1, 2) = 3(1) - 2(2) = 3 - 4 = -1 • f(1, 4) = 3(1) - 2(4) = 3 - 8 = -5 • f(5, 2) = 3(5) - 2(2) = 15 - 4 = 11 • f(5, 8) = 3(5) - 2(8) = 15 - 16 = -1
  • 15. Linear Programming •f(1, 4) = -5 minimum •f(5, 2) = 11 maximum
  • 16. Find the minimum and maximum value of the function f(x, y) = 4x + 3y We are given the constraints: • y ≥ -x + 2 1 •y ≤ x + 2 4 • y ≥ 2x -5
  • 17. 6 y ≥ 2x -5 5 1 y x 2 4 4 3 y ≥ -x + 2 2 1 1 2 3 4 5
  • 18. Vertices f(x, y) = 4x + 3y • f(0, 2) = 4(0) + 3(2) = 6 • f(4, 3) = 4(4) + 3(3) = 25 • f( 3 , - 3 ) = 4( 3) + 3(- 3 ) = 7 1 7 1 28 3 -1 = 25 3
  • 19. Linear Programming •f(0, 2) = 6 minimum •f(4, 3) = 25 maximum
  • 20. Example 1 A farmer has 25 days to plant cotton and soybeans. The cotton can be planted at a rate of 9 acres per day, and the soybeans can be planted at a rate of 12 acres a day. The farmer has 275 acres available. If the profit for soybeans is $18 per acre and the profit for cotton is $25 per acre, how many acres of each crop should be planted to maximize profits?
  • 21. Step 1: Define the variables What are the unknown values? Let c = number of acres of cotton to plant Let s = number of acres of soybeans to plant
  • 22. Step 2: Write a System of Inequalities Write the constraints. What are the limitations given in the problem? The number of acres planted in cotton must c 0 be greater than or equal to 0. s 0 The number of acres planted in soybeans must be greater than or equal to 0. c s 275 The total number of acres planted must be less than or equal to 275. c s 25 The time available for planting must be less 9 12 than or equal to 25 days.
  • 23. Step 3:Graph the Inequalities s c The purple area is the
  • 24. Step 4: Name the Vertices of the Find the coordinates of the vertices of the Feasible Region feasible region, the area inside the polygon. (0,275) (225,0) (0,0) (75,200)
  • 25. Step 5: Write an Equation to be Maximized or p(c,s) = 25c + 18s Minimized Maximum profit = $25 times the number of acres of cotton planted + $18 times the number of acres of soybeans planted.
  • 26. Step 6: Substitute the Coordinates into the Equation Substitute the coordinates of the vertices into the maximum profit equation. (c,s) 25c + 18s f(c,s) (0,275) 25(0) + 18(275) 4950 (225,0) 25(225) + 18(0) 5625 (0,0) 25(0) + 18(0) 0 (75,200) 25(75) + 18(200) 5475
  • 27. Step 7: Find the Maximum (c,s) 25c + 18s f(c,s) (0,275) 25(0) + 18(275) 4950 (225,0) 25(225) + 18(0) 5625 (0,0) 25(0) + 18(0) 0 (75,200) 25(75) + 18(200) 5475 225 acres of cotton and 0 acres of soybeans should be planted for a maximum profit of $5,625.
  • 28. Example 2: The Bethlehem Steel Mill can convert steel into girders and rods. The mill can produce at most 100 units of steel a day. At least 20 girders and at least 60 rods are required daily by regular customers. If the profit on a girder is $8 and the profit on a rod is $6, how many units of each type of steel should the mill produce each day to maximize the profits?
  • 29. Step 1: Define the Variables Let x = number of girders Let y = number of rods Step 2: Write a System of Inequalities x 20 At least 20 girders are required daily. y 60 At least 60 rods are required daily. The mill can produce at most 100 units x y 100 of steel a day.
  • 30. Step 3: Graph the Inequalities x 20, y 60, and x y 100 100 80 60 40 20 The purple region represents the feasible region. -50 50 100
  • 31. Step 4: Name the Vertices of the Feasible Region Find the coordinates of the vertices of the feasible region, the area inside the polygon. (20, 60) (20, 80) (40, 60)
  • 32. Step 5: Write an Equation to be Maximized or Minimized p(x,y) = 8x + 6y Maximum profit = $8 times the number of girders produced + $6 times the number of rods produced
  • 33. Step 6: Substitute the Coordinates into the Equation Substitute the coordinates of the vertices into the maximum profit equation. (x,y) 8x + 6y p(x,y) (20, 60) 8(20) + 6(60) 520 (20, 80) 8(20) + 6(80) 640 (40, 60) 8(40) + 6(60) 680
  • 34. Step 7: Find the Maximum (x,y) 8x + 6y p(x,y) (20, 60) 8(20) + 6(60) 520 (20, 80) 8(20) + 6(80) 640 (40, 60) 8(40) + 6(60) 680 40 girders and 60 rods of steel should be produced for a maximum profit of $680.
  • 35. Homework • Pg 160-161 #10-13, 16, 17-19 • 8 problems