MATH 3510 Probability and Statistics Final Exam, Exams of Probability and Statistics

The final exam for a university-level course in probability and statistics. It includes 9 problems covering topics such as poisson processes, cumulative distribution functions, probability density functions, conditional probability, bayes' rule, and expected values. Students are required to solve each problem and show their work.

Typology: Exams

2012/2013

Uploaded on 02/21/2013

rajanikanta
rajanikanta 🇮🇳

4.1

(7)

110 documents

1 / 7

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
MATH 3510: PROBABILITY AND STATS
July 1, 2011
FINAL EXAM
YOUR NAME: KEY: Answers in blue
Show all your work.
Answers out of the blue and without any supporting work
may receive no credit even if they are right!
Write clearly.
You may use a calculator.
Box your final answers.
No notes allowed.
DO NOT WRITE IN THIS BOX!
problem points score
19 pts
29 pts
317 pts
413 pts
513 pts
613 pts
713 pts
813 pts
910 pts
TOTAL 100 pts
pf3
pf4
pf5

Partial preview of the text

Download MATH 3510 Probability and Statistics Final Exam and more Exams Probability and Statistics in PDF only on Docsity!

MATH 3510: PROBABILITY AND STATS

July 1, 2011

FINAL EXAM

YOUR NAME: KEY: Answers in blue

Show all your work. Answers out of the blue and without any supporting work may receive no credit even if they are right! Write clearly. You may use a calculator.

Box your final answers. No notes allowed.

DO NOT WRITE IN THIS BOX!

problem points score

1 9 pts

2 9 pts

3 17 pts

4 13 pts

5 13 pts

6 13 pts

7 13 pts

8 13 pts

9 10 pts

TOTAL 100 pts

  1. (9 pts) State the three properties of the Poisson process.

(a) No arrivals are simultaneous. (b) The number of arrivals in disjoint time intervals are independent. (c) The number of arrivals in an interval is Poisson distributed with mean proportional to the length of the interval.

  1. (9 pts) Define the following terms. Use full sentences and be as precise as possible.

(a) cumulative distribution function The cdf of the random variable X is F (x) = P (X ≤ x).

(b) probability density function A pdf is a function f such that f (x) ≥ 0 for all x and

−∞ f^ (x)dx^ = 1.

(c) conditional probability of A given B The conditional probability of A given B is P (A|B) =

P (AB)

P (B) if^ P^ (B)^ >^ 0.

  1. (13 pts) You flip a fair coin three times. Let A be the event that you get at least two heads. Let B be the event that not all of the coins come up the same (that is, you get at least one heads and at least one tails). Are A and B independent? Let X be the number of flips that land heads. Note X ∼ B(3, 12 ). We compute:

P (A) = P (X ≥ 2) =^48 =^12 ,

P (B) = P (X 6 = 0, X 6 = 3) =^68 =^34 , and

P (AB) = P (X = 2) =

So, P (AB) = 38 = 12 · 34 = P (A)P (B), so that the events A and B are independent.

  1. (13 pts) Suppose an urn contains five red balls, three blue balls, and two green balls. You remove a ball at random from the urn (without replacing it). If the removed ball is red, you add two blue balls to the urn. If the removed ball is blue, you add two green balls to the urn. If the removed ball is green, you add two red balls to the urn. Then, you remove a second ball form the urn. What is the probability that the second ball you remove is red? Use the law of conditional probabilities. Let B 1 , B 2 , B 3 be the events that the first ball removed is red, blue, or green (respectively). Let A be the event that the second ball removed is red. Then

P (A) = P (A|B 1 )P (B 1 ) + P (A|B 2 )P (B 2 ) + P (A|B 3 )P (B 3 ) =

10 ≈^0.^4455.

  1. (13 pts) A point Q is chosen at random inside a sphere with radius r. What is the expected value of the distance from the center of the sphere to the point Q? Hint: The volume of a sphere with radius r is V = 43 πr^3. We first calculate the cumulative distribution function for X =the distance of Q from the center of the sphere. Note that for 0 ≤ x ≤ r,

P (X ≤ x) =

volume of sphere of radius x volume of sphere of radius r =

4 3 πx^3 4 3 πr^3

x^3 r^3.

So, the probability density function of X is f (x) = (^) ddx [P (X ≤ x)] = 3 x

2 r^3 for 0^ < x < r, and

f (x) =

{ (^3) x 2 r^3 if 0^ < x < r 0 otherwise

Then, E(X) =

∫ (^) r 0 xf^ (x)dx^ =^

∫ (^) r 0 x^ ·^

3 x^2 r^3 dx^ =^

3 r^4 4 r^3 =^

3 4 r.

  1. (13 pts) Each day, a certain machine has a 0.01 probability of breaking. Let X be the number of days until the machine breaks. Find E(X) and var(X). Note that X has probability mass function P (X = k) = (0.99)k−^1 (0.01) (since it doesn’t break the first (k − 1) days and does break on the kth day). So,

E(X) =

∑^ ∞

k=

k(0.99)k−^1 (0.01) = 0.^01 (1 − 0 .99)^2

E(X^2 ) =

∑^ ∞

k=

k^2 (0.99)k−^1 (0.01) =

(1 − 0 .99)^3 = 19900,^ and so var(X) = 19900 − (100)^2 = 9900.

Alternatively, you can assume that X has an exponential distribution. (This will only be approx- imately true, but I gave credit for solving the problem by this method.) Then E(X) = 100 and var(X) = 10000.

  1. (Extra Credit, 10 pts) You roll a die repeatedly until two consecutive rolls land on the same number. How many times do you expect to roll the die? Let X be the number of times you roll the die until two consecutive rolls land on the same number. Note that in order for the kth roll to be the fist time this happens, it must be the case that no two rolls from the first k − 1 were the same (with probability

6

)k− 2 , where we have k − 2 instead of k − 1 since the first roll can be anything) and that the kth roll is the same as the previous roll (with probability 16 ), so that P (X = k) =

k− (^2 ) 6 for^ k^ = 2,^3 ,.... Then

E(X) =

∑^ ∞

k=

k

)k− 2 1 6

=^1 6

∑^ ∞

k=

(k + 1)

)k− 1

=^16

∑^ ∞

k=

k

)k− 1 +^16

∑^ ∞

k=

)k− 1

(1 − 56 )^2