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
Heena AliManagement
(5/5)

726 Answers

Hire Me
expert
Allen CrumpStatistics
(5/5)

785 Answers

Hire Me
expert
Bryce KimEnglish
(5/5)

692 Answers

Hire Me
expert
Priyanka TanwarCriminology
(5/5)

863 Answers

Hire Me
Python Programming

California Motors Corporation (CMC) just introduced a new luxury sedan. As part of its promotional campaign, the marketing department decided to send personalized invitations to test-drive.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Problem 1:

California Motors Corporation (CMC) just introduced a new luxury sedan. As part of its promotional campaign, the marketing department decided to send personalized invitations to test-drive the new sedan to two target groups: 1) current owners of an CMC luxury car and 2) owners of the luxury cars manufactured by CMC competitors. The cost of sending a personalized invitation is estimated to be $1 per letter. Based on previous experience with this type of advertising, CMC estimates that 25% of the customers contacted from group 1 and 10% of the customers contacted from group 2 will test-drive the new sedan. As part of this campaign, CMC has set the following goals:

  1. Get at least 10,000 customers from group 1 to test-drive the new sedan. (priority level 1)
  2. Get at least 5000 customers from group 2 to test-drive the new sedan. (priority level 1)
  3. Limit the expense of sending out the invitations to $ 70,000. (priority level 2)

Assume goals 1 and 2 are equally important.

  1. Formulate this goal programming problem (define the decision and deviation variables, objective function and constraints).
  2. Solve the program using a Python optimization library and display the results (output of the program should be displayed with the correct format).
  3. Explain and interpret the results.
  4. If management believes that contacting customers from group 2 is twice as important as

contacting customers from group 1, what should CMC do? (solve the program a second time

with the new condition and display the results)

  1. Compare the results from these two scenarios and explain what it means.
  2. Include your Python code and the output of it in one file (the results could be as comments in

the code) and your explanation in a separate file (word file).

Problem 2:

An Art Gallery is considering installing a video camera security system to reduce its insurance premiums. A diagram of the eight display rooms the gallery uses for exhibitions is shown. The openings between rooms are numbered 1 through 13. A security firm proposed that two-way cameras be installed at some room openings. Each camera has the capability to monitor the two rooms between which the camera is located. For example, if a camera were located at opening number 4, room 1 and 4 would be covered. If a camera were located at opening 11, rooms 7 and 8 would be covered. Management decided not to locate a camera system at the entrance to the display rooms.

The objective is to provide security coverage for all eight rooms using the minimum number of two-way cameras.

  1. Formulate this optimization problem and determine the decision variables, objective function and the constraints.
  2. Determine how many cameras and the location of the cameras. (by solving the optimization problem using Python. Hint: use binary decision variables to determine a camera exists at a location or not).
  3. If management wants extra security in room 7 by installing two cameras, how do you change your problem formulation to deal with this condition. (redo the problem with the addition of this condition).
  4. Display the solution to these two scenarios, i.e. the output of your optimization code with proper format and compare them.
  5. Include your Python code and the output of it in one file (the results could be as comments in the code) and your explanation in a separate file (word file).

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