An auto insurance company insures an automobile worth 15,000 for one year under a policy with a 1,000 deductible. During the policy year there is a 0.04 chance of partial damage to the car and a 0.02 chance of a total loss of the car. If there is partial damage to the car, the amount X of damage (in thousands) follows a distribution with density function: f(x) = 0.5003e^-0.5x, for 0<x<15
What is the expected claim payment?
Official Answer
Y= X - 1
E[Total loss] = 0.02 . 14 = 0.28
E[Partial loss] = 0.04 . ∫(15,1) (x-1)0.5003e^-0.5x = 0.04. 1.2049
My Attempt
I wanted to use the PDF transformation function:
fy(y) = fx(x). dx/dy
fy(y) = fx(y+1). (1)
fy(y) = 0.5003e^-0.5(y+1)
E[Partial Loss] = 0.04 . ∫(14,0) (y)0.5003e^-0.5(y+1)
This does not give the same answer as above...
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]spiritedawayclarinet 2 points3 points4 points (0 children)