SOLUTION: Consider a loaded die, in 10 independent throws the probability that an even number turns up 5 times is twice the probability that even number turns up 4 times. Prepare the probabi
Algebra ->
Probability-and-statistics
-> SOLUTION: Consider a loaded die, in 10 independent throws the probability that an even number turns up 5 times is twice the probability that even number turns up 4 times. Prepare the probabi
Log On
Question 1109861: Consider a loaded die, in 10 independent throws the probability that an even number turns up 5 times is twice the probability that even number turns up 4 times. Prepare the probability distribution of the even numbers and compute the mean and variance. Verify your results as.
1) μ = E(x) = np 2) Var(x) = σ^2 = npq
Where p = prob. of even number q = 1-p Found 2 solutions by stanbon, rothauserc:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Consider a loaded die, in 10 independent thr
ows the probability that an even number turns up 5 times is twice the probability that even number turns up 4 times. Prepare the probability distribution of the even numbers and compute the mean and variance. Verify your results as.
1) mean = E(x) = np
2) Var(x) = sigma^2 = npq
Where p = prob. of even number q = 1-p
-------
P(x = 5) = 10C5p^5q^5
P(x = 4) = 10C4p^4q^6
------
Equation:
10C5p^5q^5 = 2[10C4p^4q^6]
p/q = [2*10C4]/10C5 = 5/3
----
p = (5/3)q
p + q = 1
p + (3/5)p = 1
8/5 p = 1
p = 5/8
1) mean = n*p = 10(5/8) = 50/8 = 6.25
2) Var = npq = 6.25(3/8) = 2.344
-----------
Cheers,
Stan H.
----------
-----