Chapter 8 Sequences, Series, and Probability
Page
Description
Equation
- \[ \binom{n}{k}=\binom{n}{n-k} \]
- \[ \binom{n}{0}=\binom{n}{n} =1=0! \]
- \[ 0\le P(E)\le1 \]
- \[ P(S)=1 \]
- \[ P(\varnothing)=0 \]
Page
Notes
A sequence cannot be determined uniquely from the first few elements.
Example: \[ 2,4,6,\ldots,a_n,\ldots \]
Two possibile $n\text{th}$ terms: \[ a_n=2n \] or \[ a_n= \left\{ \begin{array}{ll} 2n&\quad\text{if }n\text{ odd}\\ 2a_{n-1}&\quad\text{if }n\text{ even} \end{array} \right. \]