GTU Probability and Statistics Summer 2022 Pyq With Solution
GTU Probability and Statistics Summer 2022 Pyq With Solution
(b) Two fair six-sided dice are tossed independently. Let M be the maximum of
the two tosses. What is the probability mass function (pmf) of M? (04 marks)
S={
(1,1) (1,2) (1,3) (1,4) (1,5) (1,6)
(2,1) (2,2) (2,3) (2,4) (2,5) (2,6)
(3,1) (3,2) (3,3) (3,4) (3,5) (3,6)
(4,1) (4,2) (4,3) (4,4) (4,5) (4,6)
(5,1) (5,2) (5,3) (5,4) (5,5) (5,6)
(6,1) (6,2) (6,3) (6,4) (6,5) (6,6)
}
M 1 2 3 4 5 6
P(M) 1/36 3/36 5/36 7/36 9/36 11/36 ⇒ Total : 1
(c) Seventy percent of the light aircraft that disappear while in flight in a certain
country are subsequently discovered. Of the aircraft that are discovered, 60%
have an emergency locator, whereas 90% of the aircraft not discovered do not
have such a locator. Suppose a light aircraft has disappeared.
(i) If it has an emergency locator, what is the probability that it will not be discovered? (ii) If it does not have an emergency
locator, what is the probability that it will be discovered? (7)
P(D)=0.70 , P(E/D)= 0.60 , P(E’/D’)=0.90
P(D’)=0.30, P(E’/D)= 0.40, P(E /D’)=0.10
i.) P (D/E) = P (D).P P(E/(DD).P)+P(E/(D)P
D)
(E/D)
= 0.0667
Q.2
(a) State the probability function of Exponential and Gamma distribution. (3
marks)
Exponential Distribution:
The probability density function (PDF) of the Exponential distribution is given by:
f (x; λ) = λe−λx
Where:
x is the random variable.
λ (lambda) is the rate parameter, which is the inverse of the mean. It determines the shape of the distribution.
Gamma Distribution:
The probability density function (PDF) of the Gamma distribution is given by:
Question 1 Question 2 Question 3 Question 4 Question 5
1
xk−1 e− θ
x
f (x; k, θ) = Γ(k)⋅θk ⋅
Where:
x is the random variable.
k is the shape parameter.
θ is the scale parameter.
Γ(k) is the gamma function, which is a generalization of the factorial function for non-integer values.
(b) A dice is thrown 264 times with the following results. Show that the dice is
biased. [Use 𝜒20.05 for 5 degree of freedom]. (4)
No. appeared on dice 1 2 3 4 5 6
Frequency 40 32 28 58 54 52
Ans:
Fo Fe (Fo-Fe)^2/Fe
40 44 0.3636
32 44 3.2727
28 44 5.8182
58 44 4.4545
54 44 2.2727
52 44 1.4545
17.6362
1. H0 : Dice is Unbiased
2. H1 : Dice is biased
3. α : 0.05
4. x2 = ∑(FFo−F e
e) 2
= 17.6362F e = 264
6 =
44
5. V = N -1 = 6-1 = 5
2
X0.05 (V = 5) = 11.07
6. x2 > x20.05
**Rejected**
(c) Fit a straight line to the following data. Also, estimate the value of y at x=72.
(7)
x 65 66 67 67 68 69 71 73
y 67 68 64 68 72 70 69 70
y = a+bx
Ey = na + bEx
Exy = aEx + bEx2
a=39.54 n = 8
b = 0.4242
x y x^2 xy
546 548 37314 37422
estimate x=72,
y=39.5455 + 0.4242 (72)
y = 70.0910
OR
(c) Fit the second degree parabola using the least square method to the
following data: Also, estimate y at x=6. (7)
x 1 2 3 4 5
y 5 12 26 60 97
y = a + bx + cx2 Ey = na + bEx + cEx2 Exy = aEx + bEx2 + cEx3 Ex2 y = aEx2 + bEx3 + cEx4
(b) If a random variable has a Poisson distribution such that P(X=1)=P(X=2), find
(i) the mean of the distribution, (ii) P(X=5), (iii) P(X>1), and (iv) P(1<X<4) (04 marks)
e−λ λx
P (X = x) = x1
P(X=1) = P(X=2)
e−λ λx e−λ λx
1!
= 2!
λ=2
1. Mean = λ = 2
2. P (X=5) = e 5!λ = 0.0361 −λ 5
3. P(X>1) = 1 - P(x≤1)
1 - [ P(x=0) + P(x=1) ]
1 - [ 0.1353 + 0.2707 ]
0.5940
4. P(1<x<4) = P(x=2) + P(x=3)
0.4511
OR
Q.3
(a) The mean and variance of a binomial distribution are 4 and 2. Find 𝑃(𝑋≥2).
(03 marks)
Mean = np = 4
Variance = npq = 2
np
npq
= 42 p = 1 − q =
11
2q
= 2, q = 12 n( 12 ) = 4, n = 8
(b) A car hire firm has two cars, which it hires out day by day. The number of
demands for a car on each day is distributed as a Poisson distribution with mean
of 1.5. Calculate the proportion of days on which
(i) neither car is used, (ii) some demand is refused, (iii) only one car is used. (04 marks)
λ=1.5 P(X=x) = e x!λ −λ x
1. P(x=0) = e 0!λ −λ x
= 0.2231
2. P(x>2) = 1 - P(x≤2) = 1 - [P(x=0) + P(x=1) + P(x=2)]
= 0.1912
3. P(x=1) = e 1!λ −λ 1
= 0.3347
(c) Define Standard normal variate. The lifetime of a certain kind of batteries has
a mean life of 400 hours and the standard deviation as 45 hours. Assuming the
distribution of lifetime to be normal. Find The percentage of batteries with
lifetime (i) at least 490 hours, (ii) between 385 and 490 hours. Also, find the
minimum life of the best 5% of batteries.
[Use: P(0< z < 2) = 0.4772, P(0 < z < 0.33) = 0.1293 and P(0< z < 1.65) = 0.45] (7 marks)
z= X−μ
σ
(Define)
μ=400, σ=45
1. P(x≥490), z = 490−400
45 =2
P(-0.33<z<2)
= P(-0.33<z<0) + P(0<z<2)
= P(0<z<0.33) + P(0<z<2)
= 0.1293 + 0.4772
= 0.6065
= 60.65%
3. let min life of best 5% battery is x1
P(x≥x1) = 0.05 (5%)
P(z≥z2) = 0.05
x1 −400
1.65 = 45
x1 = 474.25 hours
Q.4
(a) Explain the term related to testing of hypothesis:
(i) Type I Error, (ii) Type II Error, (iii) Level of Significance. (03 marks)
(i) Type I Error: A Type I error occurs in hypothesis testing when the null hypothesis (H0) is incorrectly rejected when it is
actually true. In other words, it is the error of concluding that there is a significant effect or difference when, in reality,
there is none. The probability of committing a Type I error is denoted by the symbol α (alpha) and is referred to as the
significance level.
(ii) Type II Error: A Type II error occurs when the null hypothesis is not rejected when it is false. In this case, the test fails to
detect a significant effect or difference that really exists. The probability of committing a Type II error is denoted by the
symbol β (beta).
(iii) Level of Significance: The level of significance, often denoted by α (alpha), is the predetermined probability of
committing a Type I error in hypothesis testing. It represents the maximum acceptable probability of rejecting a true null
hypothesis. Commonly used levels of significance include 0.05 (5%) and 0.01 (1%). Researchers choose the level of
significance based on the desired balance between the risk of making a Type I error and the desire for a more stringent
test.
(b) A coin was tossed 960 times and returned heads 183 times. Test the
hypothesis that the coin is unbiased. Use 5% level of significance. [use Z0.05 =
1.96 ]. (04 marks)
1. H0 = coin is unbiased
2. H1 = coin is biased
3. α = 0.05
4. z = x−μ
σ = −19.1713
|z| = 19.1713
5. z0.05 = 1.96
6. |z| >∣z0.05 ∣
Rejected
(c) Two types of batteries are tested for their length of life and the following
data are obtained:
No. of samples mean life in hours Variance
Type A 9 600 121
Type B 8 640 144
diff. or 2 mean
n1 = 9
n2 = 8
n1 s1 2 +n2 s2 2
xˉ1 = 600xˉ2 = 640s1 2 = 121s2 2 = 144s =
n1 +n2 −2
= 12.2229
1. H0 : μ1 = μ2
2. H1 : μ1 = μ2
3. α = 0.05
4. t = xˉ −+xˉ 1
1
2
1
n1 n2
= -6.7348
|t| = 6.7348
5. V = n1 + n2 − 2 = 15
t0.05 = 2.132
Rejected
OR
Q.4
(a) Ten objects are chosen at random from a large population and their weights
are found to be in grams:61,63,64,65,68,69,69,70,71,71. Discuss the suggestion
that the mean is 65 g. [Use 𝑡0.05 = 2.262 𝑎𝑡 𝑣 = 9]. (03 marks)
n=10, μ=65
1. H0 : μ=65g
2. H1 : μ ≠ 65g
3. α = 0.05
4. t = xˉn−1
−μ
= 1.8586
5. t0.05 (V = 9) = 2.2632
V=n-1
= 10-1
=9
6. |t| < ∣t0.05 ∣
Accepted
(b) The means of simple samples of sizes 1000 and 2000 are 67.5 cm and 68 cm
respectively. Can the samples be regarded as drawn from the same population
of standard deviation 2 cm. [use 𝑍0.05 = 1.96] (04 marks)
large sample diff of mean
n1 = 1000, n2 = 2000xˉ1 = 67.5, xˉ2 = 68σ1 = 2, σ2 = 2
1. H0 : μ1 = μ2
2. H1 : μ1 = μ2
3. α = 0.05
4. z = xˉ −xˉ σ1 2
1
σ 2
2
= −6.4500
+ n2
n1
2
|z| = 6.4550
5. z0.05 = 1.96
(c) Two random samples are drawn from two populations and the following
results were obtained:
Sample I 21 24 25 26 27
Sample II 22 27 28 30 31 36
Find the variances of the two samples and test whether the two populations
have the same variances.[Use F0.05(5, 4) = 6.26.]
12.96 49
0.36 4
0.16 1
1.96 1
5.76 4
49
21.2 108
ˉ )2
Σ(x1 −x1 ˉ )2
Σ(x2 −x2 (n1 s1 )2 (n2 s2 )2
S1 2 = = 21.2
= 4.24S2 2 = = 108
= 18S1 2 = = 5X4.24
= 5.3S2 2 = = 6X18
= 21.6
n1 5 n2 6 n1 −1 4 n2 −1 5
1. H0 : σ1 2 = σ2 2
2. H1 : σ1 2 = σ2 2
3. α = 0.05
4. F = SS = 21.6
5.3 =
4.0755 2
1
2
2
6. F < F0.05
Accepted
Q.5
(a) The probability distribution of a random variable X is given below. Find (i)
E(X), (ii) V(X)
X -2 -1 0 1 2
P(x=X) 0.2 0.1 0.3 0.3 0.1
E(X) = Σxi P (xi ) = (−2)(0.2) + .... + (2)(0.1) = 0V (x) = E(x2 ) − [E(x)]2 Σx1 2 P (xi ) − (0)2 [(−2)2 (0.2) + .... +
(b) The following are the lines of regression 9𝑦 = 𝑥 + 288 𝑎𝑛𝑑 4𝑦 = 𝑥 + 38.
Estimate y when x = 99 and x when y = 30. Also, find the means of x and y
9y = x+288 ——(1)
4y=x+38 ——(2)
y = 19 x +
288
9
x=4y-38
1
byx = 9
byx=4
x=99 put,
y=30, put
y=43
x=82
solve eqn (1) & (2)
yˉ = 50x
ˉ = 162
(c) Ten competitors in a test are ranked by three judges in the following order:
Rank by first Judge 6 10 2 9 8 1 5 3 4 7
Rank by second Judge 5 4 10 1 9 3 8 7 2 6
Rank by third judge 4 8 2 10 7 5 9 1 3 6
Use the method of rank correlation to gauge which pairs of judges has nearest
common approach.
x y z d1 ^ 2 d2 ^ 2 d3 ^ 2
1 1 4
36 16 4
64 64 0
64 81 1
1 4 1
4 4 16
9 1 16
16 36 4
4 1 1
1 0 1
Σ=200 208 48
n(n2 −1)
= −0.2121r2 = 1 −
n(n2 −1)
= 0.2606r3 = 1 −
n(n2 −1)
= 0.7091
r3 = MAX = x&z
judge 1 & 3
nearest common approach.
OR
Q.5
(a) For a group of 10 items, Σx = 452, Σx2 = 24270, 𝑎𝑛𝑑 mode = 43.7. Find
Karl Pearson’s coefficient of Skewness.
Σx2
Sk =
mean−mode
SD
= 0.0766SD = n
− ( Σx
2
n ) = 19.5949
n = 10
Σx = 452
Σx2 = 24270
Σ(x−x
ˉ)2 Σ(y−yˉ)2
=0
Σx Σy
ˉ=
x n
= 0 ↙ 07 yˉ =
n
= 4.0714
(c) Calculate the regression coefficients and find the two lines of regression for
the following data:
X 57 58 59 59 60 61 62 64
Y 67 68 65 68 72 72 69 71
Σ(x−x Σ(y−yˉ)2 n 8 n 8
Reg y on x,
y − yˉ = byx(x − x
ˉ)
y = 0.6667x + 29
put, x=65
y=72.33
Reg x on y,
x−x
ˉ = bxy(y − yˉ)
x=0.5455y + 22.36
Helping you save your time & energy ❤️
Privacy Policy Disclaimer About us