Chapter 01 QMB11ch01 Quantitative Analysis
Chapter 01 QMB11ch01 Quantitative Analysis
1
Chapter 1
Introduction
§ Body of Knowledge
§ Problem Solving and Decision Making
§ Quantitative Analysis and Decision Making
§ Models of Cost, Revenue, and Profit
§ Quantitative Methods in Practice
2
Problem Solving & Decision Making
§ Problem solving – the process of identifying a difference between the actual and the
desired state of affairs and the taking action to resolve the difference
§ Decision making – generally associated with the first five steps of the problem-solving
process
Define the Problem
Decision
Determine the Criteria
Making
Problem
Evaluate the Alternatives
Solving
Choose an Alternative
3 3
Decision-Making Process
• Problems in which the objective is to find the best solution with respect to
one criterion are referred to as single-criterion decision problems.
• Problems that involve more than one criterion are referred to as multi-
criteria decision problems.
4
Quantitative Analysis and Decision Making
6
Quantitative Analysis
§ Quantitative Analysis Process
• Model Development
• Data Preparation
• Model Solution
• Report Generation
9
Mathematical Models
§ Objective Function – a mathematical expression that describes
the problem’s objective, such as maximizing profit or minimizing
cost
• Consider a simple production problem.
• Suppose x denotes the number of units produced and sold
each week
• The firm’s objective is to maximize total weekly profit.
• With a profit of $10 per unit, the objective function is 10x.
10
Mathematical Models
Constraints – a set of restrictions or limitations, such as production
capacities
o To continue our example, a production capacity constraint would be
necessary if, for instance, 5 hours are required to produce each unit and
only 40 hours are available per week. The production capacity constraint
is given by 5x < 40.
o The value of 5x is the total time required to produce x units; the symbol
indicates that the production time required must be less than or equal to
the 40 hours available.
11
Mathematical Models
12
Mathematical Models
13
Mathematical Models
5x ≤ 40 … constraints
X≥0 … constraints
14
Mathematical Models
Deterministic Model – if all uncontrollable inputs to the model
are known and cannot vary
Stochastic (or Probabilistic) Model – if any uncontrollable are
uncertain and subject to variation
Stochastic models are often more difficult to analyze.
• In our simple production example, if the number of hours
of production time per unit could vary from 3 to 6 hours
depending on the quality of the raw material, the model
would be stochastic.
15
Mathematical Models
Cost/benefit considerations must be made in selecting an
appropriate mathematical model.
16
Uncontrollable Inputs
(Environmental Factors)
Controllable
Output
Inputs Mathematical
(Projected
(Decision Model
Results)
Variables)
17
Quantitative Analysis
§ Quantitative Analysis Process
• Model Development
• Data Preparation
• Model Solution
• Report Generation
18
Data Preparation
§ Data preparation is not a trivial step, due to the time required
and the possibility of data collection errors.
§ A model with 50 decision variables and 25 constraints could
have over 1,300 data elements!
§ Often, a fairly large database is needed.
§ Information systems specialists might be needed.
19
Quantitative Analysis
§ Quantitative Analysis Process
• Model Development
• Data Preparation
• Model Solution
• Report Generation
20
Model Solution
§ The analyst attempts to identify the alternative (the set of decision
variable values) that provides the “best” output for the model.
§ The “best” output is the optimal solution.
§ If the alternative does not satisfy all of the model constraints, it is
rejected as being infeasible, regardless of the objective function
value.
§ If the alternative satisfies all of the model constraints, it is feasible
and a candidate for the “best” solution.
21
Model Solution
§ Trial-and-Error Solution for Production Problem
Production Projected Total Hours Feasible Solution
Quantity Profit of Production (Hours Hours Used < 40 40)
0 0 0 Yes
2 20 10 Yes
4 40 20 Yes
6 60 30 Yes
8 80 40 Yes
10 100 50 No
12 120 60 No
22
23 23
Report Generation
§ A managerial report, based on the results of the model, should
be prepared.
§ The report should be easily understood by the decision maker.
§ The report should include:
• the recommended decision
• other pertinent information about the results (for example,
how sensitive the model solution is to the assumptions and
data used in the model)
24
25
Example: Iron Works, Inc.
Mathematical Model
The total monthly profit =
(profit per unit of product 1) x (monthly production of product 1) +
(profit per unit of product 2) x (monthly production of product 2)
= p 1x1 + p 2x2
26
27
Example: Iron Works, Inc.
Mathematical Model (continued)
• The monthly production level of product 1 must be greater than
or equal to m :
x1 > m
• The monthly production level of product 2 must be less than or
equal to u :
x2 < u
• However, the production level for product 2 cannot be negative:
x2 > 0
28
29
Example: Iron Works, Inc.
§ Question:
Suppose b = 2000, a1 = 2, a2 = 3, m = 60, u = 720,
p1 = 100, p2 = 200. Rewrite the model with these specific
values for the uncontrollable inputs.
30
31
Example: Iron Works, Inc.
§ Question:
The optimal solution to the current model is x1 = 60 and
x2 = 626 If the product were engines, explain why this is
not a true optimal solution for the "real-life" problem.
Answer:
One cannot produce and sell 2/3 of an engine. Thus the
problem is further restricted by the fact that both x1 and x2 must
be integers. (They could remain fractions if it is assumed these
fractions are work in progress to be completed the next month.)
32
Mathematical Model
33
Example: Ponderosa Development Corp.
34
35
Example: Ponderosa Development Corp.
36
37
Example: Ponderosa Development Corp.
§ Question:
Write the monthly cost function c (x), revenue
function r (x), and profit function p (x).
Answer:
c (x) = variable cost + fixed cost = 105,000 x + 40,000
r (x) = 115,000 x
p (x) = r (x) - c (x) = 10,000 x - 40,000
38
Answer:
r (x ) = c (x )
115,000 x = 105,000 x + 40,000
Solving, x = 4.
39
Example: Ponderosa Development Corp.
§ Question:
What is the monthly profit if 12 houses per
month are built and sold?
Answer:
p (12) = 10,000 (12) - 40,000 = $80,000 monthly profit
40
800
600
Total Cost =
400
40,000 + 105,000x
200
Break-Even Point = 4 Houses
0
0 1 2 3 4 5 6 7 8 9 10
Number of Houses Sold (x)
41
Using Excel for Breakeven Analysis
42
Formula Spreadsheet
A B
1 PROBLEM DATA
2 Fixed Cost $40,000
3 Variable Cost Per Unit $105,000
4 Selling Price Per Unit $115,000
5 MODEL
6 Sales Volume
7 Total Revenue =B4*B6
8 Total Cost =B2+B3*B6
9 Total Profit (Loss) =B7-B8
43
Example: Ponderosa Development Corp.
Question
What is the monthly profit if 12 houses are built and sold
per month?
44
Spreadsheet Solution
A B
1 PROBLEM DATA
2 Fixed Cost $40,000
3 Variable Cost Per Unit $105,000
4 Selling Price Per Unit $115,000
5 MODEL
6 Sales Volume 12
7 Total Revenue $1,380,000
8 Total Cost $1,300,000
9 Total Profit (Loss) $80,000
45