Business Analytics Quiz: Simulation And Monte Carlo
10 questions · exam conditions
0:00
Simulation And Monte CarloQuestion 1 of 10

An airline simulates revenue as ticket price multiplied by the number of tickets sold. Historical data indicate that higher ticket prices are associated with lower sales volume, producing a negative covariance between price and volume. An analyst instead samples ticket price and volume independently while preserving the correct marginal distribution of each variable.

What is the most defensible conclusion about the simulation's estimate of expected ticket revenue?

It will tend to be too high because independence replaces a negative covariance with zero covariance
It will tend to be too low because independent sampling creates additional low-volume outcomes
It will remain unbiased because preserving both marginal distributions preserves every product expectation
It will remain unbiased only if price and volume have equal simulated standard deviations
← Back to quizzes

Business Analytics Quiz

Business Analytics Quiz: Simulation And Monte Carlo

Practice Simulation And Monte Carlo in Business Analytics with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Simulation And Monte Carlo, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Analytics.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

An airline simulates revenue as ticket price multiplied by the number of tickets sold. Historical data indicate that higher ticket prices are associated with lower sales volume, producing a negative covariance between price and volume. An analyst instead samples ticket price and volume independently while preserving the correct marginal distribution of each variable.

What is the most defensible conclusion about the simulation's estimate of expected ticket revenue?

  1. It will tend to be too high because independence replaces a negative covariance with zero covariance (correct answer)
  2. It will tend to be too low because independent sampling creates additional low-volume outcomes
  3. It will remain unbiased because preserving both marginal distributions preserves every product expectation
  4. It will remain unbiased only if price and volume have equal simulated standard deviations
Explanation: Whenever simulation questions involve correlated inputs, your instinct should be to recall the covariance formula for the expectation of a product: E[PQ]=E[P]E[Q]+Cov(P,Q)E[P \cdot Q] = E[P]\cdot E[Q] + \text{Cov}(P, Q). This identity is the key to unlocking this entire question. In reality, price and volume share a negative covariance — higher prices drive fewer sales. That negative covariance term reduces true expected revenue below the simple product of marginal means. When the analyst samples price and volume independently, the covariance term drops to zero. The simulation therefore computes revenue as roughly E[P]E[Q]E[P] \cdot E[Q], which is larger than the true expectation that includes the negative adjustment. The simulation inflates expected revenue — making A the correct answer. B is wrong because independent sampling doesn't systematically generate more low-volume outcomes; the marginal distribution of volume is preserved correctly. The bias comes from the relationship between variables, not the shape of any individual distribution. C is the most tempting trap. Preserving marginal distributions does keep E[P]E[P] and E[Q]E[Q] correct, but it does not preserve the joint distribution or covariance. The product expectation depends on more than just the marginals — it requires the correct dependency structure. D invents a condition with no statistical basis. Equal standard deviations have no special role in determining whether the product expectation is biased. Study tip: Anytime a simulation question mentions correlated inputs being treated as independent, immediately apply E[XY]=E[X]E[Y]+Cov(X,Y)E[XY] = E[X]E[Y] + \text{Cov}(X,Y) and ask what sign the missing covariance term carries — that sign tells you the direction of bias.

Question 2

A simulation estimates the mean annual profit of a proposed service at 1.841.84 million dollars. The Monte Carlo standard error of the estimated mean is 0.030.03 million dollars. Assume the normal approximation is appropriate and that the fitted input model is treated as fixed.

Which interpretation of an approximate 95%95\% Monte Carlo confidence interval is most accurate?

  1. The interval is about 1.811.81 to 1.871.87 million dollars and contains 95%95\% of individual annual profit outcomes
  2. The interval is about 1.781.78 to 1.901.90 million dollars and quantifies simulation sampling error in the estimated mean (correct answer)
  3. The interval is about 1.841.84 to 1.961.96 million dollars and captures all uncertainty embedded in the fitted input distributions
  4. The interval is about 1.751.75 to 1.931.93 million dollars and represents the central 95%95\% of individual simulated profit outcomes
Explanation: Whenever you see a question about Monte Carlo confidence intervals, your first instinct should be to distinguish between two very different things: uncertainty about the estimated mean (simulation sampling error) versus variability in individual outcomes (the underlying distribution of results). A Monte Carlo standard error (MCSE) measures how precisely your simulation has estimated the true mean — it shrinks as you run more replications. The approximate 95%95\% confidence interval is constructed as: μ^±1.96×MCSE=1.84±1.96(0.03)1.84±0.059\hat{\mu} \pm 1.96 \times \text{MCSE} = 1.84 \pm 1.96(0.03) \approx 1.84 \pm 0.059 which gives roughly 1.781.78 to 1.901.90 million dollars. This interval tells you where the true mean likely falls, given the finite number of simulation runs you performed. That's exactly what B describes — the correct calculation paired with the correct interpretation. A is wrong on two counts: the interval 1.811.81 to 1.871.87 uses ±1\pm 1 MCSE (not 1.961.96), and claiming it contains 95%95\% of individual outcomes confuses a confidence interval for the mean with a prediction interval for raw outcomes. C is wrong because a Monte Carlo confidence interval — built from the MCSE — only captures simulation sampling error, not the parameter uncertainty embedded in the fitted input distributions. That would require a separate sensitivity or second-order analysis. D is wrong because 1.751.75 to 1.931.93 doesn't match the correct formula, and again misidentifies the interval as representing individual simulated profit outcomes rather than the estimated mean. Your study tip: always ask what is the interval actually measuring? MCSE-based intervals narrow uncertainty about the mean estimate, not the spread of outcomes. Mixing these up is the most common trap on simulation questions.

Question 3

A distribution center built a simulation to evaluate inventory policies. The model was calibrated using two years of order data, and management wants evidence that its recommendations are credible before implementation.

Which validation approach provides the strongest evidence for using the simulation as a decision-support tool?

  1. Recalibrate the model repeatedly until its average output exactly matches the calibration-period average
  2. Run many additional trials so that Monte Carlo error becomes small relative to average inventory cost
  3. Back-test on withheld periods, comparing simulated service and cost distributions with realized outcomes (correct answer)
  4. Choose the policy with the highest simulated profit and verify that its formulas contain no coding errors
Explanation: When evaluating a simulation model's credibility, the central question is: does the model accurately represent reality, or does it just reflect the data it was built on? This distinction between calibration and validation is what this question tests. True validation requires exposing the model to data it has never seen. Option C does exactly this — by withholding a portion of historical data, running the simulation over that period, and comparing the simulated service levels and cost distributions against what actually happened, you get genuine out-of-sample evidence. If the model reproduces real outcomes on unseen data, management has strong grounds to trust its recommendations. This is the simulation equivalent of cross-validation in machine learning. Option A describes overfitting, not validation. Forcing the model's average output to match the calibration-period average guarantees it performs well on training data but tells you nothing about generalizability — it actually makes the model less trustworthy as a decision tool. Option B reduces Monte Carlo sampling error, which is a precision concern, not a validity concern. Even a perfectly precise simulation of the wrong model will lead you astray. Reducing variance around a biased estimate doesn't fix the bias. Option D conflates code verification with model validation. Confirming that formulas are error-free ensures the model does what you programmed it to do, but not whether what you programmed correctly represents the real system. These are separate questions. Study tip: On simulation and analytics questions, always distinguish three concepts — calibration (fitting to data), verification (correct implementation), and validation (out-of-sample accuracy). Exam questions often conflate them as distractors.

Question 4

A retailer orders 100100 units of a seasonal product. Demand is 8080 units with probability 0.250.25, 100100 units with probability 0.500.50, and 140140 units with probability 0.250.25. Each unit sells for 3030 dollars, costs 1818 dollars, and any unsold unit is salvaged for 66 dollars. The simulation maps random numbers below 0.250.25 to demand of 8080, numbers from 0.250.25 through 0.750.75 to demand of 100100, and numbers above 0.750.75 to demand of 140140. Five generated random numbers are 0.180.18, 0.640.64, 0.910.91, 0.220.22, and 0.730.73.

Based on these five trials, what are the simulated average profit and the simulated stockout frequency?

  1. 1,0081{,}008 dollars and 20%20\%, respectively (correct answer)
  2. 1,1041{,}104 dollars and 20%20\%, respectively
  3. 1,0081{,}008 dollars and 60%60\%, respectively
  4. 1,1041{,}104 dollars and 40%40\%, respectively
Explanation: When you see a simulation question like this, your job is to apply the random-number-to-demand mapping trial by trial, compute profit for each, then aggregate. Mapping the five random numbers to demand:
  • 0.18<0.250.18 < 0.25 → demand = 8080
  • 0.250.640.750.25 \leq 0.64 \leq 0.75 → demand = 100100
  • 0.91>0.750.91 > 0.75 → demand = 140140
  • 0.22<0.250.22 < 0.25 → demand = 8080
  • 0.250.730.750.25 \leq 0.73 \leq 0.75 → demand = 100100
Profit formula: You ordered 100100 units. Units sold = min(demand,100)\min(\text{demand}, 100). Unsold = 100units sold100 - \text{units sold}. Profit = (sold×$30)(100×$18)+(unsold×$6)(\text{sold} \times \$30) - (100 \times \$18) + (\text{unsold} \times \$6).
  • Demand 80: sold=80, unsold=20 → 2,4001,800+120=$7202{,}400 - 1{,}800 + 120 = \$720
  • Demand 100: sold=100, unsold=0 → 3,0001,800+0=$1,2003{,}000 - 1{,}800 + 0 = \$1{,}200
  • Demand 140: sold=100, unsold=0 → 3,0001,800=$1,2003{,}000 - 1{,}800 = \$1{,}200
  • Demand 80: $720\$720
  • Demand 100: $1,200\$1{,}200
Average profit: (720+1,200+1,200+720+1,200)÷5=5,040÷5=$1,008(720 + 1{,}200 + 1{,}200 + 720 + 1{,}200) \div 5 = 5{,}040 \div 5 = \$1{,}008 Stockout occurs when demand exceeds supply (140 > 100): only trial 3. That's 1/5=20%1/5 = 20\%. This confirms A. Choice B inflates the average to $1,104\$1{,}104, likely by miscalculating salvage value or cost. Choice C correctly finds $1,008\$1{,}008 but misidentifies stockouts — trials with demand = 80 have surplus, not stockouts. Choice D compounds both errors. Study tip: Always distinguish stockout (demand > inventory) from surplus (demand < inventory) — exam distractors routinely swap these two conditions.

Question 5

An online retailer uses an A/B test to estimate the conversion-rate lift from a new checkout design. Management wants a Monte Carlo analysis of rollout profit that reflects both uncertainty about the true treatment effect and randomness in future customer conversions.

Which simulation design most appropriately represents both sources of uncertainty?

  1. Fix the lift at its observed estimate and simulate future conversions from that single conversion rate
  2. Simulate profit from a normal distribution having the experiment's observed mean and standard deviation
  3. Resample future customer conversions while holding both experimental conversion rates at their sample values
  4. Sample plausible treatment-effect parameters, then simulate future customer outcomes conditional on each sample (correct answer)
Explanation: When you see a Monte Carlo simulation question, ask yourself: how many distinct sources of uncertainty exist, and does the design account for all of them? Here, there are two layers — uncertainty about the true treatment effect (what did the experiment actually reveal?) and randomness in future customer behavior (even knowing the true rate, individual conversions are probabilistic). The right approach, captured in D, handles both layers sequentially. First, you sample plausible values of the treatment effect from a posterior or sampling distribution — acknowledging that your A/B test estimate is noisy. Then, conditional on each sampled parameter, you simulate individual customer conversions. This two-stage structure propagates both sources of variance into your profit distribution, giving management an honest picture of rollout risk. A collapses all uncertainty into zero on the parameter side — it treats the observed lift as ground truth, so your simulation only reflects conversion randomness, not estimation error. This systematically underestimates total uncertainty. B shortcuts the entire simulation by drawing profit directly from a fitted normal distribution. This may seem elegant, but it doesn't model the data-generating process at all — it just re-samples from a summary statistic, ignoring the structural relationship between conversion rates and profit, and conflates both uncertainty sources into one unjustified distribution. C is a classic bootstrap trap: resampling future customers while freezing both conversion rates at their sample values addresses only sampling variability in future demand, not uncertainty about the true underlying rates. It's the same flaw as A, dressed up as resampling. Study tip: Whenever a problem names two sources of uncertainty, the correct simulation design will have two explicit stages — one for each. If a choice collapses them into one step, it's almost certainly wrong.

Question 6

A company uses Monte Carlo simulation to compare four expansion plans. Plan A has simulated mean profit of 520,000520{,}000 dollars and a 14%14\% probability of a loss. Plan B has mean profit of 500,000500{,}000 dollars and a 6%6\% probability of a loss. Plan C has mean profit of 550,000550{,}000 dollars and an 11%11\% probability of a loss. Plan D has mean profit of 540,000540{,}000 dollars and an 8%8\% probability of a loss. Management requires mean profit of at least 530,000530{,}000 dollars and a loss probability no greater than 10%10\%.

Which plan should be recommended if the simulated estimates are used as the decision criteria?

  1. Plan A, because its mean is near the target despite its higher loss probability
  2. Plan B, because it has the lowest simulated probability of experiencing a loss
  3. Plan C, because it produces the highest simulated mean profit of all plans
  4. Plan D, because it satisfies both the profit and loss-probability requirements (correct answer)
Explanation: When a question gives you multiple criteria that all must be satisfied, your first move is to eliminate any plan that fails even one requirement — not to find the "best" on any single dimension. Here, management sets two hard constraints: mean profit $530,000\geq \$530{,}000 and loss probability 10%\leq 10\%. Run every plan through both filters before comparing anything else. Plan A (520Kmean,14520K mean, 14% loss probability) fails *both* thresholds. Plan B (500K mean, 6% loss probability) has an excellent loss probability but falls well short on mean profit. Plan C (550Kmean,11550K mean, 11% loss probability) clears the profit hurdle but narrowly misses on loss probability — 11% exceeds the 10% cap. Only Plan D (540K mean, 8% loss probability) clears both gates: $540,000$530,000\$540{,}000 \geq \$530{,}000 ✓ and 8%10%8\% \leq 10\% ✓. Plan D is the recommendation, making D correct. Choice A is a trap because it frames Plan A's near-miss on profit as acceptable while ignoring that it violates both constraints — rationalizing a failure doesn't make it a pass. Choice B highlights Plan B's superior loss probability, but optimizing one metric while ignoring the other is exactly the mistake the question is testing. Choice C is tempting because highest mean profit sounds best, but Plan C's 11% loss probability disqualifies it — a single constraint violation is enough to eliminate a plan. Strategy tip: On multi-criteria decision questions, always screen for hard constraints first. Any plan that violates a requirement is automatically out, regardless of how strong it looks on other dimensions.

Question 7

A bank simulates 1,0001{,}000 independent stress scenarios for a new lending policy and observes no scenarios in which losses exceed a regulatory limit. The bank requires the true exceedance probability to be below 0.1%0.1\%. For zero observed events, an approximate upper 95%95\% confidence bound for the event probability is 3/n3/n.

What conclusion should the analyst draw from this simulation?

  1. The policy meets the requirement because zero exceedances imply a true probability of exactly zero
  2. The policy meets the requirement because the observed rate is below 0.1%0.1\% by a wide margin
  3. The evidence is insufficient because the upper bound is about 0.3%0.3\%, above the required limit (correct answer)
  4. The policy fails the requirement because an unobserved event must have probability above 0.3%0.3\%
Explanation: Whenever you see a simulation study used to validate a risk threshold, your instinct should be to ask: does the simulation actually have enough power to confirm safety, or does absence of evidence just reflect a small sample? This is a classic application of statistical confidence bounds for rare events. The key tool here is the rule of three (or more precisely, the 3/n3/n approximation): when you observe zero events in nn independent trials, an approximate upper 95% confidence bound on the true event probability is 3/n3/n. With n=1,000n = 1{,}000, that bound is 3/1,000=0.003=0.3%3/1{,}000 = 0.003 = 0.3\%. The bank's requirement is that the true exceedance probability be below 0.1%0.1\%. Since 0.3%>0.1%0.3\% > 0.1\%, the simulation cannot statistically confirm compliance — the upper bound exceeds the target. That makes C the correct conclusion: the evidence is insufficient. A is wrong because zero observed events never implies the true probability is exactly zero. You simply didn't see the event in this sample — that's a statement about your data, not about reality. B is a seductive trap: yes, the observed rate is 0%, which beats 0.1% by a wide margin, but this ignores sampling uncertainty entirely. Observed rates and confidence bounds are not the same thing. D inverts the logic — a lack of observed events does not mean the probability must be above 0.3%; that bound is an upper limit, not a lower one. Study tip: On business analytics exams, whenever a simulation returns zero adverse outcomes, immediately apply 3/n3/n to check whether the sample size is actually large enough to validate the risk threshold. Don't let a clean simulation fool you into ignoring statistical power.

Question 8

A call center simulates three staffing options. With eight agents, payroll plus expected abandonment cost is 3,7003{,}700 dollars per day, and the probability that average wait exceeds five minutes is 16%16\%. With nine agents, total expected cost is 3,7703{,}770 dollars, and the exceedance probability is 9%9\%. With ten agents, total expected cost is 3,9003{,}900 dollars, and the exceedance probability is 5%5\%. Management requires the exceedance probability to be no greater than 10%10\%.

Which staffing level is optimal under management's stated decision rule?

  1. Eight agents, because that option has the lowest expected total daily cost
  2. Nine agents, because it is the lowest-cost option satisfying the service constraint (correct answer)
  3. Ten agents, because it produces the lowest simulated probability of excessive waiting
  4. Ten agents, because all feasible options should be ranked only by service probability
Explanation: When a question gives you both a cost metric and a constraint, your first job is to filter — eliminate any option that violates the constraint, then optimize among whatever remains. This "constrained optimization" logic appears constantly in business analytics and operations management. Here, management's hard rule is that the probability of average wait exceeding five minutes must be 10%\leq 10\%. Start by checking each option against that threshold. Eight agents produces a 16%16\% exceedance probability — that violates the constraint, so it's immediately eliminated regardless of its cost. Nine agents yields 9%9\%, which satisfies the rule. Ten agents yields 5%5\%, which also satisfies it. Now you optimize cost among the two feasible options: nine agents costs $3,770\$3{,}770 per day versus ten agents at $3,900\$3{,}900. Nine agents is cheaper, making it the optimal choice — confirming B. A is a classic trap: it ignores the service constraint entirely and ranks all three options purely on cost. Eight agents is cheapest, but it's not feasible — a constraint violation means it's off the table, full stop. C is wrong because it confuses "best on one metric" with "optimal overall." Ten agents does have the lowest exceedance probability, but once nine agents already satisfies the constraint, spending an extra $130\$130 per day to push probability from 9%9\% to 5%5\% isn't required or justified. D goes even further in the wrong direction by suggesting feasible options should be ranked only by service probability, completely discarding cost — that's not how constrained optimization works. Your study tip: whenever you see a constraint (a maximum, minimum, or threshold), apply it as a filter before you optimize. Cost minimization, profit maximization, or any other objective only applies to the feasible set.

Question 9

A Monte Carlo estimate of annual logistics cost uses 2,5002{,}500 independent trials and has an estimated standard error of 4,8004{,}800 dollars. The analyst wants to reduce the standard error to approximately 1,6001{,}600 dollars without changing the model or using a variance-reduction technique.

Approximately how many total trials are required?

  1. 7,5007{,}500 total trials, assuming standard error falls directly with the number of trials
  2. 22,50022{,}500 total trials, applying the inverse-square-root relationship for standard error (correct answer)
  3. 20,00020{,}000 total trials, treating the additional runs as the required total number
  4. 10,00010{,}000 total trials, using the rule for reducing standard error by one-half
Explanation: Whenever you see a Monte Carlo simulation question asking about standard error reduction, your anchor concept is the inverse-square-root relationship: standard error scales as SE1nSE \propto \frac{1}{\sqrt{n}}. This means to cut standard error in half, you need four times the trials — not twice. Here, the analyst wants to reduce SESE from $4,800\$4{,}800 to $1,600\$1{,}600, which is a reduction by a factor of 3. Using the relationship SE1SE2=n2n1\frac{SE_1}{SE_2} = \sqrt{\frac{n_2}{n_1}}, you can solve for the required trials: 4,8001,600=n22,500    3=n22,500    9=n22,500    n2=22,500\frac{4{,}800}{1{,}600} = \sqrt{\frac{n_2}{2{,}500}} \implies 3 = \sqrt{\frac{n_2}{2{,}500}} \implies 9 = \frac{n_2}{2{,}500} \implies n_2 = 22{,}500 That confirms B is correct. Choice A is wrong because it treats standard error as falling linearly with the number of trials — tripling the trials from 2,500 to 7,500. This ignores the square-root relationship entirely, a common intuition trap. Choice C miscounts by taking the additional trials needed (22,500 − 2,500 = 20,000) and treating that as the total, confusing "additional" with "total." Choice D applies a halving rule (doubling trials cuts SE by 2\sqrt{2}, not by 3), which doesn't match the target reduction specified in the problem. Your study tip: memorize n1SE2n \propto \frac{1}{SE^2}. If you want to reduce SE by a factor of kk, you need k2k^2 times as many trials. Writing this out quickly on scratch paper during the exam prevents the linear-thinking trap that makes A so tempting.

Question 10

Two replenishment policies are compared through simulation. In one analysis, each policy is evaluated using independent demand draws. In a second analysis, both policies are evaluated on the same simulated demand path in each trial, and trial-by-trial cost differences are calculated. Both analyses use the same number of trials. The second analysis produces a substantially narrower confidence interval for the mean cost difference.

What best explains the narrower confidence interval from the second analysis?

  1. Using common demand paths removes demand uncertainty from each policy's estimated mean cost
  2. Pairing creates positive covariance between policy costs, reducing variance of their difference (correct answer)
  3. Using identical demand paths forces both policies to have the same expected operating cost
  4. Pairing increases the effective sample size by counting each demand path as two trials
Explanation: Whenever you see a question comparing variance-reduction techniques in simulation, think about what drives the variance of a difference between two random variables. Recall that Var(XY)=Var(X)+Var(Y)2Cov(X,Y)\text{Var}(X - Y) = \text{Var}(X) + \text{Var}(Y) - 2\text{Cov}(X, Y). This identity is the key to the whole question. When both policies face the same simulated demand path in each trial — a technique called Common Random Numbers (CRN) — their costs move together. A high-demand draw makes both policies expensive; a low-demand draw makes both cheap. This creates positive covariance between the two cost outcomes. Plugging that positive covariance back into the formula above, you subtract a large positive term, dramatically shrinking the variance of the cost difference. A smaller variance means a narrower confidence interval. That's exactly what option B describes, making it correct. Option A is tempting but wrong. CRN doesn't remove demand uncertainty from each policy's individual cost estimate — each policy still faces random, uncertain demand. It only exploits the correlation that pairing creates. Option C is flatly incorrect: sharing demand paths does not force the two policies to have equal expected costs. They can and do respond differently to the same demand, which is precisely why we're comparing them. Option D misunderstands what sample size means here. Each paired trial still counts as one observation of the difference — you haven't doubled your sample size just because two policies experienced the same path. A good study tip: when a simulation question mentions "same random draws for both alternatives," your first thought should be variance reduction through positive covariance, not sample size or bias.