Series and Probability
Arithmetic Series
Sn=2n(a1+an)=2n[2a1+(n−1)d]
Example: Sum of first 50 positive integers:
S50=250(1+50)=25⋅51=1275
Geometric Series
Finite:
Sn=a1⋅1−r1−rn(r=1)
Infinite (converges when ∣r∣<1):
S=1−ra1
Example: 1+21+41+81+⋯
S=1−211=2
Sigma Notation
∑k=1nak=a1+a2+⋯+an
Counting Principles
Fundamental Counting Principle
If there are m ways to do one thing and n ways to do another, there are m×n ways to do both.
Permutations (order matters)
P(n,r)=(n−r)!n!
Combinations (order doesn't matter)
C(n,r)=(rn)=r!(n−r)!n!
Probability
P(E)=total outcomesnumber of favorable outcomes
Addition Rule
P(A∪B)=P(A)+P(B)−P(A∩B)
Multiplication Rule (Independent Events)
P(A∩B)=P(A)⋅P(B)
Binomial Probability
P(X=k)=(kn)pk(1−p)n−k
Permutation vs Combination: Does the ORDER matter? If arranging things in a LINE → permutation. If choosing a GROUP → combination.