1. For two given set of data, it is known that mean x = 10 and mean of y = 4. The gradient of the regression line y on x is 0.6. Find the equation of the regression line and estimate y when x = 1 (4mks)
2. A discrete random variable has the following distribution
x 1 2 3 4
f(x) k 2k 2/3k 1/3k
i). Determine the value of k (2mks)
ii). Find the expectation of x (2mks)
iii). Find the variance of x (3mks)
3. The arithmetic mean of 10 numbers is 4. When an eleventh number x is added, the overall mean is changed to 5. When a twelfth number y is added, the mean changes to 4. Determine the values of x and y. (5mks)
PROBABILITY
4. a). A manufacturer assures his customers that the probability of having defective items is 0.005. A sample of 1000 items was inspected. Find the probabilities of having the following outcomes.
i). only one is defective
ii). at most 2 defective
iii). more than 3 defective
1
Expert's answer
2020-03-13T15:20:20-0400
1. The line of regression of Y on X is given by Y=A+Bx,A=yˉ−Bxˉ
Given that xˉ=10,yˉ=4,B=0.6. Then
A=4−0.6(10)=−2
The line of regression of Y on X is
Y=−2+0.6x
Estimate Y when X=1
Y=−2+0.6(1)=−1.4
2. A discrete random variable has the following distribution
3. The arithmetic mean of 10 numbers is 4. When an eleventh number x is added, the overall mean is changed to 5. When a twelfth number y is added, the mean changes to 4. Determine the values of x and y.
Given that μ10=4
μ11=11μ10(10)+x=5114(10)+x=5x=15
μ11=5
μ12=12μ11(11)+y=4125(11)+y=4y=−7
4. a) Let X= the number of defective items: X∼B(n,p).
P(X=x)=(xn)px(1−p)n−x
Given that n=1000,p=0.005.
The mean value and standard deviation of a binomial random variable X are
μ=np=1000(0.005)=5
σ=np(1−p)=1000(0.005)(1−0.005)=4.975
Since the sample size n is very large and p is small we may use Approximation of Binomial Distribution by a Poisson Distribution
P(X=x)=x!e−μμx
i). The probability of having only one defective item is
P(X=1)=(11000)0.0051(1−0.005)1000−1≈0.033437
P(X=1)=1!e−551=5e−5≈0.033690
ii). The probability of having at most 2 defective items is
Comments