Mat540 week 9 accurate solution for all 20 questions

Question 1

 

 

1.                               

 

 

 

In a problem involving capital budgeting applications, the 0-1 variables designate the acceptance or rejection of the different projects. 
 

 

Answer[removed] True 
[removed] False

 

 

 

Question 2

 

 

1.                               

 

 

 

In a 0-1 integer programming problem involving a capital budgeting application (where xj = 1, if project j is selected, xj = 0, otherwise) the constraint x1 – x2 ≤ 0 implies that if project 2 is selected, project 1 can not be selected.
 

 

Answer[removed] True 
[removed] False

 

 

 

Question 3

 

 

1.                               

 

 

 

The solution to the LP relaxation of a maximization integer linear program provides an upper bound for the value of the objective function. 
 

 

Answer[removed] True 
[removed] False

 

 

 

Question 4

 

 

1.                               

 

 

 

If we are solving a 0-1 integer programming problem with three decision variables, the constraint x1 + x2 ≤ 1 is a mutually exclusive constraint. 
 

 

Answer[removed] True 
[removed] False

 

 

 

Question 5

 

 

1.                               

 

 

 

If we are solving a 0-1 integer programming problem, the constraint x1 ≤ x2 is a conditional constraint. 
 

 

Answer[removed] True 
[removed] False

 

 

 

Question 6

 

 

1.                               

 

 

 

A conditional constraint specifies the conditions under which variables are integers or real variables. 
 

 

Answer[removed] True 
[removed] False

 

 

 

Question 7

 

 

1.                               

 

 

 

If the solution values of a linear program are rounded in order to obtain an integer solution, the solution is

 

Answer

 

[removed]

 

always optimal and feasible

[removed]

 

sometimes optimal and feasible

[removed]

 

always optimal but not necessarily feasible

[removed]

 

never optimal and feasible

 

 

 

Question 8

 

 

1.                               

 

 

 

If we are solving a 0-1 integer programming problem, the constraint x1 = x2 is a __________ constraint.

 

Answer

 

[removed]

 

multiple choice

[removed]

 

mutually exclusive

[removed]

 

conditional

[removed]

 

corequisite

 

 

 

Question 9

 

 

1.                               

 

 

 

You have been asked to select at least 3 out of 7 possible sites for oil exploration. Designate each site as S1, S2, S3, S4, S5, S6, and S7. The restrictions are: 
      Restriction 1. Evaluating sites S1 and S3 will prevent you from exploring site S7. 
      Restriction 2. Evaluating sites S2 or
S4 will prevent you from assessing site S5. 
      Restriction 3. Of all the sites, at least 3 should be assessed. 
Assuming that Si is a binary variable, write the constraint(s) for the second restriction

 

Answer

 

[removed]

 

S2 +S5 ≤ 1

[removed]

 

S4 +S5 ≤ 1

[removed]

 

S2 +S5 + S4 +S5 ≤ 2

[removed]

 

S2 +S5 ≤ 1,  S4 +S5 ≤ 1

 

 

 

Question 10

 

 

1.                               

 

 

 

The solution to the linear programming relaxation of a minimization problem will always be __________ the value of the integer programming minimization problem.

 

Answer

 

[removed]

 

greater than or equal to

[removed]

 

less than or equal to

[removed]

 

equal to

[removed]

 

different than 
 

 

 

 

Question 11

 

 

1.                               

 

 

 

The Wiethoff Company has a contract to produce 10000 garden hoses for a customer. Wiethoff has 4 different machines that can produce this kind of hose. Because these machines are from different manufacturers and use differing technologies, their specifications are not the same. 
 

 

 

 
 
 
Write the constraint that indicates they can purchase no more than 3 machines.

 

Answer

 

[removed]

 

Y1 + Y2 + Y3+ Y4 ≤ 3

[removed]

 

Y1 + Y2 + Y3+ Y4 = 3

[removed]

 

Y1 + Y2 + Y3+ Y4 ≥3

[removed]

 

none of the above 
 

 

 

 

Question 12

 

 

1.                               

 

 

 

In a capital budgeting problem, if either project 1 or project 2 is selected, then project 5 cannot be selected. Which of the alternatives listed below correctly models this situation?

 

Answer

 

[removed]

 

x1 + x2 + x5 ≤ 1

[removed]

 

x1 + x2 + x5 ≥1

[removed]

 

x1 + x5 ≤ 1,  x2 + x5 ≤ 1

[removed]

 

x1 – x5 ≤ 1,  x2 – x5 ≤ 1

 

 

 

Question 13

 

 

1.                               

 

 

 

The Wiethoff Company has a contract to produce 10000 garden hoses for a customer. Wiethoff has 4 different machines that can produce this kind of hose. Because these machines are from different manufacturers and use differing technologies, their specifications are not the same. 
 

 

 

 
 
Write a constraint to ensure that if machine 4 is used, machine 1 will not be used.

 

Answer

 

[removed]

 

Y1 + Y4 ≤ 0

[removed]

 

Y1 + Y4 = 0

[removed]

 

Y1 + Y4 ≤ 1

[removed]

 

Y1 + Y4 ≥ 0

 

 

 

Question 14

 

 

1.                               

 

 

 

Max Z = 5×1 + 6×2 
Subject to: 17×1 + 8×2 ≤ 136 
                  3×1 + 4×2 ≤ 36 
                  x1, x2 ≥ 0 and integer 
What is the optimal solution?

 

Answer

 

[removed]

 

x1 = 6, x2 = 4, Z = 54

[removed]

 

x1 = 3, x2 = 6, Z = 51

[removed]

 

x1 = 2, x2 = 6, Z = 46

[removed]

 

x1 = 4, x2 = 6, Z = 56

 

 

 

Question 15

 

 

1.                               

 

 

 

In a 0-1 integer programming model, if the constraint x1-x2 = 0, it means when project 1 is selected, project 2 __________ be selected.

 

Answer

 

[removed]

 

can also

[removed]

 

can sometimes

[removed]

 

can never

[removed]

 

must also

 

 

 

Question 16

 

 

1.                               

 

 

 

Binary variables are

 

Answer

 

[removed]

 

0 or 1 only

[removed]

 

any integer value

[removed]

 

any continuous value

[removed]

 

any negative integer value

 

 

 

Question 17

 

 

1.                               

 

 

 

You have been asked to select at least 3 out of 7 possible sites for oil exploration. Designate each site as S1, S2, S3, S4, S5, S6, and S7. The restrictions are: 
      Restriction 1. Evaluating sites S1 and S3 will prevent you from exploring site S7. 
      Restriction 2. Evaluating sites S2 or
S4 will prevent you from assessing site S5.
      Restriction 3. Of all the sites, at least 3 should be assessed. 
Assuming that Si is a binary variable, the constraint for the first restriction is

 

Answer

 

[removed]

 

S1 + S3 + S7 ≥ 1

[removed]

 

S1 + S3 + S7 ≤1

[removed]

 

S1 + S3 + S7 = 2

[removed]

 

S1 + S3 + S7 ≤ 2

 

 

 

Question 18

 

 

1.                               

 

 

 

If we are solving a 0-1 integer programming problem, the constraint x1 ≤ x2 is a __________  constraint.

 

Answer

 

[removed]

 

multiple choice

[removed]

 

mutually exclusive

[removed]

 

conditional

[removed]

 

corequisite

 

 

 

Question 19

 

 

1.                               

 

 

 

Consider the following integer linear programming problem 
 
Max Z =      3x
1 + 2x2 
Subject to:   3x
1 + 5x2 ≤ 30 
                    4x
1 + 2x2 ≤ 28 
                    x
1 ≤ 8 
                    x
1 , x2 ≥ 0 and integer 

 

Find the optimal solution. What is the value of the objective function at the optimal solution. Note: The answer will be an integer. Please give your answer as an integer without any decimal point. For example, 25.0 (twenty-five) would be written 25
 

 

Answer[removed]

 

 

 

Question 20

 

 

1.                               

 

 

Consider the following integer linear programming problem 
 
Max Z =      3x
1 + 2x2 
Subject to:   3x
1 + 5x2 ≤ 30 
                    5x
1 + 2x2 ≤ 28 
                    x
1 ≤ 8 
                    x
1 ,x2 ≥ 0 and integer 
 
Find the optimal solution. What is the value of the objective function at the optimal solution. Note: The answer will be an integer. Please give your answer as an integer without any decimal point. For example, 25.0 (twenty-five) would be written 25

Calculate the price of your order

Choose an academic level, add pages, and the paper type you want.
To reduce the cost of our essay writing services, select the lengthier deadline.
We can't believe we just said that to you.

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Why is Purdue Papers the Most Helpful Essay Writing Service for You?

  1. Custom-written and plagiarism-free papers: Our authors create their work from scratch. Before presenting them to clients, we routinely verify them for signs of plagiarism. Our quality assurance group also double-checks and fixes any grammatical errors, assuring that all of our authors adhere to the same standards of writing.
  2. The significance of timely delivery cannot be overstated, and we consistently strive to meet or exceed our clients' deadlines. Regardless of the short time frame, you can count on our writers to get the job done. We always have a team of writers ready to go, even if the deadline is only six hours away.
  3. Customer Satisfaction: Our customer service representatives are the best in the business and have a wealth of knowledge in dealing with clients. All our customer service representatives are trained to listen and reply promptly until you are satisfied with their service. To ensure you're happy, our expert writers will strictly follow the criteria to generate a special report. Our customer service may be contacted by chat, email, or phone. In addition, we provide round-the-clock assistance to all of our clients.
  4. Confidentiality: Our systems are safe, and your information is always protected. We're constantly looking for new facts when it comes to finishing your work. We use a safe and secure payment channel. Since our ordering process is completely anonymous, you don't have to provide any credit card information to place a purchase with us.
  5. Highly Trained Authors: Our writers have received extensive training and are committed to delivering only the best papers. They are fluent in APA, MLA, HARVARD, IEEE, CHICAGO, and AMA referencing styles. To meet your expectations, our skilled writers always pay close attention to your instructions.
  6. Lowered prices: We have set prices that are already discounted. Our prices are the best and affordable for all our esteemed customers.

Let Professionals Take Care of your Academic Paper