Construct an appropriate sample space for this game

Assignment Help Engineering Mathematics
Reference no: EM131109070

Honors Exam - Spring 2009 Probability

(I) Exercises-

1. Three people A, B and C play a game in which they throw coins, one after the other. A starts, then B, then C, then A again etcetera. The person who throws heads first wins the games. Construct an appropriate sample space for this game, and find the probability that A wins the game.

2. (a) Suppose that A and B are independent events. Show that Ac and B are independent.

(b) Prove Bonferroni's inequality P(A ∩ B) ≥ P(A) + P(B) - 1.

(c) Prove the general version of Bonferroni's inequality P(∩ni=1Ai) ≥ i=1Σn P(Ai) - (n - 1).

3. An urn contains n white and m black balls, where n and m are positive numbers. Determine the following probabilities.

(a) If k balls are randomly withdrawn (without replacement), what is the probability that exactly r of them are white?

(b) If two balls are randomly withdrawn (without replacement), what is the probability that they are the same color?

(c) If k balls are randomly drawn (with replacement, so each time a ball is selected there are n white balls and m black balls) what is the probability that exactly r of them are white?

(d) If two balls are randomly drawn (with replacement, so each time a ball is selected there are n white balls and m black balls) what is the probability that they are the same color?

4. Recall that P(X = k) =409_Figure.pngpk(1 - p)n-k for k = 0, 1, . . . , n is the binomial distribution with parameters n and p. Prove that E[X] = np in any way you like.

5. Suppose we have 10 coins such that if the ith coin is flipped it will show heads with probability i/10 for i = 1, 2, . . . , 10. A coin is randomly selected and flipped. If it shows heads what is the conditional probability that it is the 7th coin?

6. Let (X, Y) have joint density f(x, y) = e-y for 0 < x < y, and f(x, y) = 0 otherwise.

(a) Show that the marginal density of Y is fY (y) = ye-y for y > 0 and 0 otherwise.

(b) Show that fX|Y (x, y) = 1/y for 0 < x < y.

(c) Show that E(X|Y = y) = y/2 for y > 0.

(d) Use part (c) to compute E(X).

7. Let X and Y be independent Poisson random variables with parameters λ1 and λ2 respectively. Use moment generating functions to show that the distribution of the sum X + Y is also Poisson and determine the parameter for this sum. The moment generating function for a Poisson random variable with parameter λ is

φ(t) = eλ(et-1) = exp λ(et - 1).

8. Suppose that by any time t the number of people that have arrived at a train depot is a Poisson random variable with mean λt. The first train arrives at a time that is uniformly distributed over (0, T) (for some T) independent of when passengers arrive. What is the mean number of passengers that enter the train?

9. The number of people that enter a store in a given hour is a Poisson random variable with parameter λ = 10. Compute the conditional probability that at most 3 men entered the store, given that 10 women entered in that hour. What assumptions have you made?

10. (a) Suppose that the weather today depends on the weather conditions of the last two days. The weather for a given day can be either wet or dry. If it rained the past two days, then it will rain today with probability 0.8. If it did not rain for the past two days then it will rain today with probability 0.3. In any other case, the weather today will, with probability 0.6 be the same as yesterday. Construct an appropriate Markov chain for this model and determine its transition matrix P.

(b) If the weather today depends on the weather of the previous a days and if there are b possible weather conditions each day, how many states are needed to analyze this with a Markov chain?

11. A small barbershop, operated by a single barber, has room for at most two customers. Customers leave if the shop is full when they arrive. Potential customers arrive at a Poisson rate of three per hour, and the successive service times are independent exponential random variables with mean 1/4 hour. What is

(a) the average number of customers in the shop?

(b) the proportion of potential customers that enter the shop?

12. Suppose that a one-celled organism can be in one of two states - either A or B. An individual in state A will change to state B at an exponential rate α; an individual in state B divides into two new individuals of type A at an exponential rate β. Define an appropriate continuous time Markov chain for a population of such organisms and determine all the appropriate parameters for this model.

13: Recall that the long term probabilities of j people being in the system for an M/M/1 queue are π(n) = (λ/µ)n(1 - λ/µ). Consider an M/M/1 queue in which arrivals finding N people in the system do not enter. What are the long term probabilities for this system?

(II) Proofs-

14: A researcher wants to determine the relative efficacies of two drugs. The results (differentiated between men and women) were as follows:

women

drug I

drug II

success

200

10

failure

1800

190

 

men

drug I

drug II

success

19

1000

failure

1

1000

We are now faced with the question which drug is better. Here are two possible answers.

(1) Drug I was given to 2020 people, of whom 219 were cured. Drug II was given to 2200 people, of whom 1010 were cured. Therefore drug II is much better. (2) Amongst women, the success rate of drug I is 1/10 and for drug II the success rate is 1/20. Amongst men, these rates are 19/20 and 1/2 respectively. In both cases drug I is better. Which of the two answers do you believe? Can you explain the paradox?

15. Answer (c) and only one of (a) or (b):

(a) Show that if X is normally distributed with parameters µ and σ2 then Y = aX + b is normally distributed with parameters aµ+b and a2σ2. Do this by showing that the cumulative distribution function of Y can be expressed in terms of that of X as FY (x) = FX(x-b/a). (Do not use integrals, just use the definition of the distribution function.) Then differentiate this equation and show clearly how the result is the density of a normal distribution with parameters aµ + b and a2σ2.

(b) Show the same result as (a) by first showing that the moment generating functions satisfy MY (t) = etbMX(at) and using the fact that MX(t) = eµt+σ2t2/2.

(c) If X has normal distribution with mean µ and variance σ2 then it has moment generating function MX(t) = eµt+σ2t2/2. Use this to show that if X1 is normal with mean µ1 and variance σ21 and X2 is normal with mean µ2 and variance σ22 and they are independent then Y = X1 + X2 is normal with mean µ1 + µ2 and variance σ21 + σ22.

16. Recall that the geometric distribution with parameter p is given by P(X = n) = p(1 - p)n-1 for n = 1, 2, . . .. Let X and Y be independent geometric random variables both with parameter p.

(a) Show P(X > t) = (1 - p)t for t ≥ 1 analytically. That is, show that n=t+1Σ p(1 - p)n-1 = (1 - p)t.

(b) Show that P(X = m + k|X > m) = P(X = k).

(c) The distribution of X + Y is negative binomial with parameters 2 and p. That is, P(X + Y = k) = (k - 1)p2(1 - p)k-2 for k = 2, 3, . . .. Show this directly using a formula for the distribution of X + Y in terms of a sum Σ.

(d) Compute E(X|X + Y = k) for all k = 2, 3, . . ..

(e) Explain each of the results above using the interpretation of a geometric random variable as giving the probability of n trials up to and including the first success.

17. The Gamma distribution with parameters α > 0 and λ > 0 has density f(x) = λe-λx(λx)α-1/Γ(α) for x ≥ 0 and f(x) = 0 for x < 0 where Γ(α) = 0 e-yyα-1 dy.

(a) Show that X has moment generating function MX(t) = (λ/λ-t)α.

(b) Show, using any method that you like, that if X1, X2, . . . , Xn are independent exponentially distributed random variables with the same parameter λ then X1 + · · · + Xn has gamma distribution with parameters n and λ.

18. Let Ti, i = 1, 2, . . . , n be independent exponential random variables with parameters λi.

(a) Determine (with proof) P(min(T1, . . . , Tn) > t). Use this to show that the minimum is exponential and determine its rate.

(b) For n = 2, prove that P(T1 < T2) = (λ112).

(c) Prove that P(Ti = min(T1, . . . , Tn)) = (λi1+···+λn).

19. Consider a Poisson process with rate λ = 10. Given that exactly 5 events occur before time t = 12,

(a) What is the probability that all 5 of the events occur by time s = 9?

(b) What is the probability that exactly 2 of the events occur in the time interval [3, 10]?

(c) In general, for a Poisson process and s < t show that

20. Consider Gambler's ruin. On each turn you win 1 with probability p or lose 1 with probability q = 1 - p. You quit when you reach 0 or N.

(a) Determine with a direct proof (not using martingales) the probability of reaching N before 0 starting at x. That is, the probability of winning. If you can't do this for general p at least do it for p = 1/2.

(b) Writing P(si = 1) = p and P(si = -1) = 1 - p = q and Sn = S0 + s1 + · · · + sn with g(x) = ((1 - p)/p)x show that Mn = g(Sn) is a Martingale.

(c) Using the stopping theorem for martingales to generalize the result of part (a), determining the probability of reaching b > a before a.

(III) Overview of the subjects-

21. You find yourself at a graduation party sitting with your father, your grandmother and one of your professors. They ask the following questions. What are your answers?

(a) From your father: We just spent all of this money for you to study probability and stochastic processes. What is it good for?

(b) From your grandmother: You just spent a lot of time studying probability and stochastic processes. What are they?

(c) From your professor: I just spent a lot of time trying to help you understand probability and stochastic processes. What results did you find really interesting and what did you think was a waste of time?

Reference no: EM131109070

Questions Cloud

Why does not elaine try to sell more of her product : Elaine's firm is in a perfectly competitive industry. Why doesn't Elaine try to sell more of her product by lowering its price below the market price? Which of the following is correct when the perfectly competitive firm is producing its long-run e..
Explain network fundamental characteristics and components : Write a 1-page paper that includes the following based on your chosen Local Organization: Explain the network's fundamental characteristics and components.
Calculate the payout ratio for each year : Calculate the payout ratio for each year on the basis of the regular $0.50 dividend and the cited EPS. Calculate the difference between the regular $0.50 dividend and a 25% payout for each year.
Compute the answer to the nearest dollar : A couple just had a baby. How much should they invest now at 5.7% compounded daily in order to have $50,000 for the child's education 17 years from now?
Construct an appropriate sample space for this game : Three people A, B and C play a game in which they throw coins, one after the other. A starts, then B, then C, then A again etcetera. The person who throws heads first wins the games. Construct an appropriate sample space for this game, and find th..
Responses to different business situations the same : The aim of this assignment is to suggest to that all not all change efforts are the same. It seeks to help you understand the answer to a broader concern and that is - how do change efforts differ?
Explain the concept behind homes take : Explain the concept behind Homes take's disclosure of gross deferred tax liabilities (future taxable amounts) and gross deferred tax assets (future deductible amounts).
How much should be placed in an account : How much should be placed in an account now, if the account pays 4.3 % annual interest rate, compounded weekly?
Does the class exist as its own social force : Whereas Marx considers social structure to be primarily determined by economic relations, Weber is arguing that society is more multidimensional. Marx argued that economic position matters most for collective identity, while Weber makes it a bit m..

Reviews

Write a Review

Engineering Mathematics Questions & Answers

  Projects a profit contribution

The company's accounting department projects a profit contribution of $2,400 for each EZ-Rider produced and $1,800 for each Lady-Sport produced.

  Problem regarding the optimization of a box

The problem is looking find the minimum material and dimensions needed to build a box that has a volume of 2 cubic ft. The box has to have a volume of 2ft3. The box is folded and has 4 flaps on the top and bottom as shown below. The price of mater..

  Problem based on laplace transform

Show transcribed image text Y(s) = ? Discontinuous Forcing Functions: Problem Take the Laplace transform of the following initial value problem and solve for Y(s) = Laplace {y(t)}: y'' - 2y' - 35y = S(t) y(0) = 0, y'(0) = 0

  Euler characteristic of all connected closed surfaces

Determine the Euler characteristic of all connected closed surfaces

  Operation of simplistic electric train

The April 2015 stories at the main FCP site: (1) I spent many hours trying to work out the operation of this simplistic electric train that only recently appeared on YouTube:

  Design that shaft

The shaft is drive shaft for a large bulk material conveyor.the gear receives 40hp and rotate at 120rpm.each chain sprocket delivers 20hp to one side of the conveyor. Use AISI 1020 cold-drawn steel. Design that shaft.

  Question regarding the correlation-regression

What results in your departments seem to be correlated or related (either causal or not) to other activities?

  Data represents the remission time in weeks

1. There is a new drug that is used to treat leukemia. The following data represents the remission time in weeks for a random sample of 21 patients using the drug.

  What was the senior citizens total percentage savings

What price do senior citizens pay for the same item from the Trim-A Tree Shop - What was the senior citizen's total percentage savings? (percentage change) Give one decimal place on the percent.

  Determine the cartesian equation of the plane

Determine the Cartesian equation of the plane that has x-, y-, and z-intercepts at 2, -4, and 3 respectively and determine the Cartesian equation of the plane that passes through the origin and is parallel to the plane in part a.

  Determining the new investment opportunities

National Insurance Associates carries an investment portfolio of a variety of stocks, bonds, and other investment alternatives.  Currently $200,000 of funds from a new client is available and must be used for new investment opportunities.  The fou..

  How many degrees of freedom are there

How many degrees of freedom are there? Would each respondent need to evaluate each product combination to obtain good results?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd