All topics

s4.1.4

Binomial Approximation

1,000 questions1,000 starred · within 5% counts

The first-order binomial approximation, (1+x)n1+xn(1+x)^n \approx 1+xn, is useful for estimation problems where xn|xn| is much less than 1. These problems often multiply the result by a large integer to provide a sufficient range for the answer.

For example, 1000(1.0002)501000[1+(0.0002×50)]=1000(1.01)=10101000(1.0002)^{50} \approx 1000[1 + (0.0002 \times 50)] = 1000(1.01) = 1010.

Practise this