logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Connor BlackStatistics
(5/5)

916 Answers

Hire Me
expert
Santosh SaxenaComputer science
(5/5)

884 Answers

Hire Me
expert
Jane SimaaLaw
(5/5)

955 Answers

Hire Me
expert
Chander MohanEngineering
(5/5)

851 Answers

Hire Me
Linear Programming
(5/5)

What is the value of the following linear program? Give a simple mathematical expression. min x

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

1 Homework - solve and turn in

4.1  The United Coal Company owns n coal mines and m coal power plants. You have the following information:

For each i ∈ [n] you have:

Ci = the cost (in USD) to mine a metric ton of coal in the i-th mine,

Li = maximum amount (in metric tons) of coal that can be mined in the i-th mine in a day.

For each i ∈ [n] and each j ∈ [m] you have:

Ti,j = the cost (in USD) to transport a metric ton of coal from the i-th mine to the j-th power plant.

For each j ∈ [m] you have

Pj = amount of electricity (in MWh) produced by burning a metric ton of coal in the j-th power plant (each plant has different efficiency);

Mj = amount of mercury (in grams) released by burning a metric ton of coal in the j-th power plant (each plant has a different pollution control system).

Q = price of electricity (in USD per MWh).

W = EPA limit on mercury emissions (in grams per MWh).

You want to make as much money as possible. You need to comply with the EPA limit—that means if United Coal Company (aggregated over all power plants it owns) produces x MWh of electricity per day then United Coal Company can release (aggregated over all power plants it owns) at most W x grams of mercury per day.

Write a linear program that determines how much profit you can make each day (profit = price of electricity produced minus costs (in this problem we have mining costs and transportation costs)). Clearly state what are the variables in your linear program and what is their meaning.

4.2 (due  Nov.  19) This problem involves three chemicals A, B, C.  You have a liters of chemical A,  b liters of chemical B, and c liters of chemical C (for each chemical you have a pure solution). There are n potential customers. The  i-th  customer  wants  di  liters  of  an  ai  : bi  : ci  mixture  of  chemicals  A, B, C  and  is  willing  to  pay  pi  dollars  per liter of the desired mixture. You need cash. You want to get as much money as possible by creating mixtures and selling them to the potential customers. The customers will purchase your mixture even if you only partially satisfy their demand (for example, if a customer wants 3 liters of a 7 : 8 : 9 mixture and is willing to pay $8 per liter and you supply 1.2 liters of a 7 : 8 : 9 mixture they will pay you $9.6). Give a linear program for the problem. Clearly describe the variables in your linear program.

 2 CSC 482 Homework - solve and turn in (bonus for CSC 282)

4.3 (do not turn in—this problem is to help with the problems below) Let a be a constant and x be a variable. What is the value of the following linear program? Give a simple mathematical expression.

min x

x ≥ a x ≥ −a

Let a, b  be constants  and x, y be  variables. What is the value of the following linear program? Give a simple mathematical expression.

min x + y

x ≥   a x ≥ −a y ≥   b y ≥ −b

(If you don’t know where to start—plug in concrete values for a and b (make sure to use negative numbers too), solve the resulting linear program (either by hand or using a solver) and formulate a conjecture based on the experiments.)

4.4 (due Nov. 19) PART A:

We are given n pairs of real numbers (x1, y1), . . . , (xn, yn). We want to find real numbers a, b which minimize

 max i} |axi + yi − b|.

Write a linear program for this problem.

PART B: 

∈{1,...,n(x1, y1), . . . , (xn, yn). We want to find real numbers a, b which minimize

Write a linear program for this problem.

PART C:

 i∈{Σ1,...,n}

 |axi + yi − b|. 

We are given n pairs of real numbers (x1, y1), . . . , (xn, yn). We want to find real numbers a, b which minimize

 i∈{Σ1,...,n}

 (axi + yi − b)2.

 Find a formula for a and b (you do NOT need linear programming for this one).

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme