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
Age at death | Earnings |
Probability |
---|---|---|
21 | −99,750 | 0.00183 |
22 | 0.00186 | |
23 | 0.00189 | |
24 | 0.00191 | |
25 | 0.00193 | |
26 or older |
- Find the distribution of
by completing the above table. For example, the value -99,750 provides an example of how is calculated when the insured dies in the first year of the policy. - Compute
. - Write a sentence explaining in this context in what sense the number from the previous part is “expected”.
- 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.
- Compute
- Compute
. - Compute the probability that
is more than 1 standard deviation above its mean.
Problem 2
In a certain population, household income
- What are the possible values of
? Sketch the pdf of . - Find the value of
. - Find the probability that a household has an income over $200K.
- Find the probability that a household has an income exactly equal to $200K.
- Without integrating, find the probability that a household has an income, rounded to the nearest thousand dollars, of $200K.
- 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
- Sketch a plot of the pdf. Describe roughly what this means in context.
- Coding required. Code and run a simulation to approximate the distribution of
. Does the histogram reasonably match up with the pdf? Then use the simulation results to approximate . - Use the pdf to compute
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
- Coding required. Use your simulation results from before to approximate
, , , and . - Compute and interpret
. - Compute
. - Compute
- Compute
. - Explain in words in detail how you could use the Uniform(0, 1) spinner and simulation to approximate
. - Compute the probability that
is more than 1 SD away from its mean.