Question

In: Statistics and Probability

Read four digits from the random numbers table. note the number of odd digits in the...

Read four digits from the random numbers table. note the number of odd digits in the selected numbers. Repeat the experiment 25 times. Obtain the probability distribution of the odd digits. Find mean and variance of the distribution

Solutions

Expert Solution

Ans. The toatal number of possible for digit numbers are

The odd numbers = 105

The even numbers = 105

Ley,

Y​​​​​​i = 1 if number is odd = success

= 0 if number is even = failure

p = (Y​​​​​​i​​​​​ = 1) = P( odd number) = 105/210 = 0.5

q = 1 - p = 0.5

Such types of experiment is known as bernoulBe trial.

Since this trial is repeated n = 25 times, each trail is independentl from each other and with constant probability p = 0.5 of success for each trail.

Let X = Y​​​​​​1 + Y​​​​​​2 + ....+ Y​​25 has binomial distribution with parameters n = 25 and p = 0.5.

Mean = E(X) = np = 25*0.5 = 12.5

Variance= var(X) = npq = 25*0.5*0.5 = 6.25


Related Solutions

//----------------------------------------------------------------- // Counts the number of odd, even, and zero digits in an integer // input...
//----------------------------------------------------------------- // Counts the number of odd, even, and zero digits in an integer // input value. Repeat as long as the user wishes to continue //----------------------------------------------------------------- public static void main(String[] args) {     // Declare the identifiers final int SENTINEL = -99;    // Declare the remaining identifiers ... Scanner scan = new Scanner(System.in);    // Display the programmer's information              // Input an integer number          // Count the number of odd, even, and...
From the digits 0,1,2,3,5,7,8, and 9 , selected of them at random and from a four-digit...
From the digits 0,1,2,3,5,7,8, and 9 , selected of them at random and from a four-digit number, none of these digits appears more than once in each number. (a) Find the probability that the number formed is even. (b) Find the probability that the number formed is divisible by 3.
Benford's Law states that the first nonzero digits of numbers drawn at random from a large...
Benford's Law states that the first nonzero digits of numbers drawn at random from a large complex data file have the following probability distribution.† First Nonzero Digit 1 2 3 4 5 6 7 8 9 Probability 0.301 0.176 0.125 0.097 0.079 0.067 0.058 0.051 0.046 Suppose that n = 275 numerical entries were drawn at random from a large accounting file of a major corporation. The first nonzero digits were recorded for the sample. First Nonzero Digit 1 2...
Benford's Law states that the first nonzero digits of numbers drawn at random from a large...
Benford's Law states that the first nonzero digits of numbers drawn at random from a large complex data file have the following probability distribution.† First Nonzero Digit 1 2 3 4 5 6 7 8 9 Probability 0.301 0.176 0.125 0.097 0.079 0.067 0.058 0.051 0.046 Suppose that n = 275 numerical entries were drawn at random from a large accounting file of a major corporation. The first nonzero digits were recorded for the sample. First Nonzero Digit 1 2...
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...
What is the probability that a randomly chosen four-digit integer has distinct digits and is odd?
What is the probability that a randomly chosen four-digit integer has distinct digits and is odd?
Counts the number of odd, even, and zero digits in an integer input value. Repeat until...
Counts the number of odd, even, and zero digits in an integer input value. Repeat until user does not want to continue. Develop the program in an incremental fashion. For example, write the part of the program, which inputs a single integer value and displays number of odd, even, and zero digits in that number. Submit your partial program for grading to make sure it works for the first few test cases. Below is an example execution of a partial...
Write a program to print random numbers and whether they were even or odd. Ask the...
Write a program to print random numbers and whether they were even or odd. Ask the user to enter a positive number to indicate how many random numbers to pull (verify number is positive). Zero is positive. Declare two variables and initialized to zero. int evens = 0, odds = 0; Use them to count how many evens and how many odds were pulled. Enter how many random numbers to pull : 3 41           odd 18467    odd 6334    even 1...
Question: How many even four-digit numbers can be formed from the digits 0,1,2,5,6 and 9. If...
Question: How many even four-digit numbers can be formed from the digits 0,1,2,5,6 and 9. If each digit can be used exactly once. Note: Using the rule of multiplication, solve the question elaborating and explaining each step in detail for my better understanding.
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...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT