Question

Generate 1000 random numbers between 0 and 1*Create a frequency table with the following Generate 1000...


Generate 1000 random numbers between 0 and 1*Create a frequency table with the following Generate 1000 random numbers between 0 and 1*Create a frequency table with the following bins 0, 0,1, 0.2, ..., 0.8, 0.9 , 1Find the expected value



bins 0, 0,1, 0.2, ..., 0.8, 0.9 , 1Find the expected value


Homework Answers

Answer #1

To generate 1000 random numbers between 0 and 1, in excel, at first column, use formula =RAND()

and drag this upto 1000 rows.

Now enter Bin values

Now click on Data->Data Analysis and select Histogram

Enter random numbers in range of data and also enter Bin values

Click OK

The frequency table is shown below:

Bin Frequency
0 0
0.1 94
0.2 96
0.3 103
0.4 92
0.5 113
0.6 92
0.7 100
0.8 108
0.9 89
1 113

By using excel, the expected value (average) of those 1000 random numbers is 0.5.

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
Generate 100 random numbers using the RAND function and create a frequency distribution and a histogram...
Generate 100 random numbers using the RAND function and create a frequency distribution and a histogram with bins of width 0.1. Apply the chi-square goodness of fit test (see Chapter 5) to test the hypothesis that the data are uniformly distributed. This question is from Business Analytics 3rd Edition by James R Evans and from Chapter 12 and question 1 The question is from following book and from Chapter 12 question 1 Textbook: James Evans, Business Analytics, 3nd edition, 2019,...
Create a matrix 4x4 of integer random numbers between 1 and 50, and perform the following...
Create a matrix 4x4 of integer random numbers between 1 and 50, and perform the following operations: a. Generate a (1x3) matrix of the original b. Generate a (4x2) matrix of the original with the row order reversed c. Replace the second column of the matrix with [4; 8 ; 16; -2] ( MATLAB)
#5. You can find 20 RANDOM NUMBERS in a Table or you can generate them with...
#5. You can find 20 RANDOM NUMBERS in a Table or you can generate them with software like Excel. The Excel functions are “RAND” and “RANDBETWEEN”. With “Randbetween” you simply input how many numbers you want, the number of digits you want in your random number and the range of values you want those numbers to fall between. For example you may want twenty, 2-digit numbers that fall between 00 and 100 (like “34”). TWO CONSIDERATIONS: (1) You must systematically...
1.Create a frequency table with a column for relative frequency for the following data. 2.Draw a...
1.Create a frequency table with a column for relative frequency for the following data. 2.Draw a scatter plot that has strong positive correlation (4,4,4,5,5,5,5,5,6,6,6,6,6,6)
create grouped frequency distribution for numbers from 0 to 100 I will add frequency later I...
create grouped frequency distribution for numbers from 0 to 100 I will add frequency later I just need class limit and boundaries Class limits Class boundaries
A computer random number generator was used to generate 550 random digits (0,1,...,9). The observed frequences...
A computer random number generator was used to generate 550 random digits (0,1,...,9). The observed frequences of the digits are given in the table below. 0 1 2 3 4 5 6 7 8 9 58 55 45 50 53 50 57 57 46 79 Test the claim that all the outcomes are equally likely using the significance level ?=0.05?=0.05. The expected frequency of each outcome is E=E=   The test statistic is ?2=?2=   The p-value is   Is there sufficient evidence...
Let X be a random number between 0 and 1 produced by a random number generator....
Let X be a random number between 0 and 1 produced by a random number generator. The random number generator will spread its output uniformly (evenly) across the entire interval from 0 to 1. All numbers have an equal probability of being selected. Find the value of aa that makes the following probability statements true. (a)  P(x≤a)=0.8 a= (b)  P(x < a) = 0.25 a= (c)  P(x≥a)=0.17 a= (d)  P(x>a)=0.73 a= (e)  P(0.15≤x≤a)= a=
Use the row of numbers shown below to generate 12 random numbers between 01 and 99....
Use the row of numbers shown below to generate 12 random numbers between 01 and 99. 03087, 11990, 31970, 68370, 63674, 11151, 27521, 83595 Starting at the beginning of the row, what are the first 12 numbers between 01 and 99 in the sample?
1.) Generate an array of 10 random numbers between 1 - 100 2.) Copy the array...
1.) Generate an array of 10 random numbers between 1 - 100 2.) Copy the array to a temp array 3.) Call each of the methods to sort (bubble, selection, insertion, quick, merge), passing it the array 4.) In-between the calls, you are going to refresh the array to the original numbers. 5.) Inside of each sorting method, you are going to obtain the nanoseconds time, before and after the method Subtract the before time from the after time to...
Suppose you wanted to generate a sample of random variable following binomial distribution with N=5 and...
Suppose you wanted to generate a sample of random variable following binomial distribution with N=5 and p=0.2, but you only have access to random number generator following continuous uniform distribution between 0 and 1. How would you do this? (Provide two solutions)