3.3 Linear Programming.

Slides:



Advertisements
Similar presentations
Linear Programming. Businesses use linear programming to find out how to maximize profit or minimize costs. Most have constraints on what they can use.
Advertisements

S EPTEMBER 14, L INEAR P ROGRAMMING Linear programming = a process of maximizing a linear objective function Objective function = gives a quantity.
Linear Programming Unit 2, Lesson 4 10/13.
Objectives: Set up a Linear Programming Problem Solve a Linear Programming Problem.
Linear Programming Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Linear programming is a strategy for finding the.
3-4 Linear Programming Warm Up Lesson Presentation Lesson Quiz
3.4 Review of Linear Programming
3.3 Systems of Linear Inequalities -graphing -linear programming
Linear Programming Objective: I can solve problems using linear programming.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 7.6 Linear Programming.
3.4 Linear Programming p Optimization - Finding the minimum or maximum value of some quantity. Linear programming is a form of optimization where.
Objective Vocabulary Solve linear programming problems.
Graphing Linear Inequalities in Two Variables Chapter 4 – Section 1.
Solve problems by using linear programming.
Unit 1.6 – Linear Programming
Opener. Notes: 3.4 Linear Programming Optimization  Many real-life problems involve a process called optimization.  This means finding a maximum or.
Linear Programming: A Geometric Approach3 Graphing Systems of Linear Inequalities in Two Variables Linear Programming Problems Graphical Solution of Linear.
3.5 Linear Programming Warm-up (IN) 1. Solve the system: (5, 2)
Warm-Up 3.4 1) Solve the system. 2) Graph the solution.
Unit 1.6 – Linear Programming Ummmmm…yeah…I’m going to need you to go ahead and get out your notes…thanks..
5 minutes Warm-Up 1) Solve the system. 2) Graph the solution.
Linear Programming Advanced Math Topics Mrs. Mongold.
Class Schedule: Class Announcements Homework Questions 3.4 Notes Begin Homework.
3.4 – Linear Programming. Ex. 1 Graph the system of inequalities. Name the coordinates of the vertices of the feasible region. Find the max & min values.
3.4: Linear Programming Objectives: Students will be able to… Use linear inequalities to optimize the value of some quantity To solve linear programming.
Class Opener: Solve each equation for Y: 1.3x + y = y = 2x 3.x + 2y = 5 4. x – y = x + 3y = x – 5y = -3.
Warm-up Solve each system of equations:
Get out your Vertices Worksheet!
Unit 1 Linear programming. Define: LINEAR PROGRAMMING – is a method for finding a minimum or maximum value of some quantity, given a set of constraints.
Warm-upWarm-up Sketch the region bounded by the system of inequalities: 1) 2) Sketch the region bounded by the system of inequalities: 1) 2)
3.4 Linear Programming Solve linear programming problems in two variables using graphical methods.
LINEAR PROGRAMMING 3.4 Learning goals represent constraints by equations or inequalities, and by systems of equations and/or inequalities, and interpret.
1 What you will learn  Lots of vocabulary!  How to find the maximum and minimum value of a function given a set of “rules”
Slide Copyright © 2009 Pearson Education, Inc. 7.6 Linear Programming.
3-4: Linear Programming Objectives: Standards addressed:
3.4: Linear Programming  Intro: Oftentimes we want to optimize a situation - this means to:  find a maximum value (such as maximizing profits)  find.
3-5: Linear Programming. Learning Target I can solve linear programing problem.
Linear Programming. What is linear programming? Use a system of constraints (inequalities) to find the vertices of the feasible region (overlapping shaded.
3.3 Linear Programming. Vocabulary Constraints: linear inequalities; boundary lines Objective Function: Equation in standard form used to determine the.
Sullivan Algebra and Trigonometry: Section 12.9 Objectives of this Section Set Up a Linear Programming Problem Solve a Linear Programming Problem.
Linear Programming: A Geometric Approach3 Graphing Systems of Linear Inequalities in Two Variables Linear Programming Problems Graphical Solution of Linear.
1. What does a need to be if there were infinitely many solutions to the system of equations. y + 2x = 12 2y + 4x = 2a.
Section 3.5 Linear Programing In Two Variables. Optimization Example Soup Cans (Packaging) Maximize: Volume Minimize: Material Sales Profit Cost When.
3.4 Linear Programming p Optimization - Finding the minimum or maximum value of some quantity. Linear programming is a form of optimization where.
3.3 and 3.4 Applications of Linear Models
LINEARPROGRAMMING 5/23/ :13 AM 5/23/ :13 AM 1.
Digital Lesson Linear Programming.
Do Now The cost of renting a pool at an aquatic center is either $30 an hr. or $20 an hr. with a $40 non refundable deposit. Use algebra to find for how.
Digital Lesson Linear Programming.
3.4 Review of Linear Programming
ALGEBRA II HONORS/GIFTED SECTION 3-4 : LINEAR PROGRAMMING
3.2 Linear Programming 3 Credits AS
3-3 Optimization with Linear Programming
Linear Programming.
Linear Programming Objectives: Set up a Linear Programming Problem
3.4 – Linear Programming.
Do Now! Solve the system of equations Do all work on the notecard.
Objective Vocabulary Solve linear programming problems.
8.4 Linear Programming p
3-4 Linear Programming Warm Up Lesson Presentation Lesson Quiz
Graphing Systems of Linear Inequalities
Warm Up Solve for x:
Linear Programming Example: Maximize x + y x and y are called
Systems of Inequalities. Linear Programming
LINEARPROGRAMMING 4/26/2019 9:23 AM 4/26/2019 9:23 AM 1.
Nature does nothing uselessly.
Section Linear Programming
1.6 Linear Programming Pg. 30.
Linear Programming Mr. Carpenter Alg. 2.
Linear Programming.
Presentation transcript:

3.3 Linear Programming

What if we wanted to know how to maximize profits or minimize costs? We could use an application of linear inequality systems.

Ex. Jenny’s Bakery makes two types of birthday cakes: yellow cakes which sell for $25 and strawberry cakes which sell for $35. Both cakes are the same size, but the decorating and assembly time required for the yellow cake is 2 hours, while the strawberry cake takes 3 hours. There are 450 hours of labor available for production. How many of each type should be made to maximize revenue?

So to solve this problem, we could use linear programming. So we will let x = yellow cakes y = strawberry cakes The optimization function will be: f(x,y) = 25x + 35y

The linear inequality system would be: x ≥0 y ≥0 2x + 3y ≤450

(0,150) Feasibility region 100 (0,0) (225,0) 100

So after we graph the linear inequalities, also known as the constraints, we shade the overlapping region known as the feasibility region. The vertices of this region will be plugged into the optimization function to determine maximum revenue.

So again, the optimization function was f(x,y) = 25x + 35y So the maximized revenue would occur if 25 yellow cakes and no strawberry cakes are made. f(x,y) ( 0, 150) ( 225,0) ( 0,0) 25x + 35y 25(0) + 35(150) = 5250 25(225) + 35(0)= 5625 Maximum 25(0)+