Mat202 C
Mat202 C
1 Find the probability distribution function, if the Random variable 𝑋 takes the (3)
values 1, 2, 3, 4 such that 2𝑃(𝑋 = 1) = 3𝑃(𝑋 = 2) = 𝑃(𝑋 = 3) = 5 𝑃(𝑋 = 4).
2 A pair of dice is thrown 4 times. If 𝑋 denotes the random variable of number of (3)
doublets shown, find V𝑎𝑟(3𝑋 + 1).
3 If 𝑋 has a Uniform Distribution in (−3, 3), find 𝑃 (| 𝑋 – 2| < 2). (3)
4 The time in hours, required to repair a machine is exponentially distributed with (3)
mean 4. What is the probability that the repair time exceeds 4 hours?
5 A random sample of size 100 is taken from a population with mean 75 and variance (3)
400. Find the mean and standard deviation of the sample mean.
6 Out of a random sample of 400 cars passing under a bridge on a busy road, 172 (3)
were found to be white. Find 95% confidence interval for the proportion of white
cars passing under the bridge.
7 Using Newton Raphson method find the positive root of the equation 𝑥 3 − 24 = (3)
0 that lies between 2 and 3 correct to three decimal places.
8 1 2 (3)
Evaluate ∫0 𝑒 −𝑥 𝑑𝑥 using Trapezoidal rule. (Take ℎ = 0.25)
9 𝑑𝑦 (3)
Use Rungi-Kutta Method of order 2 to find 𝑦(0.2) for = 𝑥 + 𝑦 2 , 𝑦(0) = 1
𝑑𝑥
with ℎ = 0.2
10 Using Euler’s method find 𝑦 at 𝑥 = 0.25 given 𝑦 ′ = 2𝑥𝑦, 𝑦(0) = 1, ℎ = 0.25 (3)
PART B
(Answer one full question from each module, each question carries 14 marks)
Module -1
11 a) A Random variable 𝑋 has the following probability distribution function. (7)
Page 1 of 3
02000MAT202052101
𝑋 0 1 2 3 4 5 6 7 8
𝑓(𝑥) 𝑎 3𝑎 5𝑎 7𝑎 9𝑎 11𝑎 13𝑎 15𝑎 17𝑎
Determine (i) the value of 𝑎 (ii) 𝑃(𝑋 < 3) (𝑖𝑖𝑖) 𝑃(𝑋 ≥ 3) (𝑖𝑣)𝑃(0 < 𝑋 < 5)
b) A random variable 𝑋 follows Poisson distribution such that (7)
2
𝑃(𝑋 = 0) = 3 𝑃(𝑋 = 1). Find (i) 𝑃(𝑋 = 3) (ii) 𝑃(𝑋 > 3) (iii) 𝐸(𝑋)
b) On a large group of men, 5% are under 60 inches in height and 40 % are between (7)
60 and 65 inches. Assuming normal distribution, find the mean and standard
deviation of the height.
14 a) The joint probability density function of a two-dimensional random variable (7)
𝑥2
(𝑋, 𝑌) is given by 𝑓(𝑥, 𝑦) = 𝑥𝑦 2 + , 0 ≤ 𝑥 ≤ 2, 0 ≤ 𝑦 ≤ 1.
8
1
Compute (i) 𝑃(𝑋 > 1) (ii) 𝑃 (𝑌 < 2) (iii) 𝑃(𝑋 < 𝑌)
Page 2 of 3
02000MAT202052101
16 a) A random sample of size 6 has mean 25 and variance 3.83. Can the sample be (7)
regarded as taken from a population with mean lesser than 29 at 1% level of
significance?
b) A coin is tossed 10000 times. Tail turns up 5195 times. Is the coin unbiased at (7)
5% level of significance?
Module -4
17 a) Find a real root of the following equation using Regula falsi method (7)
18 a) Using Lagrange interpolation, find the value of 𝑦(8), given 𝑦(0) = 18, 𝑦(1) = (7)
42, 𝑦(7) = 57, 𝑦(9) = 90.
b) Using Simpson’s 1/3 rd rule evaluate 0.6 𝑑𝑥 with 𝑛 = 6 (7)
∫0 √1+𝑥
Module -5
19 a) Using Gauss seidal method solve the following system of equations correct to 3 (7)
decimal places. 27𝑥 + 6𝑦 − 𝑧 = 85
6𝑥 + 15𝑦 + 2𝑧 = 72
𝑥 + 𝑦 + 54𝑧 = 110
b) Fit a Second degree parabola of the form 𝑦 = 𝑎 + 𝑏𝑥 + 𝑐𝑥 2 to the following data (7)
𝑋 0 1 2 3 4
𝑌 1.2 1.7 2.1 2.8 5.9
20 a) Using Runge kutta method of order 4, find y(0.1) given, 𝑦 ′ = 𝑥 + 𝑦, 𝑦(0) = 1 (7)
by taking ℎ = 0.1
b) Find the value of 𝑦(1.4) by Adams –Moulton predictor corrector method for the (7)
𝑑𝑦
differential equation 𝑑𝑥 = 𝑥 2 (1 + 𝑦), given 𝑦(1) = 1, 𝑦(1.1) = 1.233, 𝑦(1.2) =
Page 3 of 3