--%>

Decision Variables

Determine Decision Variables:

Let X1 be the number of private homes to be inspected
Let X2 be the number of office buildings to be inspected
Let X3 be the number of industrial plants to be inspected

Objective Function

Max Z = X1 + X2 + X3

With subject to Constraints

(1) X1 + X2 + X3 ≤ 0.6X1 (private homes must be at least 60% of the total inspections)
This can be rewritten as 0.4X1 + X2 + X3 ≤ 0

(2) X2 ≥ 8 (minimum requirement for offices)
(3) X3 ≥ 8 (minimum requirement for plants)
(4) 2X1 + 4X2 + 6X3 ≤ 120 (electrical inspection)
(5) X1 + 3X2 + 3X3 ≤ 80 (gas inspection)
(6) 3X1 + 2X2 + X3 ≤ 100 (electrical inspection)
(7) Xi ≥ 0 (non-negativity)

   Related Questions in Basic Statistics

  • Q : Quantities in a queuing system

    Quantities in a queuing system: A: Count of

  • Q : Networks of queues Networks of queues •

    Networks of queues • Typically, the flow of customers/request through a system may involve a number of different processing nodes.– IP packets through a computer network– Orders through a manufactur

  • Q : STATISTICS Question This week you will

    This week you will analyze if women drink more sodas than men.  For the purposes of this Question, assume that in the past there has been no difference.  However, you have seen lots of women drinking sodas the past few months.  You will perform a hypothesis test to determine if women now drink more

  • Q : Computing Average revenue using

    Can anyone help me in the illustrated problem? The airport branch of a car rental company maintains a fleet of 50 SUVs. The inter-arrival time between the requests for an SUV is 2.4 hrs, on an average, with a standard deviation of 2.4 hrs. There is no indication of a

  • Q : Compare the test results The grade

    The grade point averages of 61 students who completed a college course in financial accounting have a standard deviation of .790. The grade point averages of 17 students who dropped out of the same course have a standard deviation of .940. Do the data indicate a

  • Q : State Kendalls notation

    Kendall’s notation:  A/B/C/K/m/Z A, Inter-arrival distribution M exponential D constant or determ

  • Q : Variance and standard error A hospital

    A hospital treated 412 skin cancer patients over a year. Of these, 197 were female. Give the point estimate of the proportion of females seeking treatment for skin cancer. Give estimates of the

  • Q : State the hypotheses At Western

    At Western University the historical mean of scholarship examination score for freshman applications is 900. Population standard deviation is assumed to be known as 180. Each year, the assistant dean uses a sample of applications to determine whether the mean ex

  • Q : Sample Questions in Graphical Solution

    Solved problems in Graphical Solution Procedure, sample assignments and homework Questions: Minimize Z = 10x1 + 4x2 Subject to

  • Q : Model Checking Approach Model Checking

    Model Checking Approach: • Specify program model and exhaustively evaluate that model against a speci?cation        –Check that properties hold