wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Monte Carlo Simulation: Core Concepts

Total questions: 26

Worksheet time: 13mins

Name
Class
Date
1.

Which statement best defines Monte Carlo Simulation in quantitative analysis?

a)

It removes randomness to simplify decision calculations

b)

It guarantees precise forecasts under all conditions

c)

It predicts one exact deterministic outcome for a model

d)

It models uncertainty by generating many random scenarios

2.

Which example illustrates the intuition behind Monte Carlo methods using a dice analogy?

a)

Rolling a single die gives the exact future outcome

b)

Rolling thousands of dice reveals a distribution of outcomes

c)

Rolling two dice eliminates uncertainty in results

d)

Rolling dice is unrelated to probability distributions

3.

What is the primary reason Monte Carlo Simulation is important in business decision-making?

a)

It focuses only on average outcomes for simplicity

b)

It incorporates uncertainty to reveal risk profile and extremes

c)

It replaces probabilistic thinking with fixed estimates

d)

It ensures confidence intervals are unnecessary

4.

Match each probability distribution to a typical use case in Monte Carlo modeling.

a)

Uniform: most likely values; Bernoulli: maximum values; Normal: minimum values

b)

Triangular: success or failure; Bernoulli: demand; Normal: random variations

c)

Bernoulli: continuous ranges; Normal: binary success; Uniform: expert estimates

d)

Normal: demand forecasting; Uniform: random variations; Triangular: expert estimates

5.

What sequence correctly describes the key components in running a Monte Carlo Simulation?

a)

Deterministic inputs, no distributions, manual estimates

b)

Single-point inputs, fixed output, one calculation

c)

Average inputs, probability ignored, limited repetitions

d)

Uncertain inputs, distributions, random sampling, iterations

6.

Which step comes immediately after identifying uncertain inputs in a Monte Carlo simulation workflow?

a)

Define decision recommendations based on insights

b)

Recalculate the model for thousands of iterations

c)

Store results using averages and percentiles

d)

Build the formula or business model linking inputs to outputs

7.

A company simulates demand with mean 500 units and standard deviation 120 units. Selling price is ₹50 and cost is ₹30 per unit. Which profit formula should be used per run?

a)

Profit equals Demand times (Price minus Cost)

b)

Profit equals Demand minus (Price times Cost)

c)

Profit equals Price minus Cost divided by demand

d)

Profit equals Demand multiplied by price plus cost

8.

Which output metric best helps assess risk of losing money in the profit simulation?

a)

Expected average outcome across all runs

b)

Most likely single profit outcome

c)

Probability that profit is less than zero

d)

Maximum profit observed in the simulations

9.

You must advise whether to launch the product after 1,000 simulation runs. Which approach demonstrates strategic use of results?

a)

Use one random run that looks favorable

b)

Ignore percentiles and focus on average demand

c)

Compare expected profit and loss probability together

d)

Only check the highest simulated profit value

10.

Which statement best describes what a percentile-based range (e.g., 5th to 95th percentile) communicates in Monte Carlo results?

a)

It removes uncertainty from future projections

b)

It guarantees outcomes will fall within fixed bounds

c)

It presents a realistic distribution of possible outcomes

d)

It shows a single most likely outcome for planning

11.

A portfolio manager wants to estimate the likelihood of losses across market scenarios. Which Monte Carlo business application fits this need?

a)

Inventory optimization in warehouses

b)

Campaign ROI prediction in marketing

c)

Portfolio risk estimation in finance

d)

Lead time estimation in logistics

12.

A product team must choose between three launch strategies under volatile demand. Which use case most directly supports this decision with simulated likelihoods?

a)

Resource planning and capacity analysis

b)

Option valuation for derivatives

c)

Credit risk assessment for borrowers

d)

Scenario planning under market uncertainty

13.

In an Excel Monte Carlo setup, which function combination generates a normally distributed demand value with mean 10,000 and standard deviation 2,000?

a)

NORM.S.INV(RAND(), 10000, 2000)

b)

RAND(NORM.INV(), 10000, 2000)

c)

NORM.DIST(RAND(), 10000, 2000)

d)

NORM.INV(RAND(), 10000, 2000)

14.

Which variable is modeled with a uniform distribution in the described setup?

a)

Profit across simulation trials

b)

Unit cost averaging $30

c)

Demand with mean 10,000 units

d)

Sale price between 50and50 and 70

15.

You need to populate an Excel column with random demand per trial. Which simple procedure should you apply?

a)

Use NORM.DIST with cumulative set to TRUE

b)

Enter NORM.INV(RAND(), 10000, 2000) and fill down

c)

Enter RAND() once and copy-paste as values

d)

Type the mean 10000 in all rows

16.

Why is Monte Carlo simulation chosen in the business scenario for the wearable tracker?

a)

To eliminate pricing fluctuations entirely

b)

To guarantee exact sales forecasting

c)

To estimate profitability under uncertainty

d)

To replace historical analysis completely

17.

A student sets sale price using =RAND()*(70-50)+50. Which conceptual understanding does this reflect?

a)

Exponential distribution with mean $60

b)

Triangular distribution with max at $70

c)

Normal distribution centered at $60

d)

Uniform distribution over the 5050– 70 range

18.

In Excel, which formula creates a uniform distribution for a selling price between 50and50 and 70?

a)

=AVERAGE(50, 70) + RAND()

b)

=RANDBETWEEN(50, 70) / 100

c)

=50 + (70-50) * RAND()

d)

=NORM.INV(RAND(), 60, 10)

19.

What is the role of RAND() when used inside NORM.INV in Excel?

a)

Defines the standard deviation parameter

b)

Provides a random probability between 0 and 1

c)

Sets the mean for the normal distribution

d)

Scales the output to a fixed interval

20.

Which Excel formula generates cost values with a normal distribution mean of 30 and standard deviation of 5?

a)

=STDEV(RAND(), 30, 5)

b)

=NORM.DIST(30, 5, TRUE)

c)

=AVERAGE(RAND()) + 5

d)

=NORM.INV(RAND(), 30, 5)

21.

You need demand values normally distributed with mean 10,000 and standard deviation 2,000. Which setup mirrors the example?

a)

=AVERAGE(10000) + STDEV(2000)

b)

=NORM.INV(RAND(), 10000, 2000)

c)

=RANDBETWEEN(8000, 12000)

d)

=NORM.DIST(10000, 2000, TRUE)

22.

Why might a uniform distribution be chosen for selling price while a normal distribution is used for cost?

a)

Price constrained within a range; cost centered with dispersion

b)

Price follows bell curve; cost fixed without variance

c)

Price unpredictable entirely; cost strictly linear

d)

Price always equals cost; cost is random noise

23.

In the worksheet, the Profit in D2 is computed from Demand in A2, Sale Price in B2, and Cost in C2. Which formula best represents this profit calculation?

a)

=(B2 / C2) * A2

b)

=(C2 - B2) * A2

c)

=(B2 - C2) * A2

d)

=(B2 + C2) * A2

24.

You want to simulate 1,000 scenarios using the existing formulas in A2:D2. What is the most efficient Excel action to copy formulas down through 1,000 rows?

a)

Use Paste Formulas for each row

b)

Reenter formulas for all rows

c)

Press F9 repeatedly per row

d)

Drag the fill handle down the range

25.

After generating profits in D2:D1001, which function will return the average expected profit?

a)

=SUM(D2:D1001)

b)

=STDEV(D2:D1001)

c)

=MEDIAN(D2:D1001)

d)

=AVERAGE(D2:D1001)

26.

Which action most directly reduces random fluctuation in Monte Carlo outcomes when parameters are highly variable?

a)

Use smaller time steps without changing runs

b)

Decrease runs while tightening model scope

c)

Increase runs to better average variability

d)

Keep runs constant but add more variables

e)

Switch to uniform distributions for all inputs