document.write( "Question 1167857: A company buys a policy to insure its revenue in the event of major snowstorms that shut down business. The policy pays nothing for the first such snowstorm of the year and $10600 for each one thereafter, until the end of the year. The number of major snowstorms per year that shut down business has a Poisson distribution with mean 1.8.
\n" );
document.write( "Find the expected amount paid to the company under this policy during a one-year period.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #852087 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let $N$ be the number of major snowstorms per year that shut down business. \n" ); document.write( "$N$ follows a Poisson distribution with mean $\lambda = 1.8$. \n" ); document.write( "The probability mass function (PMF) is $P(N=k) = \frac{e^{-\lambda} \lambda^k}{k!}$ for $k = 0, 1, 2, \dots$.\r \n" ); document.write( "\n" ); document.write( "Let $X$ be the amount paid to the company under the policy. \n" ); document.write( "The policy pays nothing for the first snowstorm. \n" ); document.write( "The policy pays $\$10600$ for each one thereafter.\r \n" ); document.write( "\n" ); document.write( "We can define $X$ as follows: \n" ); document.write( "* If $N=0$ (no snowstorms), $X=0$. \n" ); document.write( "* If $N=1$ (one snowstorm), $X=0$ (the first one is free). \n" ); document.write( "* If $N=k$ for $k \ge 2$, the number of payable snowstorms is $k-1$. So, $X = 10600(k-1)$.\r \n" ); document.write( "\n" ); document.write( "We want to find the expected amount paid, $E[X]$. \n" ); document.write( "$E[X] = \sum_{k=0}^{\infty} X(k) P(N=k)$ \n" ); document.write( "$E[X] = 0 \cdot P(N=0) + 0 \cdot P(N=1) + \sum_{k=2}^{\infty} 10600(k-1) P(N=k)$ \n" ); document.write( "$E[X] = 10600 \sum_{k=2}^{\infty} (k-1) \frac{e^{-\lambda} \lambda^k}{k!}$ \n" ); document.write( "We can factor out $e^{-\lambda}$: \n" ); document.write( "$E[X] = 10600 e^{-\lambda} \sum_{k=2}^{\infty} (k-1) \frac{\lambda^k}{k!}$\r \n" ); document.write( "\n" ); document.write( "Let's evaluate the sum $S = \sum_{k=2}^{\infty} (k-1) \frac{\lambda^k}{k!}$: \n" ); document.write( "$S = (2-1)\frac{\lambda^2}{2!} + (3-1)\frac{\lambda^3}{3!} + (4-1)\frac{\lambda^4}{4!} + \dots$ \n" ); document.write( "$S = \frac{\lambda^2}{2!} + \frac{2\lambda^3}{3!} + \frac{3\lambda^4}{4!} + \dots$\r \n" ); document.write( "\n" ); document.write( "We can use the property that $\frac{k-1}{k!} = \frac{k}{k!} - \frac{1}{k!} = \frac{1}{(k-1)!} - \frac{1}{k!}$. \n" ); document.write( "So, $S = \sum_{k=2}^{\infty} \left( \frac{1}{(k-1)!} - \frac{1}{k!} \right) \lambda^k$ \n" ); document.write( "$S = \sum_{k=2}^{\infty} \frac{\lambda^k}{(k-1)!} - \sum_{k=2}^{\infty} \frac{\lambda^k}{k!}$\r \n" ); document.write( "\n" ); document.write( "For the first part of the sum: $\sum_{k=2}^{\infty} \frac{\lambda^k}{(k-1)!} = \lambda \sum_{k=2}^{\infty} \frac{\lambda^{k-1}}{(k-1)!}$ \n" ); document.write( "Let $j=k-1$. When $k=2$, $j=1$. \n" ); document.write( "$= \lambda \sum_{j=1}^{\infty} \frac{\lambda^j}{j!} = \lambda \left( \frac{\lambda^1}{1!} + \frac{\lambda^2}{2!} + \dots \right)$ \n" ); document.write( "We know the Taylor series for $e^\lambda$ is $\sum_{j=0}^{\infty} \frac{\lambda^j}{j!} = 1 + \frac{\lambda^1}{1!} + \frac{\lambda^2}{2!} + \dots = e^\lambda$. \n" ); document.write( "So, $\sum_{j=1}^{\infty} \frac{\lambda^j}{j!} = e^\lambda - 1$. \n" ); document.write( "Thus, the first part is $\lambda(e^\lambda - 1)$.\r \n" ); document.write( "\n" ); document.write( "For the second part of the sum: $\sum_{k=2}^{\infty} \frac{\lambda^k}{k!}$ \n" ); document.write( "This is the Taylor series for $e^\lambda$ minus the first two terms ($k=0$ and $k=1$): \n" ); document.write( "$\sum_{k=2}^{\infty} \frac{\lambda^k}{k!} = \left( \sum_{k=0}^{\infty} \frac{\lambda^k}{k!} \right) - \frac{\lambda^0}{0!} - \frac{\lambda^1}{1!} = e^\lambda - 1 - \lambda$.\r \n" ); document.write( "\n" ); document.write( "Now substitute these back into $S$: \n" ); document.write( "$S = \lambda(e^\lambda - 1) - (e^\lambda - 1 - \lambda)$ \n" ); document.write( "$S = \lambda e^\lambda - \lambda - e^\lambda + 1 + \lambda$ \n" ); document.write( "$S = \lambda e^\lambda - e^\lambda + 1$\r \n" ); document.write( "\n" ); document.write( "Finally, multiply by $e^{-\lambda}$ to get $E[X]$: \n" ); document.write( "$E[X] = 10600 e^{-\lambda} (\lambda e^\lambda - e^\lambda + 1)$ \n" ); document.write( "$E[X] = 10600 (\lambda - 1 + e^{-\lambda})$\r \n" ); document.write( "\n" ); document.write( "Now, substitute the given value $\lambda = 1.8$: \n" ); document.write( "$E[X] = 10600 (1.8 - 1 + e^{-1.8})$ \n" ); document.write( "$E[X] = 10600 (0.8 + e^{-1.8})$\r \n" ); document.write( "\n" ); document.write( "Using a calculator, $e^{-1.8} \approx 0.1652988$ \n" ); document.write( "$E[X] = 10600 (0.8 + 0.1652988)$ \n" ); document.write( "$E[X] = 10600 (0.9652988)$ \n" ); document.write( "$E[X] \approx 10232.167288$\r \n" ); document.write( "\n" ); document.write( "Rounding to two decimal places for currency: \n" ); document.write( "$E[X] \approx \$10232.17$\r \n" ); document.write( "\n" ); document.write( "The final answer is $\boxed{10232.17}$. \n" ); document.write( " |