retagged by
1,200 views

2 Answers

Best answer
14 votes
14 votes

For odd $n,$

$\begin{align} 99^n &= (100-1)^n\\[1em] \quad &= \small 100^n - {n \choose 1}100^{n-1} +\quad \cdots \quad - {n \choose n-2}100^2 + {n \choose n-1}100^1\normalsize\,\color{blue}{-1}\\[2em] \hline 99^n \color{red}{+1} &= \small 100^n - {n \choose 1}100^{n-1} +\quad \cdots \quad - {n \choose n-2}100^2 + {n \choose n-1}100^1\normalsize\,\color{blue}{-1}\,\color{red}{+1}\\[1em] &= 100  \left(\small 100^{n-1} - {n \choose 1}100^{n-2} + \cdots - {n \choose n-2}100 \normalsize + \color{red}{n} \right) \end{align}$

Since $n$ is odd, it cannot end in a $0$

Thus, $99^n+1 = 100 \left( \ldots \text{ doesn't end with } 0 \right)$

which means $99^n+1$ ends with exactly $2$ zeros

Hence, option b) is correct.


Alternative way:

$\begin{array}{llrlr} 99 &\times &01 &= &\color{blue}{99}\\ 99 &\times &\color{#f0f}{0}99 &= &98\color{red}{01}\\ 99 &\times &(\ldots)801 &= &(\ldots)2\color{blue}{99}\\ 99 &\times &(\ldots)\color{#f0f}{2}99 &= &(\ldots)6\color{red}{01}\\ 99 &\times &(\ldots)601 &= &(\ldots)4\color{blue}{99}\\ 99 &\times &(\ldots)\color{#f0f}{4}99 &= &(\ldots)4\color{red}{01}\\ 99 &\times &(\ldots)401 &= &(\ldots)6\color{blue}{99}\\ 99 &\times &(\ldots)\color{#f0f}{6}99 &= &(\ldots)2\color{red}{01}\\ 99 &\times &(\ldots)201 &= &(\ldots)8\color{blue}{99}\\ 99 &\times &(\ldots)\color{#f0f}{8}99 &= &(\ldots)\color{#f0f}{0}\color{red}{01} \end{array}$

Thus, $99^n$ always ends in a $99$ when $n$ is odd, but never in a $999$.

Hence, $99^n+1$ will always end with exactly $2$ zeros.


Note: We couldn't just say that $99^3+1$ ends with exactly $2$ zeros, so b must be correct. This is because we also have an option e which says None of the above. Had it not been there, we could have marked b without having to prove that the pattern will continue.

Correct Answer: $B$

edited by
1 votes
1 votes
Number of zeros at the end of $99^n + 1$ is decided by the number of $9’s$ at the end of $99^n .$

For example, if there are $2,$ $9’s$ at the end of $99^n$ then $99^n + 1 = *****99 + 1 = *******00$

and if there are $3,$ $9’s$ at the end of $99^n$ then $99^n + 1 = *****999 + 1 = *******000$

Now, we have to decide how many $9’s$ are at the end of $99^n$ when $n$ is odd and $>1.$

$99^n$ has unit digit as $9$ when $n$ is odd and $>1$ because when we multiply $99$ even number of times, we get $1$ as unit digit and again multiply by $99$ will give $9$ as unit digit.

So, it confirms that $99^n$ ends with $9.$

Now, to get last $2$ digits, we have to do $mod\; 100$ operation on $99^n$.

$99^n = (100-1)^n = 100^n - n*(100)^{n-1}+.......-(n*(n-1)/2)*100^2+n*100-1$

Here, in the binomial expansion of $99^n$, all terms have $100$ as a multiple except $“-1”.$ So, all terms will give remainder as $0$ except $-1$ when divided by $100.$

So, $99^n\; mod\; 100= -1 \; mod\; 100 = (100-1) = 99$

So, it confirms that $99^n$ ends with $99.$

Now, to get last $3$ digits, we have to do $mod\; 1000$ operation on $99^n$.

when $n$ is odd and $>1,$ all the terms in the binomial expansion of $99^n$ have $1000$ as multiple except $n*100-1$ and binomial coefficients are always integers. So, all terms will give remainder as $0$ except $100n-1$ when divided by $1000.$

So, $99^n\; mod\; 1000= 100n-1$

Since, $100n-1\; mod\;1000$ will give $999$ when $n=10,20,30,…$ i.e. multiple of $10$ but here $n$ is odd, it means we can’t get last $3$ digits as $999.$

So, $99^n$ always ends with $99$ but not $999$ when $n$ is odd and $>1.$ So, number $99^n + 1$ must be ended with $2$ zeros.
edited by
Answer:

Related questions

10 votes
10 votes
1 answer
1
makhdoom ghaya asked Oct 19, 2015
1,172 views
The equation of the tangent to the unit circle at point ($\cos \alpha, \sin \alpha $) is$x\cos \alpha-y \sin\alpha=1 $$x\sin \alpha-y \cos\alpha =1$$x\cos \alpha+ y\sin\a...
12 votes
12 votes
3 answers
2
makhdoom ghaya asked Oct 19, 2015
1,525 views
The exponent of $3$ in the product $100!$ is$27$$33$$44$$48$None of the above
8 votes
8 votes
4 answers
3
makhdoom ghaya asked Oct 19, 2015
1,442 views
If $z=\dfrac{\sqrt{3}-i}{2}$ and $\large(z^{95}+ i^{67})^{97}= z^{n}$, then the smallest value of $n$ is$1$$10$$11$$12$None of the above
6 votes
6 votes
1 answer
4