QM323 Final Exam Question Bank Flashcards
What is the goal of an optimization model?
A. Maximize Profit
B. Minimize Cost
C. Maximize the objective function
D. Maximize the quantity sold
E. Optimize the objective function
E. Optimize the objective function
(The goal is to optimize whatever the objective is; this could be either maximizing or minimizing it)
True or False: A “Cost-Plus Pricing” model is the optimal model to use to price your product because it ensures a certain profit for each unit sold.
False; it is not the profit-maximizing price so it is not the optimal model
In the Pete’s Pipes example discussed in the last class, what would happen to our Choice Variable (Price) if there is an increase in fixed costs (from 10 to 15) and nothing else changes?
A* The optimal price will go up
B* The optimal price will go down
C* The optimal price will not change
D* There is not enough information to make the decision
C. The optimal price will not change ( Fixed cost does not impact revenue and does not change with quantity.So, while profit will go down, the optimal price does not change)
In the Pete’s Pipes example discussed in the last class, what would happen to our Choice Variable (Price) if there is an increase in marginal cost (from 1.5 to 1.8) and nothing else changes?
A* The optimal price will go up
B* The optimal price will go down
C* The optimal price will not change
D* There is not enough information to make the decision
A. The optimal price will go up : Marginal cost is tied to Quantity, so it will impact the optimal price(Recall: change in fixed cost does not impact price)
Demand for Coke is given by the following equation
Q = 340 – 150Price + 100Psubstitute + 0.05AvgIncome
What happens to the Q of Coke sold when AvgIncome increases by $5,000?
A Q increases by 250
B* Q increases by 5,000
C* Q increases by 500
D* Q increases by 50
A. Q increases by 250
This analytical tool generates a distribution that we can expect to observe for an outcome variable based on assumptions about the distributions of uncertain input parameters
a) Simulation analysis
b) Scenario analysis
c) Sensitivity analysis
A) Simulation analysis
This analysis method allows us to quantify the impact of a change in an uncertain variable on an outcome variable such as profit or NPV.
a) Simulation analysis
b) Scenario analysis
c) Sensitivity analysis
C) sensitivity analysis
The following analysis method involves making a list of possible events that could affect an organization and estimating the probability and impact of each event
a) Simulation analysis
b) Scenario analysis
c) Sensitivity analysis
B) scenario analysis
Which of the following is NOT true when using “Goal Seek” in Excel?* There are three fields in the Goal Seek dialogue box that need to be filled
A* Goal Seek can be used to calculate the breakeven value of an objective
B* Goal Seek will report an error if the cells are not correctly linked
C* Goal Seek requires the cell that is ““By changing cell” to be a number
D* Goal Seek requires the cell that is ““By changing cell” to be a formula
D* Goal Seek requires the cell that is ““By changing cell” to be a formula (it requires it to be a number)
Your current projected profit is $1 million. You run a break-even analysis on Variable Z using a sensitivity dummy. At the break-even point for profit, you find that the sensitivity dummy is now 92.4%. Which of these is true?
A* As Z increases, profit increases
B* As Z increases, profit decreases
C* There is no relationship between Z and profit
D* Profit will be 0 when Z is equal to 92.4
E* None of these statements is true
A. As Z increases, profit increases
Suppose we run sensitivity analysis on several variables and are only given the break-even % change for each of them. Which variable might have the most “impact” on our business?
A* The one with the highest positive break-even % change
B* The one with the highest magnitude break-even % change
C* The one with the lowest magnitude break-even % change
D* We do not have enough information to answer the question
C. The one with the lowest magnitude break-even % change
(If a variable has a small magnitude break-even change, that means it has a HIGHER elasticity* A small change in the variable has a bigger impact on profit and therefore, not as large a % change is needed for break-even)
How many parameters in a uniform distribution?
2 (Minimum and Maximum)
How many parameters in a normal distribution?
2 (Mean and Standard Deviation)
Suppose there is an event with a 25% chance of happening. Which of these describes a simulation of the event happening?
A* RAND() >= 0.25
B* RAND() >= 25
C* RAND() <= 0.75
D* RANDBETWEEN(1,100) >= 25
E* RANDBETWEEN(1,100) <= 25
E. RANDBETWEEN(1,100)<=25 (there is a 25% chance of drawing a number less than 25)
The RAND() function in Excel generates this type of distribution
A* Normal
B* Poisson
C* Uniform
D* Triangular
E* None of the above
C. Uniform distribution
What is a uniform distribution?
All outcomes have the same probability of occurring. Equally likely.
How many parameters in a triangular distribution?
3 (min, max and most likely)
What is the purpose of a deterministic model?
a) To determine the sensitivity of our model to a particular variable
b) To determine if we are achieving maximum profit
c) To simulate our outcome across many values of a random variable
d) To enter a fixed value for our random input and see if the logic and calculations in the model are correct
e) To test different distributions in our simulation and determine which one is most appropriate
D
Given the formula, =ROUND(RANDBETWEEN(100,400)/1000,0), which of these options is the most correct
* An integer between 10 and 400
* A number between 0.1 and 0.4
* 0
* Not enough information to answer the question
C. 0
A discrete distribution is …
a distribution where occurrences that have countable or finite outcomes, like rolling a dice.
A continuous distribution is…
one in which data can take any value within a specific range
VLOOKUP(X, Table A, 3) describe X, Table A, and 3
=VLOOKUP(What you want to look up, where you want to look for it, the column number in the range containing the value to return, return an Approximate or Exact match – indicated as 1/TRUE, or 0/FALSE)
What is the flaw of averages?
A.Using the average of a simulation’s input may lead to a wrong decision
b* The average of a simulation’s input and output will never be equal
c* Using an input’s average in a deterministic model to predict output could be misleading
d* It is better to use the median than the mean when summarizing a simulation output*
e Full summary statistics are needed after a simulation; the average is not enough
C
You paste the formula =NORM.INV(RAND(), 150, 25) into 5,000 rows in Excel. Approximately, what percentage of the time would you expect these rows to contain a number less than 100?
* 50.0%
* 5.0%
* 2.5%
* 1.0%
2.5%