WHAT WE WILL DO In This Chapter

Size: px
Start display at page:

Download "WHAT WE WILL DO In This Chapter"

Transcription

1 Linear Programming 12 Continued Linear programming was invented in the 1940s by George Dantzig as a result of a military research project on planning how to distribute men, weapons, and supplies efficiently to the various fronts during World War II. (Here, the word programming means creating a plan that solves a problem; it is not a reference to computer programming.) Many businesses, industries, and government agencies use linear programming successfully. Airlines use it to schedule flights in a way that minimizes costs without overloading a pilot or crew with too many hours. Ecological organizations and government agencies use it to determine the best way to keep our water and air clean. continued British Retail Photography / Alamy WHAT WE WILL DO In This Chapter You may well find yourself working in a small business. Over half of the American workforce does, according to the U.S. Small Business Administration. Small businesses have limited resources, and how they allocate their resources can make or break the business. We will look at how businesses can use linear programming to find the best way to do this. Starbucks stores and smaller local coffee shops seem to be everywhere. They blend coffee beans from different parts of the world. Like them, many businesses sell a product that involves blending resources. These businesses have many factors to consider: the desired quality of the blend, the availability of the raw materials, and the cost. We will investigate how linear programming is used do this. Many businesses use the same resources to make different products. A craftsman uses the same wood to make different tables and chairs. A fashion designer uses the same fabrics to make different garments. We will learn how linear programming is used to find the best way to allocate resources to different products. 12-1

2 12-2 CHAPTER 12 Linear Programming Businesses use it to find the best way to assign personnel to jobs. Supermarket chains use it to determine which warehouses should ship which products to which stores. Investment companies use it to create portfolios with the best mix of stocks and bonds. Refineries use it to decide what crude oil to buy and to determine what products to produce with the oil Introduction to the Simplex Method Objective Be able to set up a linear programming problem as a matrix problem rather than a geometry problem With the simplex method of linear programming, you start by modeling the problem in the same way that you do with the geometric method from Section Then, instead of graphing the region of solutions, you convert the constraints to equations convert the problem to a matrix problem find the possible solution that corresponds to that matrix Finally, you solve the matrix problem, as we will show in Section We ll use the craftsman problem from Section 12.1, summarized below, to introduce the procedure and explain why it works. Here s the model, from Section 12.1: Independent Variables x 1 number of coffee tables x 2 number of end tables Constraints C 1 : 6x 1 5x 2 40 C 2 : 200x 1 100x 2 1,000 C 3 : x 1 0 C 4 : x 2 0 the time constraint the money constraint Objective Function z 240x 1 160x 2 z measures profit We ve labeled the constraints C 1 through C 4, for reference. Because there are frequently more than two variables, the simplex method uses x 1, x 2, and so on rather than x and y to represent the variables. Converting the Constraints to Equations Recall that the constraint C 1 : 6x 1 5x 2 40

3 was derived from (coffee table hours) (end table hours) 40 If the total number of hours is less than 40, then some slack or unused hours are left, and we could say (coffee table hours) (end table hours) (unused hours) 40 C 1 can be rewritten as C 1 : 6x 1 5x 2 s 1 40 where s 1 measures unused hours and s 1 0. The variable s 1 is called a slack variable because it takes up the slack between the hours used (which can be less than 40) and the hours available (which are exactly 40). The introduction of slack variables converts the constraint inequalities to equations, allowing us to use matrices to solve the problem. The constraint C 2 : 200x 1 100x 2 1,000 was derived from (coffee table money) (end table money) 1,000 This could be rephrased as (coffee table money) (end table money) (unused money) 1,000 Thus, C 2 can be rewritten as C 2 : 200x 1 100x 2 s 2 1,000 where s 2 is a slack variable that measures unused money and s 2 0. This new variable takes up the slack between the money used (which can be less than $1,000) and the money available (which is exactly $1,000). Constraints C 3 : x 1 0 and C 4 : x 2 0 remind us that variables x 1 and x 2 count things that cannot be negative (coffee tables and end tables, respectively). The simplex method requires that all variables are nonnegative, and we do not convert these constraints to equations. We have rewritten our model: Independent Variables x 1 number of coffee tables x 2 number of end tables (x 1, x 2, s 1, s 2 0) Constraints C 1 : 6x 1 5x 2 s 1 40 C 2 : 200x 1 100x 2 s 2 1,000 Objective Function z 240x 1 160x Introduction to the Simplex Method 12-3 Slack Variables s 1 unused hours s 2 unused money the time constraint the money constraint z measures profit Converting the Problem to a Matrix Problem We rewrite the constraints so that each includes all of the variables (x 1, x 2, s 1, s 2, and z). The first constraint: C 1 : 6x 1 5x 2 s 1 40 using the variables x 1, x 2, and s 1 C 1 : 6x 1 5x 2 1s 1 0s 2 0z 40 using all of the variables

4 12-4 CHAPTER 12 Linear Programming This equation becomes the first row of our matrix: [ ] The second constraint: C 1 : 200x 1 100x 2 0s 1 1s 2 0z 1,000 using all of the variables [ ,000] the matrix s second row We rewrite the objective function with all of the variables on the left side of the equation. the objective function z 240x 1 160x 2 moving all of the variables 240x 1 160x 2 0s 1 0s 2 1z 0 to the left side [ ] the matrix s third row The resulting matrix is , We call this matrix the first simplex matrix. Finding the Possible Solution That Corresponds to the Matrix Some of the columns in our first simplex matrix contain a single 1 and several 0 s (the s 1, s 2, and z columns). We find the value of the variable heading each of these columns by reading down the column, turning right at the 1, and stopping at the end of the row. Other columns (the x 1 and x 2 columns) do not contain a single 1 and several 0 s. The value of the variables heading these columns is zero , x 1 0 x 2 0 S s 1 40 S s 2 1,000 S z 0 The possible solution that corresponds to the matrix is (x 1, x 2, s 1, s 2 ) (0, 0, 40, 1,000) with z 0 Why do the numbers read from the matrix in this manner yield a possible solution? Clearly, (x 1, x 2 ) (0, 0) satisfies all four constraints, so it is a possible solution. If we substitute this solution into C 1 and C 2 and the objective function, we get the following: C 1 : 6x 1 5x 2 s 1 40 C 2 : 200x 1 100x 2 s 2 1, s s 2 1,000 s 1 40 s 2 1,000 z 240x 1 160x Thus, (x 1, x 2, s 1, s 2 ) (0, 0, 40, 1,000) with z 0 satisfies all the constraints and the objective function and is a possible solution.

5 y 12.2 Introduction to the Simplex Method 12-5 The possible solution means make no coffee tables, make no end tables, have 40 unused hours and 1,000 unused dollars, and make no profit. When we solved this same problem with the geometric method in Section 12.1, one of the corner points was (0, 0) (see Figure 12.34). We have just found that corner point with the simplex method rather than the geometric method (the geometric method does not find values of the slack variables). P 2 (0, 8) P 3 ( 2 5, 5) P 4 (5, 0) x P 1 (0, 0) FIGURE The first simplex matrix yields a corner point. As we will see in the next section, the simplex method requires us to explore a series of matrices, just as the geometric method requires us to explore a series of corner points. Each simplex matrix will provide us with a corner point of the region of possible solutions, without our actually graphing that region. The last simplex matrix will provide us with the optimal corner point, that is, the point that solves the problem. SIMPLEX METHOD STEPS Step 1 Model the problem. a. List the independent variables. b. List the constraints, and translate them into linear inequalities. c. Find the objective, and translate it into a linear equation. Step 2 Step 3 Step 4 Step 5 Convert each constraint from an inequality to an equation. a. Use one slack variable for each constraint. b. Determine what each slack variable measures. Rewrite the objective function with all variables on the left side. Make a matrix out of the rewritten constraints and the rewritten objective function. This is the first simplex matrix. The constraints go in the first rows, and the objective function goes in the last row. Determine the possible solution that corresponds to the matrix. a. Columns containing only a 1 and 0 s: turn at 1. b. Other columns: the value of the variable is 0. The remaining steps, which build on this work to find the maximal solution, will be discussed in Section 12.3.

6 12-6 CHAPTER 12 Linear Programming EXAMPLE 1 SOLUTION Step 1 Step 2 Step 3 Step 4 Step 5 SETTING UP A SIMPLEX METHOD PROBLEM AS A MATRIX PROBLEM Find the first simplex matrix and the corresponding solution for the objective function 1 z x 1 x 2 2 subject to the constraints C 1 : 2x 1 x 2 15 C 2 : x 1 x 2 10 C 3 : x 1 0 C 4 : x 2 0 Model the problem. No modeling needs to be done, because the problem is stated in the language of mathematics rather than as a real-world problem. Convert each constraint from an inequality to an equation. C 1 : 2x 1 x 2 15 S 2x 1 x 2 s 1 15 C 2 : x 1 x 2 10 S x 1 x 2 s 2 10 Rewrite the objective function with all the variables on the left side. 1 1 z x 1 x 2 S x 1 x 2 z Make a matrix out of the rewritten constraints and the rewritten objective function S s S s > S z 0 x 1 0 x 2 0 Determine the possible solution that corresponds to the matrix. The s 1, s 2, and z columns contain zeros and a single 1, so we find the values of those variables by reading down the column and turning at 1. The x 1 and x 2 columns are not that type of column, so the value of those variables is zero. The possible solution is (x 1, x 2, s 1, s 2 ) (0, 0, 15, 10), and z 0. Remember that this is only a possible solution. In the next section, we will see how to build on this work to find the maximal solution Exercises In Exercises 1 4, convert the linear inequality to a linear equation by introducing a slack variable. 1. 3x 1 2x x 1 339x x x x x x x Selected exercises available online at In Exercises 5 10, (a) translate the information into a linear inequality, (b) convert the linear inequality into a linear equation by introducing a slack variable, and (c) determine what each variable (including the slack variable) measures. 5. A shopper has $42.15 in cash. She wants to purchase meat at $6.99 a pound, cheese at $3.15 a pound, and bread at $1.98 a loaf. The shopper must pay for these items in cash.

7 12.2 Exercises A sharp dresser is at his favorite store, where everything is on sale. His budget will allow him to spend up to $425. Shirts are on sale for $19.99 each, slacks for $74.98 a pair, and sweaters for $32.98 each. 7. A plumber is starting an 8-hour day. Laying pipe takes her 5 minutes per foot, and installing elbows takes her 4 minutes per elbow. 8. An electrician is starting a 7 1/2-hour day. Installing conduit takes him 2.5 minutes per foot, connecting lines takes him 1 minute per connection, and installing circuit breakers takes him 4.5 minutes per circuit breaker. 9. A mattress warehouse has 50,000 cubic feet of space. Twin beds are 24 cubic feet, double beds are 36 cubic feet, queen-size beds are 56 cubic feet, and king-size beds are 72 cubic feet. 10. A nursery has 1000 square feet of outdoor display space. Trees need 16 square feet each, shrubs need 10 square feet each, and flowering plants need 1 square foot each. In Exercises 11 16, find the possible solution that corresponds to the given matrix x 1 x 2 s 1 s 2 s 3 z x 1 x 2 s 1 s 2 s 3 z x 1 x 2 s 1 s 2 s 3 s 4 z x 1 x 2 s 1 s 2 s 3 s 4 z E U In Exercises 17 22, find the first simplex matrix and the possible solution that corresponds to it. 17. Objective function: 18. Objective function: z 2x 1 4x 2 z 2.4x 1 1.3x 2 Constraints: Constraints: 3x 1 4x x 1 x x 1 7x 2 50 x 1 9.5x x 1 0 x 1 0 x 2 0 x Objective function: 20. Objective function: z 12.10x x 2 z 3.52x x 2 Constraints: Constraints: 112x 1 3x x 1 4x 2 7,170 x 1 x x 1 19x x 1 19x x 1 5 x 1 0 x 1 0 x 2 0 x Objective function: z 4x 1 7x 2 9x 3 Constraints: 5x 1 3x 2 9x x 1 34x 2 100x x 1 7x 2 12x 3 10 x 1 0 x 2 0 x Objective function: z 9.1x 1 3.5x x 3 Constraints: x 1 16x 2 9.5x x x 2 50x x 1 87x 2 742x x 1 0 x 2 0 x 3 0 In Exercises 23 28, find the first simplex matrix and the possible solution that corresponds to it. Do not try to solve the problem. 23. Five friends, each of whom is an experienced baker, form a company that will make bread and cakes and sell them to local restaurants and specialty stores. Each loaf of bread requires 50 minutes of labor and ingredients costing $0.90 and can be sold for a $1.20 profit. Each cake requires 30 minutes of labor and ingredients costing $1.50 and can be sold for a $4.00 profit. The partners agree that no one will work more than 8 hours a day. Their financial resources do not

8 12-8 CHAPTER 12 Linear Programming allow them to spend more than $190 per day on ingredients. How many loaves of bread and how many cakes should they make each day to maximize their profit? 24. A craftswoman produces two products: floor lamps and table lamps. Production of one floor lamp requires 75 minutes of her labor and materials that cost $25. Production of one table lamp requires 50 minutes of labor and materials that cost $20. The craftswoman wants to work no more than 40 hours each week, and her financial resources allow her to pay no more than $900 for materials each week. If she can sell as many lamps as she can make and if her profit is $40 per floor lamp and $32 per table lamp, how many floor lamps and how many table lamps should she make each week to maximize her weekly profit? 25. Pete s Coffees sells two blends of coffee beans: Yusip Blend and Exotic Blend. Yusip Blend is one-half Costa Rican beans and one-half Ethiopian beans, and Exotic Blend is one-quarter Costa Rican beans and threequarters Ethiopian beans. Profit on the Yusip Blend is $3.50 per pound, while profit on the Exotic Blend is $4 per pound. Each day, the shop can obtain 200 pounds of Costa Rican beans and 330 pounds of Ethiopian beans, and it uses those beans only in the two blends. If it can sell all that it makes, how many pounds of Yusip Blend and of Exotic Blend should Pete s Coffees prepare each day to maximize profit? 26. Pete s Coffees sells two blends of coffee beans: Morning Blend and South American Blend. Morning Blend is one-third Mexican beans and two-thirds Colombian beans, and South American Blend is twothirds Mexican beans and one-third Colombian beans. Profit on the Morning Blend is $3 per pound, while profit on the South American Blend is $2.50 per pound. Each day, the shop can obtain 100 pounds of Mexican beans and 80 pounds of Colombian beans, and it uses those beans only in the two blends. If it can sell all that it makes, how many pounds of Morning Blend and of South American Blend should Pete s Coffees prepare each day to maximize profit? 27. A furniture-manufacturing firm makes sofas and chairs, each of which is available in several styles. Each sofa, regardless of style, requires 8 hours in the upholstery shop and 4 hours in the carpentry shop and can be sold for a profit of $450. Each chair requires 6 hours in the upholstery shop and 3.5 hours in the carpentry shop and can be sold for a profit of $375. There are nine people working in the upholstery shop and five in the carpentry shop, each of whom can work no more than 40 hours per week. How many sofas and how many chairs should the firm make each week to maximize its profit? What is that maximum profit? Would this leave any extra time in the upholstery shop or the carpentry shop? If so, how much? 28. City Electronics Distributors handles two lines of televisions: the Packard and the Bell. The company purchases up to $57,000 worth of television sets from the manufacturers each month, which it stores in its 9,000-cubic-foot warehouse. The Packards come in 36-cubic-foot packing crates, and the Bells come in 30-cubic-foot crates. The Packards cost City Electronics $200 each and can be sold to a retailer for a $200 profit, while the Bells cost $250 each and can be sold for a $260 profit. How many sets should City Electronics order each month to maximize profit? What is that maximum profit? Would this leave any unused storage space or money? If so, how much? Answer the following questions using complete sentences and your own words. Concept Questions 29. Why does the simplex method exist? That is, why do we not use the geometric method for all linear programming problems? 30. What do the simplex method and the geometric method have in common? 12.3 The Simplex Method: Complete Problems Objectives Understand the row operations Be able to use the row operations to solve a linear programming problem In Section 12.2, we saw how to convert a linear programming problem to a matrix problem. In this section, we will see how to use the simplex method to solve a linear programming problem. We ll start by continuing where we left off with the

9 y 12.3 The Simplex Method: Complete Problems 12-9 craftsman problem. We have modeled the problem, introduced slack variables, and rewritten the objective function so all variables are on the left side. Independent Variables x 1 number of coffee tables x 2 number of end tables (x 1, x 2, s 1, s 2 0) Constraints C 1 : 6x 1 5x 2 s 1 40 C 2 : 200x 1 100x 2 s 2 1,000 Slack Variables s 1 unused hours s 2 unused money the time constraint the money constraint Objective Function 240x 1 160x 2 0s 1 0s 2 1z 0 z measures profit We have also made a matrix out of the rewritten constraints and the rewritten objective function (the first simplex matrix ) and determined the possible solution that corresponds to that matrix. The first simplex matrix was as follows: d C ,000 d C d objective function The corresponding possible solution was (x 1, x 2, s 1, s 2 ) (0, 0, 40, 1,000) with z 0 This solution is a corner point of the region of possible solutions (see Figure 12.35); it is point P 1 (0, 0) (the geometric method does not find values of the slack variables). However, it is not the optimal corner point; it is a possible solution but not the maximal solution. Our goal in the remaining steps of the simplex method is to find the maximal solution. This process is called pivoting. P 2 (0, 8) P 3 ( 2 5, 5) P 4 (5, 0) x P 1 (0, 0) FIGURE The possible solution (x 1, x 2, s 1, s 2 ) (0, 0, 40, 1,000) is the corner point P 1 (0, 0). Deciding Where to Pivot Step 1 Look at the last row, the objective function row. Select the most negative entry in that row. The column containing that entry is the pivot column. If the last row contains no negative entries, then no pivoting is necessary; the possible solution

10 12-10 CHAPTER 12 Linear Programming that corresponds to the matrix is the maximal solution , d objective function The only negative entries in the last row are 240 and 160; the most negative is 240. This entry is in the first column, so our pivot column is the first column. We will pivot on one of the entries of the pivot column , c Pivot column Step 2 Divide the last entry in each constraint row by the corresponding entry in the pivot column, if that entry is positive. The row that yields the smallest nonnegative such quotient is the pivot row , c Pivot column d 40> d 1,000>200 5 d not a constraint row Our quotients are 6.67 and 5; the smallest nonnegative quotient is 5, which is in row two. Our pivot row is the second row. Step 3 Pivot on the entry in the pivot row and pivot column , c Pivot column d pivot row We will pivot on the entry 200. The Row Operations Remember, each of the matrix s rows represents an equation. And the entire matrix is just a different way of writing a system of equations. When you solve a system of equations with the elimination method, you are allowed to do things like adding multiples of equations together. When you pivot on a matrix with the simplex method, you are allowed to do things like adding multiples of rows together. These actions are called the row operations.

11 12.3 The Simplex Method: Complete Problems THE ROW OPERATIONS 1. Multiply or divide a row by any number (except 0). This is equivalent to multiplying or dividing an equation by a number, when using the elimination method. 2. Add one row to another row, or add a multiple of one row to another row. This is equivalent to adding one equation to another equation or adding a multiple of an equation to another equation. 3. Interchange any two rows. This is equivalent to interchanging two equations. Pivoting 1. Use the row operations to make the pivot entry a 1. The pivot entry is 200. We ll turn it into a 1 by dividing row 2 by 200. (This is row operation 1 in the above list.) This gives us d dividing row 2 by Use the row operations to make each of the other entries in the pivot column 0. The other entries in the pivot column are 6 and 240. First, we will turn the 6 into a 0 by adding 6 times row 2 to row 1. (This is row operation 2 in the above list.) This gives us > >200 0>200 1>200 0> > # # # # # # d 6 row 2 row 1 Now we ll turn the 240 into a 0 by adding 240 times row 2 to row 3. (This is row operation 2 in the above list.) This gives us # # # # # # d 240 row 2 row 3 The above matrix is called the second simplex matrix. It marks the end of our first pivot.

12 12-12 CHAPTER 12 Linear Programming The simplex method requires us to explore a series of matrices, just as the geometric method requires us to explore a series of corner points. Each simplex matrix provides us with a corner point of the region of possible solutions. The final simplex matrix will provide us with the optimal corner point, the point that solves the problem. The second simplex matrix ,200 provides us with the corner point: (x 1, x 2, s 1, s 2 ) (5, 0, 10, 0) with z 1,200 This is corner point P 4 (see Figure 12.36). y P 2 (0, 8) P 3 ( 2 5, 5) P 1 (0, 0) P 4 (5, 0) x FIGURE The simplex method produced corner point P 4 (5, 0) as a possible solution. Because x 1 is the number of coffee tables, x 2 is the number of end tables, s 1 is the number of unused hours, and s 2 is the amount of unused money, this possible solution means make five coffee tables and no end tables, have ten unused hours and no unused money, and make a profit of $1,200. When to Stop Pivoting Is (5, 0, 10, 0) the optimal corner point, the point that solves the craftsman s problem? We answer this question by determining whether it is possible to pivot again. 1. Select the most negative entry in the last row, the objective function row. The column containing that entry is the pivot column. If the last row contains no negative entries, then no pivoting is necessary; the possible solution that corresponds to the matrix is the maximal solution ,200 d objective function

13 Because there is a negative entry in the objective function row, we must pivot again. This negative entry is in the x 2 column, so our pivot column is the x 2 column ,200 c pivot column 2. Divide the last entry in each constraint row by the corresponding entry in the pivot column if that entry is positive. The row that yields the smallest nonnegative such quotient is the pivot row ,200 d 10>2 5 d 5> d not a constraint row c pivot column Our quotients are 5 and 10; the smallest nonnegative quotient is 5, which is in row one. Our pivot row is the first row. 3. Pivot on the entry in the pivot row and pivot column The Simplex Method: Complete Problems ,200 c pivot column We will pivot on the entry 2. d pivot row Pivoting Again 1. Use the row operations to make the pivot entry a ,200 d row Use the row operations to make each of the other entries in the pivot column d 0.5 row 1 row ,400 d 40 row 1 row 3 This matrix is our third and last simplex matrix, because it is not possible to pivot further the bottom row contains no negative entries. The solution that corresponds to this matrix is the optimal corner point: (x 1, x 2, s 1, s 2 ) (2.5, 5, 0, 0) with z 1,400

14 12-14 CHAPTER 12 Linear Programming meaning each week make 2.5 coffee tables and 5 end tables, have no unused hours and no unused money, and make a profit of $1,400. See Figure y P 2 (0, 8) P 3 ( 2 5, 5) P 1 (0, 0) P 4 (5, 0) x FIGURE The simplex method produced corner 5 point P 3 (, 5) as the optimal solution. 2 Why the Simplex Method Works In the craftsman problem, our first simplex matrix was , and its corresponding possible solution was (x 1, x 2, s 1, s 2 ) (0, 0, 40, 1,000) with z 0 This means make no tables and generate no profit. We selected the first column as our pivot column because it was the column with the most negative number in the bottom. Why do we select the column with the most negative number in the bottom? The possible solution corresponding to the first simplex matrix involves no profit (z 0). Certainly, the profit can be increased by making some tables. If the craftsman were to make only one type of table, which table would be best? Coffee tables generate more profit per table ($240 versus $160), so the craftsman would be better off making coffee tables. This choice of coffee tables over end tables or of $240 over $160 was made in the pivoting process when we chose the first column as the pivot column. That choice was made because 240 is larger than 160. After selecting the pivot column, we selected the second row as our pivot row because 5 is the smallest nonnegative quotient. Why do we select the row with the smallest nonnegative quotient? d 40> ,000 d 1000> d not a constraint row

15 If the craftsman were to make only coffee tables, he should make the largest amount allowed by the constraints when 0 is substituted for x 2 (that is, when no end tables are made). Time Constraint Money Constraint C 1 : 6x 1 5x 2 40 C 2 : 200x 1 100x 2 1,000 6x x ,000 6x x 1 1, ,000 x 6 x The time constraint will not be violated as long as x 1 63; the money constraint will not be violated as long as x 1 5. The craftsman can make at most x 1 5 coffee tables and not violate either constraint. This choice of 5 over 63 was made in 2 the pivoting process when we chose the second row as the pivot row. That choice 2 was made because 5 is less than 63. We have just used logic to determine that if the craftsman makes only one type of table, he should make coffee tables, and that he could make at most five coffee tables without violating his constraints. The simplex method leads to the same conclusion. The second simplex matrix was ,200 and its corresponding possible solution was (x 1, x 2, s 1, s 2 ) (5, 0, 10, 0) with z 1,200 This does suggest that the craftsman make five coffee tables and no end tables. This matrix was not the final simplex matrix, so this possible solution was not the optimal solution. That is, the craftsman will increase his profit if he makes more than one type of table. The last row of this matrix, the objective function row, is ,200 We pivoted again because of the presence of a negative number in this row. This pivoting resulted in an increased profit. Why does the presence of a negative number imply that if we pivot again, the profit will be increased? The last row represents the equation 0x 1 ( 40x 2 ) 0s 1 1.2s 2 1z 1,200 which can be rewritten as z 1,200 40x 2 1.2s The Simplex Method: Complete Problems by solving for z. According to this last equation, the profit is z 1,200 if x 2 and s 2 are both zero. If x 2 is positive, then the profit could be larger than 1,200. Thus, it is possible to achieve a larger profit by changing x 2 from zero to a positive number. Because x 2 measures the number of end tables, this means that the craftsman should make some end tables. Our last pivot did in fact result in his making some end tables. The following list of steps includes those steps developed in Section 12.2, as well as those developed in this section. Notice that you can check your work at step 7; if you have made an arithmetic error during your pivot, catch it here before you go any further. 2

16 12-16 CHAPTER 12 Linear Programming SIMPLEX METHOD STEPS 1. Model the problem. a. List the independent variables. b. List the constraints and translate them into linear inequalities. c. Find the objective and translate it into a linear equation. 2. Convert each constraint from an inequality to an equation. a. Use one slack variable for each constraint. b. Determine what each slack variable measures. 3. Rewrite the objective function with all variables on the left side. 4. Make a matrix out of the rewritten constraints and the rewritten objective function. This is the first simplex matrix. 5. Determine the possible solution that corresponds to the matrix. a. Columns with zeros and a single one turn at 1. b. Other columns the value of the variable is zero. 6. Pivot to find a better possible solution. a. The pivot column is the column with the most negative entry in the last row. In case of a tie, choose either. b. Divide the last entry of each constraint row by the entry in the pivot column, if that entry is positive. The pivot row is the row with the smallest nonnegative such quotient. In case of a tie, choose either. c. Pivot on the selected row and column; that is, use the row operations to transform the selected column into a column with 1 in the pivot row and 0 s in all other rows. This gives a new simplex matrix. 7. Determine the possible solution that corresponds to the matrix (as in step 5). Check your work by seeing whether the solution substitutes into the objective function and constraints. 8. Determine whether the current possible solution maximizes the objective function. a. If the last row of the new simplex matrix has no negative entries, then the problem is solved, and the current solution is the maximal solution. b. If the last row of the new simplex matrix has one or more negative entries, then pivot again. Return to step Interpret the final solution. Express the solution in words, as a solution to a real-world problem rather than a mathematical problem. EXAMPLE 1 THE LEATHER FACTORY AND RESOURCE ALLOCATION The Leather Factory has one sewing machine with which it makes coats and vests. Each coat requires 50 minutes on the sewing machine and uses 12 square feet of leather. Each vest requires 30 minutes on the sewing machine and uses 8 square feet of leather. The sewing machine is available 8 hours a day, and the Leather Factory can obtain 118 square feet of leather a day. The coats sell for $175 each, and the vests sell for $100 each. Find the daily production level that would yield the maximum revenue. SOLUTION 1. Model the problem. Independent Variables x 1 number of coats made each day x 2 number of vests made each day

17 12.3 The Simplex Method: Complete Problems Constraints C 1 : sewing machine hours 8 hours 480 minutes (coat sewing time) (vest sewing time) 480 minutes 480 minutes coat coats vest vests 50 x 1 30 x minutes C 2 : leather used 118 square feet (coat leather) (vest leather) 118 square feet time per number of leather number leather number per of per of 118 square feet coat coats vest vests 12 x 1 8 x Objective Function maximize z revenue coat revenue vest revenue price number price number z per of per of coat coats vest vests 175 x x 2 2. Convert each constraint from an inequality to an equation. C 1 : 50x 1 30x x 1 30x 2 s where s 1 unused sewing machine time C 2 : 12x 1 8x x 1 8x 2 s where s 2 unused leather 3. Rewrite the objective function with all variables on the left side. z 175x 1 100x 2 time per 175x 1 100x 2 0s 1 0s 2 1z 0 4. Make a matrix out of the rewritten constraints and the rewritten objective function. The first simplex matrix is as follows: Determine the possible solution that corresponds to the first simplex matrix. The solution is (x 1, x 2, s 1, s 2 ) (0, 0, 480, 118) with z 0. This means make no product and make no profit. 6. Pivot to find a better possible solution c pivot column number of

18 12-18 CHAPTER 12 Linear Programming Our pivot column is the first column, because 175 is the most negative entry in the bottom row. To select the pivot row, divide the last entry in each constraint row by the entry in the pivot column, if that entry is positive, and select the row with the smallest nonnegative such quotient d 480> d 118> d not a constraint row Because 9.6 is the smallest nonnegative quotient, our pivot row is the first row c pivot column d pivot row We will pivot on the d row ,680 d 12 row 1 row 2 d 175 row 1 row 3 7. Determine the possible solution that corresponds to the matrix. The possible solution is (x 1, x 2, s 1, s 2 ) (9.6, 0, 0, 2.8) with z 1,680. Check your work by seeing if the solution substitutes into the objective function and constraints: C 1 : 50x 1 30x 2 s C 2 : 12x 1 8x 2 s Objective function: z 175x 1 100x ,680 If any of these substitutions failed, we would know to stop and find our error. 8. Determine whether the current possible solution maximizes the objective function. The last row contains no negative entries, so we don t need to pivot again, and the problem is finished. Some linear programming problems involve only one pivot, some involve two, and some involve more. This problem involved only one pivot. 9. Interpret the final solution. Recall that x 1 measures the number of coats made per day, x 2 measures the number of vests, s 1 measures the number of slack machine hours, and s 2 measures the amount of unused leather. Thus, the Leather Factory should make 9.6 coats per day and no vests. (If workers spend all day making coats, they will make 9.6 coats. They ll finish the tenth coat the next day.) This will result in no unused machine hours and 2.8 square feet of unused leather and will generate a maximum revenue of $1,680 per day. These profit considerations indicate that the Leather Factory should increase the cost of its leather vests if it wants to sell vests.

19 12.3 Exercises In Exercises 1 4, determine where to pivot x 1 x 2 s 1 s 2 s 3 z x 1 x 2 s 1 s 2 s 3 z In Exercises 5 8, (a) determine where to pivot, (b) pivot, and (c) determine the solution that corresponds to the resulting matrix Use the simplex method to solve Exercises (Some of these exercises were started in Section 12.2.) 9. Five friends, all of whom are experienced bakers, form a company that will make bread and cakes and sell them to local restaurants and specialty stores. Each loaf of Selected exercises available online at bread requires 50 minutes of labor and ingredients costing $0.90 and can be sold for $1.20 profit. Each cake requires 30 minutes of labor and ingredients costing $1.50 and can be sold for $4.00 profit. The partners agree that no one will work more than eight hours a day. Their financial resources do not allow them to spend more than $190 per day on ingredients. How many loaves of bread and how many cakes should they make each day to maximize their profit? What is the maximum profit? Will this leave any extra time or money? If so, how much? 10. A craftswoman produces two products: floor lamps and table lamps. Production of one floor lamp requires 75 minutes of her labor and materials that cost $25. Production of one table lamp requires 50 minutes of labor and materials that cost $20. The craftswoman wants to work no more than 40 hours each week, and her financial resources allow her to pay no more than $900 for materials each week. If she can sell as many lamps as she can make and if her profit is $40 per floor lamp and $32 per table lamp, how many floor lamps and how many table lamps should she make each week to maximize her weekly profit? What is that maximum profit? Will this leave any unused time or money? If so, how much? 11. A furniture manufacturing firm makes sofas and chairs, each of which is available in several styles. Each sofa, regardless of style, requires eight hours in the upholstery shop and four hours in the carpentry shop and can be sold for a profit of $450. Each chair requires six hours in the upholstery shop and 3.5 hours in the carpentry shop and can be sold for a profit of $375. There are nine people working in the upholstery shop and five in the carpentry shop, each of whom can work no more than 40 hours per week. How many sofas and how many chairs should the firm make each week to maximize its profit? What is that maximum profit? Would this leave any extra time in the upholstery shop or the carpentry shop? If so, how much? 12. City Electronics Distributors handles two lines of televisions: the Packard and the Bell. The company purchases up to $57,000 worth of television sets from the manufacturers each month, which it stores in its 9,000-cubic-foot warehouse. The Packards come in 36-cubic-foot packing crates, and the Bells come in 30- cubic-foot crates. The Packards cost City Electronics $200 each and can be sold to a retailer for a $200 profit, while the Bells cost $250 each and can be sold for a $260 profit. How many sets should City Electronics order each month to maximize profit? What is that maximum profit? Would this leave any unused storage space or money? If so, how much? 12-19

20 12-20 CHAPTER 12 Linear Programming 13. J & M Winery makes two jug wines: House White and Premium White, which it sells to restaurants. House White is a blend of 75% French colombard grapes and 25% sauvignon blanc grapes, and Premium White is 75% sauvignon blanc grapes and 25% French colombard grapes. J & M also makes a Sauvignon Blanc, which is 100% sauvignon blanc grapes. Profit on the House White is $1.00 per liter, profit on the Premium White is $1.50 per liter, and profit on the Sauvignon Blanc is $2.00 per liter. This season, J & M can obtain 30,000 pounds of French colombard grapes and 20,000 pounds of sauvignon blanc grapes. It takes 2 pounds of grapes to make 1 liter of wine. If J & M can sell all that it makes, how many liters of House White, of Premium White, and of Sauvignon Blanc should J & M prepare to maximize profit? What is that maximum profit? Would this leave any extra grapes? If so, what amount? 14. J & M Winery makes two jug wines: House Red and Premium Red, which it sells to restaurants. House Red is a blend of 20% cabernet sauvignon grapes and 80% gamay grapes. Premium Red is 60% cabernet sauvignon grapes and 40% gamay grapes. J & M also makes a Cabernet Sauvignon, which is 100% cabernet sauvignon grapes. Profit on the House Red is $0.90 per liter, profit on the Premium Red is $1.60 per liter, and profit on the Cabernet Sauvignon is $2.50 per liter. This season, J & M can obtain 30,000 pounds of gamay grapes and 22,000 pounds of cabernet sauvignon grapes. It takes 2 pounds of grapes to make 1 liter of wine. If J & M can sell all that it makes, how many liters of House Red, of Premium Red, and of Cabernet Sauvignon should J & M prepare to maximize profit? What is that maximum profit? Would this leave any extra grapes? If so, what amount? 15. Pete s Coffees sells two blends of coffee beans: Smooth Sipper and Kona Blend. Smooth Sipper is composed of equal amounts of Kona, Colombian, and Arabian beans, and Kona Blend is one-half Kona beans and one-half Colombian beans. Profit on the Smooth Sipper is $3 per pound, while profit on the Kona Blend is $4 per pound. Each day, the shop can obtain 100 pounds of Kona beans, 200 pounds of Colombian beans, and 200 pounds of Arabian beans. It uses those beans only in the two blends. If it can sell all that it makes, how many pounds of Smooth Sipper and of Kona Blend should Pete s Coffees prepare each day to maximize profit? What is that maximum profit? Would this leave any extra beans? If so, what amount? 16. Pete s Coffees sells two blends of coffee beans: African Blend and Major Thompson s Blend. African Blend is one-half Tanzanian beans and one-half Ethiopian beans, and Major Thompson s Blend is onequarter Tanzanian beans and three-quarters Colombian beans. Profit on the African Blend is $4.25 per pound, while profit on Major Thompson s Blend is $3.50 per pound. Each day, the shop can obtain 300 pounds of Tanzanian beans, 200 pounds of Ethiopian beans, and 450 pounds of Colombian beans. It uses those beans only in the two blends. If it can sell all that it makes, how many pounds of African Blend and of Major Thompson s Blend should Pete s Coffees prepare each day to maximize profit? What is that maximum profit? Would this leave any extra beans? If so, what amount? Concept Questions 17. Do Exercise 11 with the geometric method. Which of the geometric method s corner points were found with the simplex method? 18. Do Exercise 12 with the geometric method. Which of the geometric method s corner points were found with the simplex method? Answer the following questions with complete sentences and your own words. 19. Why does the simplex method exist? That is, why do we not use the geometric method for all linear programming problems? 20. Compare and contrast the geometric method of linear programming with the simplex method of linear programming. Be sure to discuss both their similarities and their differences. Also give advantages and disadvantages of each. 21. Explain how the maximal value of the objective function can be found without looking at the number in the lower right corner of the final simplex matrix. 22. Explain why the entries in the last row have had their signs changed but the entries in all of the other rows have not had their signs changed. 23. Choose one of Exercises 9 16, and explain why the simplex method works in that exercise. Base your explanation on the discussion in this section titled Why the Simplex Method Works. History Question 24. Who invented the simplex method of linear programming?

21 TECHNOLOGY AND THE SIMPLEX METHOD One of the simplex method s advantages over the geometric method is that the simplex method is amenable to the use of a computer or graphing calculator. In the real world, linear programming problems have too many constraints and variables to do the work by hand. Instead, they are always done with a computer. In fact, George Dantzig, the inventor of linear programming, has stated that he had to delay his invention until computers became sufficiently advanced. The Row Operations on a Graphing Calculator Many graphing calculators will perform the row operations. We will illustrate this process with the craftsman problem from earlier in this section. The first simplex matrix is , We will discuss how to enter this matrix into the calculator and how to perform the first two row operations on it. ENTERING A MATRIX To enter the above matrix on a TI, select EDIT from the MATRIX menu and then matrix A from the EDIT menu, as described below. TI-83/84 Press MATRX ( 2nd MATRIX on a TI-84). Use the button to highlight EDIT. Highlight option 1 [A]. Press ENTER. Casio Press MENU. Use the arrow buttons to highlight MAT. Press EXE. Use the arrow buttons to highlight Mat A. Our matrix has three rows and six columns. Enter these dimensions by typing FIGURE Entering the matrix on a TI-83/84. 3 ENTER 6 ENTER as shown in Figure Enter the matrix s elements by typing 6 ENTER 5 ENTER 1 ENTER 0 ENTER Continue in this manner until you have entered all of the matrix s elements. See Figure When you re done entering, type 2nd QUIT

22 12-22 CHAPTER 12 Linear Programming VIEWING A MATRIX To view a previously entered matrix, do the following. TI Press MATRX ( 2nd MATRIX on a TI-84). Highlight NAMES. Highlight option 1 [A]. Press ENTER. Once [A] is on the screen, press ENTER. Casio Press MENU. Use the arrow buttons to highlight MAT and press EXE. Use the arrow buttons to highlight Mat A. Press EXE, and the matrix will appear on the screen. Use the button to view the right side of the matrix. See Figure FIGURE Viewing the matrix on a TI-83/84. MULTIPLYING OR DIVIDING A ROW BY A NUMBER Our first pivot is to divide row 2 by 200. On a graphing calculator, we can t divide a row; instead, we multiply it by To do this, make the screen read *row(1 200,[A],2) TI-83/84 Press MATRX Type 1 200,. Press MATRX Type, 2 ) ENTER. ( 2nd MATRIX on ( 2nd MATRIX on a TI-84). a TI-84). Use the button Highlight NAMES. to highlight MATH. Highlight option Use the button 1 [A]. to highlight option E Press ENTER. *row(. Press ENTER. This makes *row( This makes 1 200, This makes [A] This makes,2) or multr( appear appear on the screen. or A appear on appear on the on the screen. the screen screen. Your calculator will respond by performing the row operation. See Figure FIGURE Dividing row 2 by 200 on a TI-83/84. On a Casio: Press F1, which is now labeled R-OP. Press F2, which is now labeled xrw. Press EXE. This is the multiplier. Press 2 EXE. This selects the row that will be multiplied.

23 STORING A MATRIX Technology and the Simplex Method Currently, we have the first simplex matrix stored as matrix [A]. This allows us to avoid reentering the matrix if we make a mistake later and have to start over. We will store the matrix in Figure as matrix [B]. TI Press STO. Press MATRX ( 2ND MATRX on a TI-84). Highlight NAMES. Highlight option 1 [B]. Press ENTER. Casio The Casio automatically stores the result of any matrix calculation as matrix A. Adding a Multiple of One Row to Another Row Our second pivot is to multiply row 2 by 6 and add the result to row 1. To do this, make the screen read *row+( 6,[B],2,1) : TI Press MATRX Type ( ) 6,. Press MATRX Type, 2, 1 ( 2nd MATRX on ( 2nd MATRX on ENTER. a TI-84). a TI-84). Use the button Highlight NAMES. to highlight MATH. Highlight [B]. Use the button Press ENTER. to highlight option F *row (. Press ENTER. ) This makes *row ( This makes 6, This makes [B] This makes,2, 1) or multr( appear appear on the screen. or B appear on appear on the on the screen. the screen. screen. Your calculator will respond by performing the row operation. See Figure Store the matrix in Figure as [C]. Store the result of the next row operation as [B], and then alternate between [C] and [B] in storing later results. This keeps the previous matrix available, in case you made any errors. FIGURE Adding 6 # row 2 to row 1 on a TI-83/84. On a Casio: Press F3, which is now labeled xrw. Press ( ) 6 EXE. This is the multiplier. Press 2 EXE. This selects the row that will be multiplied. Press 1. This selects the row that will be added.

24 12-24 CHAPTER 12 Linear Programming ADDING TWO ROWS In the rest of the pivoting on the above matrix, we don t need to add two rows. In general, though, to add rows 1 and 2 of matrix [A] and place the result in row 2: TI Make the screen read row+([a],1, 2). Casio Press F4 1 EXE 2 EXE. Maintaining Accuracy Sometimes, after a few pivots, the resulting simplex matrix contains nothing but twelve decimal place numbers. This can make the work more cumbersome. The work can be easier if you use fractions rather than decimals. After a calculation, type NFrac, and your matrix will be displayed with fractions rather than decimals. To find the NFrac command, do the following: TI Press MATH. Highlight option 1. The decimal difficulty does not arise with the matrices discussed above. With a different matrix, the decimal difficulty does come up. See Figure Using decimals, without the NFrac command. FIGURE Using fractions, with the NFrac command. Fractions make the simplex method easier. Using decimals, you would multiply row 1 by 1> Using fractions, you multiply row 1 by 199>395. A few pivots later, you get one of the results shown in Figure Notice the E 10 in the decimal version in Figure This is the way a TI calculator displays scientific notation. It means # In the fraction version, you get 0. Using decimals, without the NFrac command. FIGURE Using fractions, with the NFrac command. Fractions make the simplex method more accurate.

25 Technology and the Simplex Method Summary of TI-83/84 Row Operations *row(1/200, [A], 2) Multiply a row by a number The multiplier The matrix whose row is being multiplied The row that is being multiplied Add a multiple of a row to another row *row ( 6, [B], 2, 1) The multiplier The matrix whose row is being multiplied row ([A], 1, 2) The row that is being added The row that is being multiplied The row that is being added and replaced Add two rows The matrix whose rows are being added The row that is being added The Row Operations and Amortrix Amortrix is one of the features of the text web site johnson. This software will enable you to quickly and easily perform the row operations on a matrix. We will illustrate this process with the craftsman problem from earlier in this section. The first simplex matrix is , We will discuss how to enter this matrix into the calculator and how to perform the first three row operations on it. ENTERING THE MATRIX When you start Amortrix, a main menu appears. Click on the Matrix Row Operations option, and you will be asked for the dimensions of the matrix you want to work on. The above matrix has three rows and six columns, so after Number of Rows enter 3, and after Number of columns enter 6. Click on Create New Matrix, and the program will display a 3 6 matrix containing nothing but zeros. Use your mouse and the computer s tab button to enter the above numbers. PIVOTING To pivot on 200, first divide row two by 200. To do this, click on the Two label to the left of the matrix. This selects row two and causes the number 2 to appear in a box below the matrix labeled 1st Row. The cursor automatically moves to a box labeled Enter a constant. Type 200 in that box, and press the Divide button. Next, we need to multiply row 2 by 6 and add the result to row 1. To multiply row 2 by 6, click on the Two label to the left of the matrix and type 6 in the box labeled Enter a constant. When adding a multiple of one row to another row, always click first on the row to be multiplied. To add the result to row 1, click on the One label. To place the result in row 3, type 3 in the box labeled Enter a row number. Press the Multiply & Add button.

26 12-26 CHAPTER 12 Linear Programming In a similar manner, multiply row 2 by 240 and add the result to row 3. This completes the first pivot. The results are shown in Figure FIGURE The craftsman problem after the first three row operations, using Amortrix. EXERCISES Use a graphing calculator or Amortrix to solve the following linear programming problems. 25. Objective function: Maximize z 25x 1 53x 2 18x 3 7x 4 Constraints: 3x 1 2x 2 5x 3 12x x 1 5x 2 x 3 7x 4 32 x 1 7x 2 9x 3 10x Objective function: Maximize z 275x 1 856x 2 268x 3 85x 4 Constraints: 5.2x 1 9.8x 2 7.2x 3 3.7x x 1 5.3x 2 1.4x 3 2.5x x 1 7.7x 2 4.6x 3 4.6x Objective function: Maximize z 37x 1 19x 2 53x 3 49x 4 Constraints: 6.32x x x x x x x 2 x x x x x x x Objective function: Maximize z 17x 1 26x 2 85x 3 63x 4 43x 5 Constraints: 72x 1 46x 2 73x 3 26x 4 54x x 1 84x 2 45x 3 83x 4 85x Our friend the craftsman now owns his own shop. He still makes coffee tables and end tables, but he makes each in three different styles: antique, art deco, and modern. The amount of labor and the cost of the materials required by each product, along with the profit they generate, are shown in Figure The craftsman now has two employees, each of whom can work up to 40 hours a week. The craftsman himself frequently has to work more than 40 hours a week, but he will not allow himself to exceed 50 hours a week. His new bank loan allows him to spend up to $4000 a week on materials. How many coffee tables and end tables of each style should he make each week to maximize his profit? Hours of Cost of Item Style labor materials Profit Coffee table antique 6.00 $230 $495 Coffee table art deco 6.25 $220 $500 Coffee table modern 5.00 $190 $430 End table antique 5.25 $125 $245 End table art deco 5.75 $120 $250 End table modern 4.25 $105 $220 FIGURE The craftsman s production data. 30. The five friends have been so successful with their baking business that they have opened their own shop, the Five Friends Bakery. The bakery sells two types of breads: nine-grain and sourdough; two types of cakes: chocolate and poppyseed; and two types of muffins: blueberry and apple-cinnamon. Production data are given in Figure The five partners have hired four workers. No one works more than 40 hours a week. Their business success (together with their new bank loan) allows them to spend up to $2000 per week on ingredients. What weekly production schedule should they follow to maximize their profit?

6.2: The Simplex Method: Maximization (with problem constraints of the form )

6.2: The Simplex Method: Maximization (with problem constraints of the form ) 6.2: The Simplex Method: Maximization (with problem constraints of the form ) 6.2.1 The graphical method works well for solving optimization problems with only two decision variables and relatively few

More information

Chapter 4 The Simplex Algorithm Part I

Chapter 4 The Simplex Algorithm Part I Chapter 4 The Simplex Algorithm Part I Based on Introduction to Mathematical Programming: Operations Research, Volume 1 4th edition, by Wayne L. Winston and Munirpallam Venkataramanan Lewis Ntaimo 1 Modeling

More information

Section 4.1 Solving Systems of Linear Inequalities

Section 4.1 Solving Systems of Linear Inequalities Section 4.1 Solving Systems of Linear Inequalities Question 1 How do you graph a linear inequality? Question 2 How do you graph a system of linear inequalities? Question 1 How do you graph a linear inequality?

More information

2. Linear Programming Problem

2. Linear Programming Problem . Linear Programming Problem. Introduction to Linear Programming Problem (LPP). When to apply LPP or Requirement for a LPP.3 General form of LPP. Assumptions in LPP. Applications of Linear Programming.6

More information

ANSWERS TO ODD WEB EXERCISES

ANSWERS TO ODD WEB EXERCISES Ans_-_web_SE.qd // : AM Page A- ANSWERS TO ODD WEB EXERCISES CHAPTER Linear Programming. Introduction to the Simple Method. s.... s.. a........ s. number of pounds of meat number of pounds of cheese number

More information

x 1 2x 2 +x 3 = 0 2x 2 8x 3 = 8 4x 1 +5x 2 +9x 3 = 9

x 1 2x 2 +x 3 = 0 2x 2 8x 3 = 8 4x 1 +5x 2 +9x 3 = 9 Sec 2.1 Row Operations and Gaussian Elimination Consider a system of linear equations x 1 2x 2 +x 3 = 0 2x 2 8x 3 = 8 4x 1 +5x 2 +9x 3 = 9 The coefficient matrix of the system is The augmented matrix of

More information

Systems of Equations. Red Company. Blue Company. cost. 30 minutes. Copyright 2003 Hanlonmath 1

Systems of Equations. Red Company. Blue Company. cost. 30 minutes. Copyright 2003 Hanlonmath 1 Chapter 6 Systems of Equations Sec. 1 Systems of Equations How many times have you watched a commercial on television touting a product or services as not only the best, but the cheapest? Let s say you

More information

Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities

Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities 1 MATH 1 REVIEW SOLVING AN ABSOLUTE VALUE EQUATION Absolute value is a measure of distance; how far a number is from zero. In practice,

More information

= $ m. Telephone Company B charges $11.50 per month plus five cents per minute. Writing that mathematically, we have c B. = $

= $ m. Telephone Company B charges $11.50 per month plus five cents per minute. Writing that mathematically, we have c B. = $ Chapter 6 Systems of Equations Sec. 1 Systems of Equations How many times have you watched a commercial on television touting a product or services as not only the best, but the cheapest? Let s say you

More information

Graphical and Computer Methods

Graphical and Computer Methods Chapter 7 Linear Programming Models: Graphical and Computer Methods Quantitative Analysis for Management, Tenth Edition, by Render, Stair, and Hanna 2008 Prentice-Hall, Inc. Introduction Many management

More information

Linear Functions, Equations, and Inequalities

Linear Functions, Equations, and Inequalities CHAPTER Linear Functions, Equations, and Inequalities Inventory is the list of items that businesses stock in stores and warehouses to supply customers. Businesses in the United States keep about.5 trillion

More information

9.5 THE SIMPLEX METHOD: MIXED CONSTRAINTS

9.5 THE SIMPLEX METHOD: MIXED CONSTRAINTS SECTION 9.5 THE SIMPLEX METHOD: MIXED CONSTRAINTS 557 9.5 THE SIMPLEX METHOD: MIXED CONSTRAINTS In Sections 9. and 9., you looked at linear programming problems that occurred in standard form. The constraints

More information

The Graphical Method & Algebraic Technique for Solving LP s. Métodos Cuantitativos M. En C. Eduardo Bustos Farías 1

The Graphical Method & Algebraic Technique for Solving LP s. Métodos Cuantitativos M. En C. Eduardo Bustos Farías 1 The Graphical Method & Algebraic Technique for Solving LP s Métodos Cuantitativos M. En C. Eduardo Bustos Farías The Graphical Method for Solving LP s If LP models have only two variables, they can be

More information

LINEAR PROGRAMMING MODULE Part 1 - Model Formulation INTRODUCTION

LINEAR PROGRAMMING MODULE Part 1 - Model Formulation INTRODUCTION Name: LINEAR PROGRAMMING MODULE Part 1 - Model Formulation INTRODUCTION In general, a mathematical model is either deterministic or probabilistic. For example, the models and algorithms shown in the Graph-Optimization

More information

Solve Linear Systems Algebraically

Solve Linear Systems Algebraically TEKS 3.2 a.5, 2A.3.A, 2A.3.B, 2A.3.C Solve Linear Systems Algebraically Before You solved linear systems graphically. Now You will solve linear systems algebraically. Why? So you can model guitar sales,

More information

Systems of Linear Equations: Solving by Adding

Systems of Linear Equations: Solving by Adding 8.2 Systems of Linear Equations: Solving by Adding 8.2 OBJECTIVES 1. Solve systems using the addition method 2. Solve applications of systems of equations The graphical method of solving equations, shown

More information

The Simplex Algorithm and Goal Programming

The Simplex Algorithm and Goal Programming The Simplex Algorithm and Goal Programming In Chapter 3, we saw how to solve two-variable linear programming problems graphically. Unfortunately, most real-life LPs have many variables, so a method is

More information

ALGEBRA UNIT 5 LINEAR SYSTEMS SOLVING SYSTEMS: GRAPHICALLY (Day 1)

ALGEBRA UNIT 5 LINEAR SYSTEMS SOLVING SYSTEMS: GRAPHICALLY (Day 1) ALGEBRA UNIT 5 LINEAR SYSTEMS SOLVING SYSTEMS: GRAPHICALLY (Day 1) System: Solution to Systems: Number Solutions Exactly one Infinite No solution Terminology Consistent and Consistent and Inconsistent

More information

1.3 Solving Systems of Linear Equations: Gauss-Jordan Elimination and Matrices

1.3 Solving Systems of Linear Equations: Gauss-Jordan Elimination and Matrices 1.3 Solving Systems of Linear Equations: Gauss-Jordan Elimination and Matrices We can represent a system of linear equations using an augmented matrix. In general, a matrix is just a rectangular arrays

More information

c) Place the Coefficients from all Equations into a Simplex Tableau, labeled above with variables indicating their respective columns

c) Place the Coefficients from all Equations into a Simplex Tableau, labeled above with variables indicating their respective columns BUILDING A SIMPLEX TABLEAU AND PROPER PIVOT SELECTION Maximize : 15x + 25y + 18 z s. t. 2x+ 3y+ 4z 60 4x+ 4y+ 2z 100 8x+ 5y 80 x 0, y 0, z 0 a) Build Equations out of each of the constraints above by introducing

More information

Unit 7 Systems and Linear Programming

Unit 7 Systems and Linear Programming Unit 7 Systems and Linear Programming PREREQUISITE SKILLS: students should be able to solve linear equations students should be able to graph linear equations students should be able to create linear equations

More information

Linear programming. Debrecen, 2015/16, 1st semester. University of Debrecen, Faculty of Business Administration 1 / 46

Linear programming. Debrecen, 2015/16, 1st semester. University of Debrecen, Faculty of Business Administration 1 / 46 1 / 46 Linear programming László Losonczi University of Debrecen, Faculty of Business Administration Debrecen, 2015/16, 1st semester LP (linear programming) example 2 / 46 CMP is a cherry furniture manufacturer

More information

Study Unit 3 : Linear algebra

Study Unit 3 : Linear algebra 1 Study Unit 3 : Linear algebra Chapter 3 : Sections 3.1, 3.2.1, 3.2.5, 3.3 Study guide C.2, C.3 and C.4 Chapter 9 : Section 9.1 1. Two equations in two unknowns Algebraically Method 1: Elimination Step

More information

MA 162: Finite Mathematics - Section 3.3/4.1

MA 162: Finite Mathematics - Section 3.3/4.1 MA 162: Finite Mathematics - Section 3.3/4.1 Fall 2014 Ray Kremer University of Kentucky October 6, 2014 Announcements: Homework 3.3 due Tuesday at 6pm. Homework 4.1 due Friday at 6pm. Exam scores were

More information

Applications of Systems of Linear Equations

Applications of Systems of Linear Equations 5.2 Applications of Systems of Linear Equations 5.2 OBJECTIVE 1. Use a system of equations to solve an application We are now ready to apply our equation-solving skills to solving various applications

More information

Looking Ahead to Chapter 4

Looking Ahead to Chapter 4 Looking Ahead to Chapter Focus In Chapter, you will learn about functions and function notation, and you will find the domain and range of a function. You will also learn about real numbers and their properties,

More information

Topic 1. Solving Equations and Inequalities 1. Solve the following equation

Topic 1. Solving Equations and Inequalities 1. Solve the following equation Topic 1. Solving Equations and Inequalities 1. Solve the following equation Algebraically 2( x 3) = 12 Graphically 2( x 3) = 12 2. Solve the following equations algebraically a. 5w 15 2w = 2(w 5) b. 1

More information

The Simplex Algorithm

The Simplex Algorithm The Simplex Algorithm How to Convert an LP to Standard Form Before the simplex algorithm can be used to solve an LP, the LP must be converted into a problem where all the constraints are equations and

More information

Relationships Between Quantities

Relationships Between Quantities Algebra 1 Relationships Between Quantities Relationships Between Quantities Everyone loves math until there are letters (known as variables) in problems!! Do students complain about reading when they come

More information

Introduction to optimization and operations research

Introduction to optimization and operations research Introduction to optimization and operations research David Pisinger, Fall 2002 1 Smoked ham (Chvatal 1.6, adapted from Greene et al. (1957)) A meat packing plant produces 480 hams, 400 pork bellies, and

More information

Unit 1- Function Families Quadratic Functions

Unit 1- Function Families Quadratic Functions Unit 1- Function Families Quadratic Functions The graph of a quadratic function is called a. Use a table of values to graph y = x 2. x f(x) = x 2 y (x,y) -2-1 0 1 2 Verify your graph is correct by graphing

More information

MATH 410 Notes Simplifying Algebraic Expressions

MATH 410 Notes Simplifying Algebraic Expressions MATH 410 Notes 2016 1.9 - Simplifying Algebraic Expressions Commutative Property: a + b = b + a and a b = b a Associative Property: a + (b + c) = (a + b) + c and a (b c) = (a b) c Distributive Property:

More information

The Simplex Method of Linear Programming

The Simplex Method of Linear Programming The Simplex Method of Linear Programming Online Tutorial 3 Tutorial Outline CONVERTING THE CONSTRAINTS TO EQUATIONS SETTING UP THE FIRST SIMPLEX TABLEAU SIMPLEX SOLUTION PROCEDURES SUMMARY OF SIMPLEX STEPS

More information

MAT 111 Final Exam Fall 2013 Name: If solving graphically, sketch a graph and label the solution.

MAT 111 Final Exam Fall 2013 Name: If solving graphically, sketch a graph and label the solution. MAT 111 Final Exam Fall 2013 Name: Show all work on test to receive credit. Draw a box around your answer. If solving algebraically, show all steps. If solving graphically, sketch a graph and label the

More information

Math 112 Spring 2018 Midterm 2 Review Problems Page 1

Math 112 Spring 2018 Midterm 2 Review Problems Page 1 Math Spring 08 Midterm Review Problems Page Note: Certain eam questions have been more challenging for students. Questions marked (***) are similar to those challenging eam questions. Let f and g. (***)

More information

Optimisation. 3/10/2010 Tibor Illés Optimisation

Optimisation. 3/10/2010 Tibor Illés Optimisation Optimisation Lectures 3 & 4: Linear Programming Problem Formulation Different forms of problems, elements of the simplex algorithm and sensitivity analysis Lecturer: Tibor Illés tibor.illes@strath.ac.uk

More information

Unit 4 Matrix Methods

Unit 4 Matrix Methods Name: Unit 4 Matrix Methods Lesson 1 PRACTICE PROBLEMS Constructing, Interpreting, and Operating on Matrices I can construct matrices to organize, display, and analyze information, interpret those matrices,

More information

c. Solve the system of two equations to find the speed of the boat in the water (x) and the speed of the current (y). (0.45, 0.05)

c. Solve the system of two equations to find the speed of the boat in the water (x) and the speed of the current (y). (0.45, 0.05) Math Applications The applications that follow are like the ones you will encounter in many workplaces. Use the mathematics you have learned in this chapter to solve the problems. Wherever possible, use

More information

Applications of Systems of Linear Inequalities

Applications of Systems of Linear Inequalities Applications of Systems of Linear Inequalities Finite Math 26 April 2017 Finite Math Applications of Systems of Linear Inequalities 26 April 2017 1 / 17 Quiz What does it mean for a feasible region to

More information

Solving Equations by Adding and Subtracting

Solving Equations by Adding and Subtracting SECTION 2.1 Solving Equations by Adding and Subtracting 2.1 OBJECTIVES 1. Determine whether a given number is a solution for an equation 2. Use the addition property to solve equations 3. Determine whether

More information

1. Introduce slack variables for each inequaility to make them equations and rewrite the objective function in the form ax by cz... + P = 0.

1. Introduce slack variables for each inequaility to make them equations and rewrite the objective function in the form ax by cz... + P = 0. 3.4 Simplex Method If a linear programming problem has more than 2 variables, solving graphically is not the way to go. Instead, we ll use a more methodical, numeric process called the Simplex Method.

More information

LINEAR EQUATIONS Modeling Linear Equations Common Core Standards

LINEAR EQUATIONS Modeling Linear Equations Common Core Standards E Linear Equations, Lesson 1, Modeling Linear Functions (r. 2018) LINEAR EQUATIONS Modeling Linear Equations Common Core Standards F-BF.A.1 Write a function that describes a relationship between two quantities.

More information

MATH 410 Notes Simplifying Algebraic Expressions

MATH 410 Notes Simplifying Algebraic Expressions MATH 410 Notes 2015 1.9 - Simplifying Algebraic Expressions Commutative Property: a + b = b + a and a b = b a Associative Property: a + (b + c) = (a + b) + c and a (b c) = (a b) c Distributive Property:

More information

Chapter 3: Systems of Linear Equations and Inequalities. Chapter 3.1: Solving Linear Systems by Graphing. System of Two Linear Equations: Solution:

Chapter 3: Systems of Linear Equations and Inequalities. Chapter 3.1: Solving Linear Systems by Graphing. System of Two Linear Equations: Solution: Chapter 3: Systems of Linear Equations and Inequalities Chapter 3.1: Solving Linear Systems by Graphing System of Two Linear Equations: Solution: x 3y = 5 Example: Check whether the ordered pair on solution

More information

Lecture 6: Sections 2.2 and 2.3 Polynomial Functions, Quadratic Models

Lecture 6: Sections 2.2 and 2.3 Polynomial Functions, Quadratic Models L6-1 Lecture 6: Sections 2.2 and 2.3 Polynomial Functions, Quadratic Models Polynomial Functions Def. A polynomial function of degree n is a function of the form f(x) = a n x n + a n 1 x n 1 +... + a 1

More information

Theoretical questions and problems to practice Advanced Mathematics and Statistics (MSc course)

Theoretical questions and problems to practice Advanced Mathematics and Statistics (MSc course) Theoretical questions and problems to practice Advanced Mathematics and Statistics (MSc course) Faculty of Business Administration M.Sc. English, 2015/16 first semester Topics (1) Complex numbers. Complex

More information

Algebra I Solving & Graphing Inequalities

Algebra I Solving & Graphing Inequalities Slide 1 / 182 Slide 2 / 182 Algebra I Solving & Graphing Inequalities 2016-01-11 www.njctl.org Slide 3 / 182 Table of Contents Simple Inequalities Addition/Subtraction click on the topic to go to that

More information

Explain any relationship you see between the length of the diameter and the circumference.

Explain any relationship you see between the length of the diameter and the circumference. Level A π Problem of the Month Circular Reasoning π Janet and Lydia want to learn more about circles. They decide to measure different size circles that they can find. They measure the circles in two ways.

More information

The Simplex Method. Formulate Constrained Maximization or Minimization Problem. Convert to Standard Form. Convert to Canonical Form

The Simplex Method. Formulate Constrained Maximization or Minimization Problem. Convert to Standard Form. Convert to Canonical Form The Simplex Method 1 The Simplex Method Formulate Constrained Maximization or Minimization Problem Convert to Standard Form Convert to Canonical Form Set Up the Tableau and the Initial Basic Feasible Solution

More information

Exam 3 Review Math 118 Sections 1 and 2

Exam 3 Review Math 118 Sections 1 and 2 Exam 3 Review Math 118 Sections 1 and 2 This exam will cover sections 5.3-5.6, 6.1-6.3 and 7.1-7.3 of the textbook. No books, notes, calculators or other aids are allowed on this exam. There is no time

More information

Linear Function. Work through the steps below to create a linear function and use it to predict behavior.

Linear Function. Work through the steps below to create a linear function and use it to predict behavior. Name Instructor: INSTRUCTIONS: Work these problems in the space provided and turn in these pages along with your solutions to the section review problems. Check your answers using the key provided in the

More information

GRE Workshop Quantitative Reasoning. February 13 and 20, 2018

GRE Workshop Quantitative Reasoning. February 13 and 20, 2018 GRE Workshop Quantitative Reasoning February 13 and 20, 2018 Overview Welcome and introduction Tonight: arithmetic and algebra 6-7:15 arithmetic 7:15 break 7:30-8:45 algebra Time permitting, we ll start

More information

CSC Design and Analysis of Algorithms. LP Shader Electronics Example

CSC Design and Analysis of Algorithms. LP Shader Electronics Example CSC 80- Design and Analysis of Algorithms Lecture (LP) LP Shader Electronics Example The Shader Electronics Company produces two products:.eclipse, a portable touchscreen digital player; it takes hours

More information

Transportation Problem

Transportation Problem Transportation Problem. Production costs at factories F, F, F and F 4 are Rs.,, and respectively. The production capacities are 0, 70, 40 and 0 units respectively. Four stores S, S, S and S 4 have requirements

More information

UNIVERSITY OF KWA-ZULU NATAL

UNIVERSITY OF KWA-ZULU NATAL UNIVERSITY OF KWA-ZULU NATAL EXAMINATIONS: June 006 Solutions Subject, course and code: Mathematics 34 MATH34P Multiple Choice Answers. B. B 3. E 4. E 5. C 6. A 7. A 8. C 9. A 0. D. C. A 3. D 4. E 5. B

More information

Section 2.1 Objective 1: Determine If a Number Is a Solution of an Equation Video Length 5:19. Definition A in is an equation that can be

Section 2.1 Objective 1: Determine If a Number Is a Solution of an Equation Video Length 5:19. Definition A in is an equation that can be Section 2.1 Video Guide Linear Equations: The Addition and Multiplication Properties of Equality Objectives: 1. Determine If a Number Is a Solution of an Equation 2. Use the Addition Property of Equality

More information

Practice Questions for Math 131 Exam # 1

Practice Questions for Math 131 Exam # 1 Practice Questions for Math 131 Exam # 1 1) A company produces a product for which the variable cost per unit is $3.50 and fixed cost 1) is $20,000 per year. Next year, the company wants the total cost

More information

Introduction to LP. Types of Linear Programming. There are five common types of decisions in which LP may play a role

Introduction to LP. Types of Linear Programming. There are five common types of decisions in which LP may play a role Linear Programming RK Jana Lecture Outline Introduction to Linear Programming (LP) Historical Perspective Model Formulation Graphical Solution Method Simplex Method Introduction to LP Continued Today many

More information

MATH 021 TEST 3 REVIEW SHEET

MATH 021 TEST 3 REVIEW SHEET TO THE STUDENT: MATH 021 TEST 3 REVIEW SHEET This Review Sheet gives an outline of the topics covered on Test 3 as well as practice problems. Answers for all problems begin on page 8. In several instances,

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. MAC 1105 Fall 2007 - Final Exam Dr. Schnackenberg If you do not agree with the given answers, answer "E" for "None of the above". MULTIPLE CHOICE. Choose the one alternative that best completes the statement

More information

Econ 172A, Fall 2012: Final Examination Solutions (I) 1. The entries in the table below describe the costs associated with an assignment

Econ 172A, Fall 2012: Final Examination Solutions (I) 1. The entries in the table below describe the costs associated with an assignment Econ 172A, Fall 2012: Final Examination Solutions (I) 1. The entries in the table below describe the costs associated with an assignment problem. There are four people (1, 2, 3, 4) and four jobs (A, B,

More information

3 2 (C) 1 (D) 2 (E) 2. Math 112 Fall 2017 Midterm 2 Review Problems Page 1. Let. . Use these functions to answer the next two questions.

3 2 (C) 1 (D) 2 (E) 2. Math 112 Fall 2017 Midterm 2 Review Problems Page 1. Let. . Use these functions to answer the next two questions. Math Fall 07 Midterm Review Problems Page Let f and g. Evaluate and simplify f g. Use these functions to answer the net two questions.. (B) (E) None of these f g. Evaluate and simplify. (B) (E). Consider

More information

Checkpoint 1 Simplifying Like Terms and Distributive Property

Checkpoint 1 Simplifying Like Terms and Distributive Property Checkpoint 1 Simplifying Like Terms and Distributive Property Simplify the following expressions completely. 1. 3 2 2. 3 ( 2) 3. 2 5 4. 7 3 2 3 2 5. 1 6 6. (8x 5) + (4x 6) 7. (6t + 1)(t 2) 8. (2k + 11)

More information

7.1 Solving Systems of Equations

7.1 Solving Systems of Equations Date: Precalculus Notes: Unit 7 Systems of Equations and Matrices 7.1 Solving Systems of Equations Syllabus Objectives: 8.1 The student will solve a given system of equations or system of inequalities.

More information

3.6 Equations and Fractions

3.6 Equations and Fractions .6 Equations and Fractions EQUATIONS INVOLVING THE MULTIPLICATION OF FRACTIONS In Section 1.5 you learned how to solve equations involving multiplication. Let s take a look at an example as a reminder.

More information

OR: Exercices Linear Programming

OR: Exercices Linear Programming OR: Exercices Linear Programming N. Brauner Université Grenoble Alpes Exercice 1 : Wine Production (G. Finke) An American distillery produces 3 kinds of genuine German wines: Heidelberg sweet, Heidelberg

More information

Another max flow application: baseball

Another max flow application: baseball CS124 Lecture 16 Spring 2018 Another max flow application: baseball Suppose there are n baseball teams, and team 1 is our favorite. It is the middle of baseball season, and some games have been played

More information

Algebra I Practice Exam

Algebra I Practice Exam Algebra I This practice assessment represents selected TEKS student expectations for each reporting category. These questions do not represent all the student expectations eligible for assessment. Copyright

More information

ACCELERATED ALGEBRA ONE SEMESTER ONE REVIEW. Systems. Families of Statistics Equations. Models 16% 24% 26% 12% 21% 3. Solve for y.

ACCELERATED ALGEBRA ONE SEMESTER ONE REVIEW. Systems. Families of Statistics Equations. Models 16% 24% 26% 12% 21% 3. Solve for y. ACCELERATED ALGEBRA ONE SEMESTER ONE REVIEW NAME: The midterm assessment assesses the following topics. Solving Linear Systems Families of Statistics Equations Models and Matrices Functions 16% 24% 26%

More information

Recall, we solved the system below in a previous section. Here, we learn another method. x + 4y = 14 5x + 3y = 2

Recall, we solved the system below in a previous section. Here, we learn another method. x + 4y = 14 5x + 3y = 2 We will learn how to use a matrix to solve a system of equations. College algebra Class notes Matrices and Systems of Equations (section 6.) Recall, we solved the system below in a previous section. Here,

More information

Pattern & Algebra Practice Problems

Pattern & Algebra Practice Problems Pattern & Algebra Practice Problems Solve Linear Inequalities 1. Solve for x. A. x > -3 B. x > 0 C. x < 0 D. x < -3 4x < -6 + 2x Symbolize Problem Situations 2. Scott is draining his swimming pool. The

More information

Lesson 8: Using If-Then Moves in Solving Equations

Lesson 8: Using If-Then Moves in Solving Equations Student Outcomes Students understand and use the addition, subtraction, multiplication, division, and substitution properties of equality to solve word problems leading to equations of the form and where,,

More information

Math 7 Homework # 46 M3 L1

Math 7 Homework # 46 M3 L1 Name Date Math 7 Homework # 46 M3 L1 Lesson Summary Terms that contain exactly the same variable symbol can be combined by addition or subtraction because the variable represents the same number. Any order,

More information

Numeric Reasoning. Robert Lakeland & Carl Nugent. Contents

Numeric Reasoning. Robert Lakeland & Carl Nugent. Contents Year 11 Mathematics IAS 1.1 Numeric Reasoning Robert Lakeland & Carl Nugent Contents Achievement Standard.................................................. 2 Prime Numbers.......................................................

More information

Ch. 3 Equations and Inequalities

Ch. 3 Equations and Inequalities Ch. 3 Equations and Inequalities 3.1 Solving Linear Equations Graphically There are 2 methods presented in this section for solving linear equations graphically. Normally I would not cover solving linear

More information

Graph the linear inequality. 1) x + 2y 6

Graph the linear inequality. 1) x + 2y 6 Assignment 7.1-7.3 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Graph the linear inequality. 1) x + 2y 6 1) 1 2) x + y < -3 2) 2 Graph the

More information

ALGEBRA 1 SEMESTER 1 INSTRUCTIONAL MATERIALS Courses: Algebra 1 S1 (#2201) and Foundations in Algebra 1 S1 (#7769)

ALGEBRA 1 SEMESTER 1 INSTRUCTIONAL MATERIALS Courses: Algebra 1 S1 (#2201) and Foundations in Algebra 1 S1 (#7769) Multiple Choice: Identify the choice that best completes the statement or answers the question. 1. Ramal goes to the grocery store and buys pounds of apples and pounds of bananas. Apples cost dollars per

More information

STANDARDS OF LEARNING CONTENT REVIEW NOTES. ALGEBRA I Part II 1 st Nine Weeks,

STANDARDS OF LEARNING CONTENT REVIEW NOTES. ALGEBRA I Part II 1 st Nine Weeks, STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA I Part II 1 st Nine Weeks, 2016-2017 OVERVIEW Algebra I Content Review Notes are designed by the High School Mathematics Steering Committee as a resource

More information

3-3 Using Tables and Equations of Lines

3-3 Using Tables and Equations of Lines 3-3 Using Tables and Equations of Lines Objectives Students will understand that linear models are appropriate when the situation has a constant increase/decrease. slope is the rate of change. the rate

More information

Chapter 9: Equations and Inequalities

Chapter 9: Equations and Inequalities Chapter 9: Equations and Inequalities Lesson Objectives Class Periods Tetbook & Workbook Teacher's Guide Page Additional Materials Needed Determine whether a given number makes an equation true. TB: 28

More information

Econ 172A, Fall 2012: Final Examination Solutions (II) 1. The entries in the table below describe the costs associated with an assignment

Econ 172A, Fall 2012: Final Examination Solutions (II) 1. The entries in the table below describe the costs associated with an assignment Econ 172A, Fall 2012: Final Examination Solutions (II) 1. The entries in the table below describe the costs associated with an assignment problem. There are four people (1, 2, 3, 4) and four jobs (A, B,

More information

Finite Math Section 4_1 Solutions and Hints

Finite Math Section 4_1 Solutions and Hints Finite Math Section 4_1 Solutions and Hints by Brent M. Dingle for the book: Finite Mathematics, 7 th Edition by S. T. Tan. DO NOT PRINT THIS OUT AND TURN IT IN!!!!!!!! This is designed to assist you in

More information

SOLVING LINEAR INEQUALITIES

SOLVING LINEAR INEQUALITIES Topic 15: Solving linear inequalities 65 SOLVING LINEAR INEQUALITIES Lesson 15.1 Inequalities on the number line 15.1 OPENER Consider the inequality x > 7. 1. List five numbers that make the inequality

More information

MS-E2140. Lecture 1. (course book chapters )

MS-E2140. Lecture 1. (course book chapters ) Linear Programming MS-E2140 Motivations and background Lecture 1 (course book chapters 1.1-1.4) Linear programming problems and examples Problem manipulations and standard form Graphical representation

More information

Grade 7 Mathematics Test Booklet

Grade 7 Mathematics Test Booklet Student Name P Grade Test Booklet Practice Test TEST BOOKLET SECURITY BARCODE Unit 1 Unit 1 Directions: Today, you will take Unit 1 of the Grade Practice Test. Unit 1 has two sections. In the first section,

More information

SAMPLE QUESTIONS. b = (30, 20, 40, 10, 50) T, c = (650, 1000, 1350, 1600, 1900) T.

SAMPLE QUESTIONS. b = (30, 20, 40, 10, 50) T, c = (650, 1000, 1350, 1600, 1900) T. SAMPLE QUESTIONS. (a) We first set up some constant vectors for our constraints. Let b = (30, 0, 40, 0, 0) T, c = (60, 000, 30, 600, 900) T. Then we set up variables x ij, where i, j and i + j 6. By using

More information

Fundamentals of Mathematics I

Fundamentals of Mathematics I Fundamentals of Mathematics I Kent State Department of Mathematical Sciences Fall 2008 Available at: http://www.math.kent.edu/ebooks/10031/book.pdf August 4, 2008 Contents 1 Arithmetic 2 1.1 Real Numbers......................................................

More information

This situation can be described by a system of equations represented by a matrix. You can solve the system by writing and solving a matrix equation.

This situation can be described by a system of equations represented by a matrix. You can solve the system by writing and solving a matrix equation. -5 OBJECTIVES Evaluate determinants. Find inverses of matrices. Solve systems of equations by using inverses of matrices. The term determinant is often used to mean the value of the determinant. Determinants

More information

Systems of Equations and Inequalities

Systems of Equations and Inequalities 1 Systems of Equations and Inequalities 2015 03 24 2 Table of Contents Solving Systems by Graphing Solving Systems by Substitution Solve Systems by Elimination Choosing your Strategy Solving Systems of

More information

MATH 445/545 Homework 1: Due February 11th, 2016

MATH 445/545 Homework 1: Due February 11th, 2016 MATH 445/545 Homework 1: Due February 11th, 2016 Answer the following questions Please type your solutions and include the questions and all graphics if needed with the solution 1 A business executive

More information

Professor Alan H. Stein October 31, 2007

Professor Alan H. Stein October 31, 2007 Mathematics 05 Professor Alan H. Stein October 3, 2007 SOLUTIONS. For most maximum problems, the contraints are in the form l(x) k, where l(x) is a linear polynomial and k is a positive constant. Explain

More information

Linear Programming. Businesses seek to maximize their profits while operating under budget, supply, Chapter

Linear Programming. Businesses seek to maximize their profits while operating under budget, supply, Chapter Chapter 4 Linear Programming Businesses seek to maximize their profits while operating under budget, supply, labor, and space constraints. Determining which combination of variables will result in the

More information

Section 2.2 Objectives

Section 2.2 Objectives Section 2.2 Objectives Solve multi-step equations using algebra properties of equality. Solve equations that have no solution and equations that have infinitely many solutions. Solve equations with rational

More information

Alliance for College-Ready Public Schools

Alliance for College-Ready Public Schools Alliance for College-Ready Public Schools Version 2 Alliance Summative IM1 CMP AND IMP Teacher Rationale About the Teacher Rationale This document contains the specific definitions for the Version 2 Alliance

More information

The Transportation Problem

The Transportation Problem CHAPTER 12 The Transportation Problem Basic Concepts 1. Transportation Problem: BASIC CONCEPTS AND FORMULA This type of problem deals with optimization of transportation cost in a distribution scenario

More information

spring98a Math A Regents Exam Test Sampler spring ) ) 2.5

spring98a Math A Regents Exam Test Sampler spring ) ) 2.5 spring98a For what value of x will 8 and x have the same mean (average) as 27 and 5? ).5 2) 8 3) 24 4) 40 6 Which is a factor of x 2 + 5x 24? ) (x + 4) 2) (x 4) 3) (x + 3) 4) (x 3) 2 If 2x = 4(x + 5),

More information

Unit 5 SIMULTANEOUS LINEAR EQUATIONS

Unit 5 SIMULTANEOUS LINEAR EQUATIONS MATH 8 Unit 5 SIMULTANEOUS LINEAR EQUATIONS By the end of this unit, students should be able to: 1. Solve simultaneous linear equations by graphing. 2. Understand what it means to solve a system of equations.

More information

56:171 Operations Research Midterm Exam - October 26, 1989 Instructor: D.L. Bricker

56:171 Operations Research Midterm Exam - October 26, 1989 Instructor: D.L. Bricker 56:171 Operations Research Midterm Exam - October 26, 1989 Instructor: D.L. Bricker Answer all of Part One and two (of the four) problems of Part Two Problem: 1 2 3 4 5 6 7 8 TOTAL Possible: 16 12 20 10

More information

Ch 1. The Language of Algebra

Ch 1. The Language of Algebra Ch 1 The Language of Algebra 1-1 Writing Expressions and Equations Writing Expressions Buying CDs: 1 CD = $15 2 CD = $15 x 2 3 CD = $15 x 3 n number of CDs? $15 x n Algebraic Expression Writing Expressions

More information

Section 1: Whole Numbers TERM 1

Section 1: Whole Numbers TERM 1 Grade Play! Mathematics Answer Book Section : Whole Numbers TERM Question Value and Place Value: -digit Numbers [Revision]. Write down the value of each underlined digit. Value is how much a digit in a

More information