How many terms in the binomial expansion would be needed to determine $(3.12)^5$ to one decimal place?
No calculators allowed by the way. Not really sure how to go about doing it, I could do all the calculations if nessecary, but I was wondering whether there is a more general way of doing things.
Thanks in advance for any contributions.
We solve $243*0.\underbrace{00...00}_{\text{k zeores}}9\le0.1$ or $(2187/10^k)/10\le0.1$ so $k=4$. There's a 9 at the end for the worst case. Pay attention to the new 10 at the power of k+1 $$\newcommand{\c}[2]{{}^{#1}{\mathbb C}_{#2}} (3.12)^5=(3\times 1.04)^5=3^5(1+0.04)^5\\=243(\c500.04^0+\c510.04+\c520.04^2+\c530.04^3+\c540.04^4+\c550.04^5)\\=243(1+0.2+0.016+\underbrace{0.00064}_{\substack{\text{last term with a}\\\text{ non-zero digit on 4th decimal place}}}+...)\approx295.6$$