Você está na página 1de 2

Spring 2012

Master of Computer Application (MCA) Semester III


MC0074 Statistical And Numerical Methods Using C++ 4 Credits
(Book ID: B0812 )
Assignment Set 1 (60 Marks)


Answer All Questions 6 X 10 = 60 Marks
1. There are three urns containing 2 white and 3 black balls, 3 white and 2 black and 4
white and 1 black respectively. There is equal probability of each urn being chosen.
One ball is drawn from an urn chosen at random. What is the probability that a white
ball drawn is from the second urn?
2. Thirteen cards are drawn simultaneously from a pack of cards. If aces count 1, face
cards 10 and others according to denomination, find the expectation of the total score
on 13 cards.
3. If two normal universes have the same total frequency but the standard deviation of
one is k times that of the other, show that the maximum frequency of the first is (1/k)
times that of the other.
4. If X
1
and X
2
are two independent normal variates

with a common mean zero and
variances
2
2
2
1
ando o respectively, show that the variates n = (X
1
+X
2
), v=
2
2 1
1
1 2
x x
o
o
+
o
o
are independent and each is normally distributed with mean zero and
variance
2
2
2
1
o + o .
5. The first four moments of a distribution about the value 4 are -1.5, 17, -30 and 108.
Calculate the coefficient of skew ness and kurtosis.
6. Explain Markov Chains



Spring 2012
Master of Computer Application (MCA) Semester III
MC0074 Statistical And Numerical Methods Using C++ 4 Credits
(Book ID: B0812 )
Assignment Set 2 (60 Marks)


Answer All Questions 6 X 10 = 60 Marks

1. Define the term absolute error. Given that
a = 10.00 0.05
b = 0.0356 0.0002
c = 15300 100
d = 62000 500
Find the maximum value of the absolute error in
(a) a + b + c + d (b) a + 5c - d (c) c
3

2. Determine the eigenvalues and the corresponding eigenvectors for the following
matrices

(

1 2
2 2

3. Find the multiplicity root of the equation x
3
x
2
x + 1 = 0 near x
0
= 0.9.
4. Find the equation of a curve which passes through the points (4, 43), (7, 83), (9, 327)
and (12, 1053) using divided difference formula.
5. Evaluate dx
x
1
3
1
}
by Simpsons rule with 4 strips and 8 strips respectively.
6. Use the RK method to estimate y(0.4) when
y(x) = x
2
+ y
2
with y(0) = 0 Assume h = 0.2

Você também pode gostar