Question

In: Statistics and Probability

A random number generator picks a number from 18 to 64 in a uniform manner. Round...

A random number generator picks a number from 18 to 64 in a uniform manner. Round answers to 4 decimal places when possible.

The mean of the distribution is:

The standard deviation is:

The probability that the number will be exactly 20 is P(x = 20) =

The probability that the number will be between 24 and 26 is P(24 < x < 26) =

The probability that the number will be larger than 32 is P(x > 32) =

P(x > 19 | x < 51) =

Find the 79th percentile.

Find the minimum for the upper quartile.

Solutions

Expert Solution

X ~ U(18,64)

X follows Uniform distribution,

The pdf is given by,

The mean of the distribution is

= 82/2 = 41

The standard deviation is

= 13.2791

The probability that number will be exactly 20

= P(X = 20) = 20/46 = 10/23 = 0.4348

The probability that the number will be between 24 and 26 is P(24 < x < 26)

= (26-24)/(46) = 2/46 = 1/23 = 0.0435

The probability that the number will be larger than 32 is P(x > 32) = (64-32)/46 = 32/46 = 16/23 = 0.6956

P(x > 19 | x < 51) = P(19<X < 51) / P(X<51) = (51-19) / (51-18) = 32/33 = 0.9697

79th percentile = P(X<k) = (k-18)/46 = 0.79,

k = 46*0.79+18 = 54.34 (ans)

upper quartile,

k = 46*0.75+18 = 34.5+18 = 52.5

minimum for upper quartile = 52.5 (ans)

*** If you have any queries or doubts please comment below, if you're satisfied please give a like. Thank you!


Related Solutions

A random number generator picks a number from 7 to 68 in a uniform manner. Round...
A random number generator picks a number from 7 to 68 in a uniform manner. Round answers to 4 decimal places when possible. The mean of this distribution is The standard deviation is The probability that the number will be exactly 42 is P(x = 42) = The probability that the number will be between 16 and 28 is P(16 < x < 28) = The probability that the number will be larger than 48 is P(x > 48) =...
1.) Using excel. A random number generator picks a number from one to nine in a...
1.) Using excel. A random number generator picks a number from one to nine in a uniform manner. X ~ _________ Graph the probability distribution. f(x) = _________ μ = _________ σ = _________ P(3.5 < x < 7.25) = _________ P(x > 5.67) P(x > 5|x > 3) = _________ Find the 90th percentile. 2) using excel A subway train on the Red Line arrives every eight minutes during rush hour. We are interested in the length of time...
A random number generator returns random floats between 0 and 1, according to a uniform distribution....
A random number generator returns random floats between 0 and 1, according to a uniform distribution. say you let the random number generator draw 100 numbers, the sample mean will be... A.impossible to determine, because the data aren't drawn from a normal distribution. B.normally distributed, with mean 0.5 and standard deviation 0.2887. C.uniformely distributed, between 0 and 1. D.normally distributed, with mean 0.5 and standard deviation 0.02887.
Suppose you have access to a random number generator Rng() that generates uniform random numbers in...
Suppose you have access to a random number generator Rng() that generates uniform random numbers in {0, 1, . . . , n − 1}. Design a function uses Rng() generate a uniform random number in {0, 1, . . . , m − 1}, where m ≤ n
continuous random variable and uniform distribution please follow the comment. A random number generator spits out...
continuous random variable and uniform distribution please follow the comment. A random number generator spits out a random real number in the range [1,4] assume each number is equally likely being out. what is the probability that the model output an irrational number? the answer is 1, but i don't understand
A random number generator produces a sequence of 18 digits (0, 1, ..., 9). What is...
A random number generator produces a sequence of 18 digits (0, 1, ..., 9). What is the probability that the sequence contains at least one 3? (Hint: Consider the probability that it contains no 3's. Round your answer to four decimal places.)
A computer random number generator was used to generate 950 random digits from 0 to 9....
A computer random number generator was used to generate 950 random digits from 0 to 9. The observed frequencies of the digits are given in the table below. 0 1 2 3 4 5 6 7 8 9 88 82 97 84 87 87 95 93 90 147 Using a 0.05significance level, test the claim that all of the digits are equally likely. (a) Find the rejection region. Reject H0 if χ2> (b) Find the test statistic. (Round your final...
Questions 36-39: Six numbers are selected at random from a random number generator and entered into...
Questions 36-39: Six numbers are selected at random from a random number generator and entered into each of four rows. The summary statistics are presented in the chart below. Mean SD   Row 1 5.8  0.78 Row 2 3.6  0.23 Row 3 5.5  0.32 Row 4 4.0  0.59 Assume the populations are normal with equal variances. It is of interest to test the following: Ho: μ1 = μ2 = μ3 = μ4 36. What are the degrees of freedom for the...
Below are 50 random numbers taken from a random number generator. 0.534 0.401 0.401 0.445 0.445...
Below are 50 random numbers taken from a random number generator. 0.534 0.401 0.401 0.445 0.445 0.125 0.094 0.094 0.104 0.104 0.345 0.259 0.259 0.288 0.288 0.785 0.589 0.589 0.654 0.654 0.975 0.731 0.731 0.813 0.813 0.834 0.626 0.626 0.695 0.695 0.683 0.512 0.512 0.569 0.569 0.322 0.242 0.242 0.268 0.268 0.526 0.395 0.395 0.438 0.438 0.234 0.176 0.177 0.198 0.196 a) Using 5 class intervals, determine the computed chi-square value. Answer in 1 decimal place.    b) What is...
The first random number generator comes from Python itself. To use it you need to import...
The first random number generator comes from Python itself. To use it you need to import the Python package. Then call the random() method. See below. import random print (random.random()) It is important to know that a random number generator really is random. If so, it should have uniform distribution between 0 and 1. Test the random number generators in Python for uniformity.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT