Final Exam

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/57

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:26 AM on 5/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

58 Terms

1
New cards

A normally distributed random variable with a mean of 10 and a standard deviation of 10 can be generated in Excel using the formula ...

=NORMINV(RAND(),10,10)

2
New cards

A normally distributed random variable with a mean of 20 and a standard deviation of 20 can be generated in Excel using the formula ...

none of the other answers.

3
New cards

A random number with uniformly distributed integer values from 5 to 10, including both 5 and 10, can be generated with the Excel formula …

=5 + RANDBETWEEN(0,5)

4
New cards

The only way to increase the statistical certainty of the output of a simulation model is ...

to take a larger sample size.

5
New cards
<p><span>Some formulas for a newsboy simulation are shown below.&nbsp; The number of incorrect formulas shown is ...</span></p>

Some formulas for a newsboy simulation are shown below.  The number of incorrect formulas shown is ...

2

6
New cards
<p><span>In order to generate random values from the table of discrete values shown below, the cum.prob. column should have values ...</span></p>

In order to generate random values from the table of discrete values shown below, the cum.prob. column should have values ...

0.00, 0.25, 0.35, 0.65

7
New cards
<p><span>If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.25,Table,2), then the function will return the value ...</span></p>

If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.25,Table,2), then the function will return the value ...

150

8
New cards

A random number with uniformly distributed integer values from 10 to 100, including both 10 and 100, can be generated in Excel using ...

=RANDBETWEEN(10,100)

9
New cards

A random number uniformly distributed between the -5 and +10.5 can be generated with the Excel formula ...

= -5 + 15.5*RAND()

10
New cards

The completed yield management problem had a solution of approximately ...

price more than $100 for more than 110 contracts.

11
New cards
<p><span>If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.85,Table,2), then the function will return the value ...</span></p>

If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.85,Table,2), then the function will return the value ...

some other number.

12
New cards

A random number with uniformly distributed integer values from 1 to 10, including both 1 and 10, can be generated in Excel using ...

=INT(1+10*RAND())

13
New cards

A random number uniformly distributed between 10 and 100 can be generated with the Excel formula ...

=90*RAND()+10

14
New cards

A random replication of an Excel simulation model constructed on a single line can be effected by ...

appropriate copy-and-paste of the line.

15
New cards

On general observation of the newsboy problem is that ...

randomness in amount supplied together with a supplier discount may result in higher order amounts.

16
New cards
<p><span>If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.65,Table,2), then the function will return the value ...</span></p>

If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.65,Table,2), then the function will return the value ...

200

17
New cards
<p><span>Suppose that demand in the newsboy simulation shown below is 225, the associated profit is ...</span></p>

Suppose that demand in the newsboy simulation shown below is 225, the associated profit is ...

Between $100 and $500, but not $100 nor $500.

18
New cards

In order to decrease the uncertainty in a mean value estimate by a factor of two requires _____ times as many observations.

four

19
New cards
<p><span>Suppose that full-price demand and half price demand are as shown below, resulting profit is ...</span></p>

Suppose that full-price demand and half price demand are as shown below, resulting profit is ...

Between $100 and $500, but not $100 nor $500.

20
New cards
<p><span>If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.55,Table,2), then the function will return the value ...</span></p>

If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.55,Table,2), then the function will return the value ...

some other number

21
New cards

A random number with uniformly distributed integer values from 0 to 10, including both 0 and 10, can be generated in Excel using ...

=RANDBETWEEN(0,10)

22
New cards

Increasing the number of observations by a factor of ten will decrease by a factor of ____ the uncertainty in a mean value estimate.

three

23
New cards
<p><span>In order to generate random values from the table of discrete values shown below, the cum prob column should have values ...</span></p>

In order to generate random values from the table of discrete values shown below, the cum prob column should have values ...

0.00, 0.30, 0.50, 0.80, 0.95

24
New cards

A random number uniformly distributed between the values +5 and +10.5 can be generated with the Excel formula ...

=5.5*RAND()+5

25
New cards

The base function to generate random numbers in Excel is ...

RAND()

26
New cards

The twin problems of a classic newsboy problem are ...

ordering too few and ordering too many.

27
New cards
<p><span>If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.45,Table,2), then the function will return the value ...</span></p>

If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.45,Table,2), then the function will return the value ...

150

28
New cards

A normally distributed random variable with a mean of 20 and a standard deviation of 10 can be generated in Excel using the formula ...

=NORMINV(RAND(),20,10)

29
New cards
<p><span>In using a data table to construct a simulation, the random replications of the simulation in the following dialog box are generally associated with ...</span></p>

In using a data table to construct a simulation, the random replications of the simulation in the following dialog box are generally associated with ...

a blank cell referred in the Column input cell.

30
New cards

A normally distributed random variable with a mean of 20 and a standard deviation of 10 can be generated in Excel using the formula ...

=NORMINV(RAND(),20,10)

31
New cards

A random number uniformly distributed between 0 and 2 can be generated with the Excel formula ...

=2*RAND()

32
New cards

A random replication of an Excel simulation model can be effected by ...

using the F9-recalculation key.

33
New cards

General observations from the yield management simulation are ...

that contracts for some perishable goods are systematically oversold relative to available supply.

34
New cards
<p><span>If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.30,Table,2), then the function will return the value ...</span></p>

If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.30,Table,2), then the function will return the value ...

20

35
New cards

A random number with uniformly distributed integer values from 0 to 10, including both 0 and 10, can be generated in Excel using ...

=INT(11*RAND())

36
New cards

Increasing the number of observations by a factor of two will decrease by a factor of ____ the uncertainty in a mean value estimate.

less than 1.5

37
New cards

A normally distributed random variable with a mean of 100 and a standard deviation of 100 can be generated in Excel using the formula ...

none of the other answers.

38
New cards

In order to decrease the uncertainty in a mean value estimate by a factor of two requires _____ times as many observations.

four

39
New cards

In order to decrease the uncertainty in a mean value estimate by a factor of ten requires _____ times as many observations.

more than 100

40
New cards

A random number uniformly distributed between 1 and 2 can be generated with the Excel formula ...

=1+RAND()

41
New cards

In order to decrease the uncertainty in a mean value estimate by a factor of four requires _____ times as many observations.

more than 10

42
New cards
<p><span>If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.75,Table,2), then the function will return the value ...</span></p>

If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.75,Table,2), then the function will return the value ...

some other number.

43
New cards

A random number uniformly distributed between 1 and 2 can be generated with the Excel formula ...

=1+RAND()

44
New cards

In order to decrease the uncertainty in a mean value estimate by a factor of two requires _____ times as many observations.

four

45
New cards

One general observation of the newsboy problem is that ...

if overstock costs are higher than understock costs, then less units than expected demand should be ordered.

46
New cards

In order to decrease the uncertainty in a mean value estimate by a factor of two requires _____ times as many observations.

four

47
New cards

A random number uniformly distributed between 1 and 10 can be generated with the Excel formula ...

=1+9*RAND()

48
New cards

A random number uniformly distributed between 0 and 2 can be generated with the Excel formula ...

=2*RAND()

49
New cards

A random replication of an Excel simulation model can be effected by ...

using the F9-recalculation key.

50
New cards

A random number uniformly distributed between 1 and 2 can be generated with the Excel formula ...

=1+RAND()

51
New cards

A random number uniformly distributed between 0 and 2 can be generated with the Excel formula ...

=2*RAND()

52
New cards

In order to decrease the uncertainty in a mean value estimate by a factor of four requires _____ times as many observations.

more than 10

53
New cards

The base function to generate random numbers in Excel is ...

RAND()

54
New cards

A normally distributed random variable with a mean of 100 and a standard deviation of 10 can be generated in Excel using the formula ...

=NORMINV(RAND(),100,10)

55
New cards

A random number uniformly distributed between 0 and 10 can be generated with the Excel formula ...

=10*RAND()

56
New cards

In order to decrease the uncertainty in a mean value estimate by a factor of ten requires _____ times as many observations.

more than 100

57
New cards
<p><span>If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.35,Table,2), then the function will return the value ...</span></p>

If a number is generated from the discrete table of values shown below using the function =VLOOKUP(0.35,Table,2), then the function will return the value ...

150

58
New cards

Random replications of an Excel simulation model can be captured by ...

appropriate use of a data table.