Question

1. What are the inputs to Excel’s RAND function? a.There is one argument to put into...

1. What are the inputs to Excel’s RAND function?

a.There is one argument to put into the function – the distribution from which to generate random numbers.

b.There are two arguments to put into the function – the number of random values to generate, followed by the number of decimal places.

c.The RAND function has no arguments, just parentheses with nothing in between.

2. What do you actually type into a spreadsheet cell to use the RAND function?

a. =RAND() to generate a single random decimal number

b.=RAND(Uniform) to generate random numbers from a Uniform distribution

c. =RAND(100, 5) to generate 100 random 5-decimal numbers

3.

Does the RANDBETWEEN function generate decimal or integer values?

a.Integer values

b.Decimal values

4.

What output would =RANDBETWEEN(0,1) generate?

a.This would randomly generate decimal numbers between 0 and 1.

b.This would randomly generate 0’s and 1’s with equal probability, like flipping a coin.

Homework Answers

Answer #1

1. What are the inputs to Excel’s RAND function?

c.The RAND function has no arguments, just parentheses with nothing in between.

(as rand() generates random numbers between 0 and 1)

2. What do you actually type into a spreadsheet cell to use the RAND function?

a. =RAND() to generate a single random decimal number

3.

Does the RANDBETWEEN function generate decimal or integer values?

a.Integer values

(always gives integer numbered between two specified numbers)

4.

What output would =RANDBETWEEN(0,1) generate?

b.This would randomly generate 0’s and 1’s with equal probability, like flipping a coin.

its generates 0 and 1 only with equal probability

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Random number generator 1: Search for algorithms generating pseudo-random numbers. Select one of them for generating...
Random number generator 1: Search for algorithms generating pseudo-random numbers. Select one of them for generating a pseudo-random sequence. Original sample can be generated in any form: binary, decimal, etc. But submitted sample must be in the form of uniform random numbers on [0,1][0,1]. The sample should not be generated by any function, like runif(), sample(), etc. Instead it must be some algorithm that you code yourselves. For example, mid-square algorithm, Fibonacci-based algorithm, etc. Random number generator 2: Find some...
(1) Using a generator for a binomial distribution, we will test the results of Example 3.8.2....
(1) Using a generator for a binomial distribution, we will test the results of Example 3.8.2. Using software generate 500 random deviates for X from a B(10, 0.3) distribution and 500 random deviates for Y from a B(5, 0.3) distribution. Add corresponding random deviates from each distribution to form an empirical W=X+Y. Then use the theoretical result of Example 3.8.2 and directly generate another 500 random deviates for W from a B(15, 0.3). Order the result of the sum of...
Question (2) [5 marks] (Use R) Suppose you have a company producing cupcakes. Each cupcake is...
Question (2) [5 marks] (Use R) Suppose you have a company producing cupcakes. Each cupcake is supposed to contain 10 grams of sugar. The cupcakes are produced by a machine that adds the sugar in a bowl before mixing everything. You believe the machine does not add 10 grams of sugar for each cupcake. If your assumption is true, the machine needs to be fixed. You stored the level of sugar of thirty cupcakes. Note: You can create a randomized...
Researchers developed a safety performance function​ (SPF), which estimates the probability of occurrence of a crash...
Researchers developed a safety performance function​ (SPF), which estimates the probability of occurrence of a crash for a given segment of roadway. Using data on over 100 segments of​ roadway, they fit the model E(y)=β0+β1x1+β2x2​, where y=number of crashes per three​ years, x1 = roadway length​ (miles), and x2=average annual daily traffic​ (number of​ vehicles)=AADT. Interstate Highways Variable Parameter Estimate Standard Error ​t-value Intercept 1.83708 0.57788 3.19 Length (x1) 0.15372 0.03744 3.02 AADT (x2) 0.00015 0.00003 5.25 ​Non-Interstate Highways Variable...
Data For Tasks 1-8, consider the following data: 7.2, 1.2, 1.8, 2.8, 18, -1.9, -0.1, -1.5,...
Data For Tasks 1-8, consider the following data: 7.2, 1.2, 1.8, 2.8, 18, -1.9, -0.1, -1.5, 13.0, 3.2, -1.1, 7.0, 0.5, 3.9, 2.1, 4.1, 6.5 In Tasks 1-8 you are asked to conduct some computations regarding this data. The computation should be carried out manually. All the steps that go into the computation should be presented and explained. (You may use R in order to verify your computation, but not as a substitute for conducting the manual computations.) A Random...