Homework 3

Problem 1

(This is an overly simplified example from actuarial science.) A life insurance company sells a term insurance policy to a 21 year old man (the “insured”) that pays $100,000 to a designated beneficiary if the insured dies within the next 5 years, and pays nothing if the insured does not die before age 26. The probability that a randomly chosen 21-year-old man will die each year can be found in mortality tables. The company collects a premium of $250 at the beginning of each year of the 5 years of the term, as long as the insured is alive, as payment for the insurance. The amount \(Y\) (in dollars) that the company earns on this policy is $250 per year, less the $100,000 that it pays out in the event the insured dies. The company doesn’t pay out anything if the insured does not die in the 5 year term.

Age at death Earnings \(Y\) Probability
21 −99,750 0.00183
22 0.00186
23 0.00189
24 0.00191
25 0.00193
26 or older
  1. Find the distribution of \(Y\) by completing the above table. For example, the value -99,750 provides an example of how \(Y\) is calculated when the insured dies in the first year of the policy.
  2. Compute \(\text{E}(Y)\).
  3. Write a sentence explaining in this context in what sense the number from the previous part is “expected”.
  4. Would you be willing to sell such an insurance policy to one of your 21 year old friends? Explain why this is good business for the insurance company, but not for you.
  5. Compute \(\text{Var}(Y)\)
  6. Compute \(\text{SD}(Y)\).
  7. Compute the probability that \(Y\) is more than 1 standard deviation above its mean.

Problem 2

In a certain population, household income \(X\) ($ thousands) follows the pdf \[ f_X(x) = c x^{-2.5}, \quad x \ge 30 \] for an appropriate constant \(c\). Note that the measurement units are $ thousands, so 1 represents 1 thousand dollars.

  1. What are the possible values of \(X\)? Sketch the pdf of \(X\).
  2. Find the value of \(c\).
  3. Find the probability that a household has an income over $200K.
  4. Find the probability that a household has an income exactly equal to $200K.
  5. Without integrating, find the probability that a household has an income, rounded to the nearest thousand dollars, of $200K.
  6. Without integrating, determine how many times more likely it is for a household to have an income, rounded to the nearest thousand dollars, of $100K than $200K.

Problem 3

In the meeting time problem, assume that Regina’s \(R\) and Cady’s \(Y\) arrival times (measured in fractions of the hour after noon, e.g. 0.25 represents 12:15), each follow a Uniform(0, 1) distribution, independently of each other. Let \(W = |R - Y|\) be the amount of time (hours) the first person to arrive waits for the second person to arrive. It can be shown that \(W\) has pdf \[ f_W(w) = 2(1-w), \qquad 0<w<1. \]

  1. Sketch a plot of the pdf. Describe roughly what this means in context.
  2. Coding required. Code and run a simulation to approximate the distribution of \(W\). Does the histogram reasonably match up with the pdf? Then use the simulation results to approximate \(\text{P}(W < 0.25)\).
  3. Use the pdf to compute \(\text{P}(W < 0.25)\) and interpret the value. Set up an integral, but sketch a picture and use geometry to compute.

Problem 4

(Continued.) In the Regina/Cady problem, let \(W=|R-Y|\) be the amount of time the first person to arrive has to wait for the second person. Recall that \(W\) is a continuous random variable with pdf \[ f_W(w) = 2(1-w), \quad 0 < w < 1. \]

  1. Coding required. Use your simulation results from before to approximate \(\text{E}(W)\), \(\text{E}(W^2)\), \(\text{Var}(W)\), and \(\text{SD}(W)\).
  2. Compute and interpret \(\text{E}(W)\).
  3. Compute \(\text{E}(W^2)\).
  4. Compute \(\text{Var}(W)\)
  5. Compute \(\text{SD}(W)\).
  6. Explain in words in detail how you could use the Uniform(0, 1) spinner and simulation to approximate \(\text{Var}(W)\).
  7. Compute the probability that \(W\) is more than 1 SD away from its mean.