-2

Please help me with this problem

How many zeroes are there at the end of the expression $4!^{4!}+8!^{8!}+16!^{16!}$

S.Bansal
  • 101

2 Answers2

7

Note that $8!$ and $16!$ are divisible by $5$, but $4!$ is not.

  • What do you mean by this? – S.Bansal Jan 12 '18 at 13:45
  • @S.Bansal Think about it this way. $8! = 10 \cdot 4032$ Therefore, $8!^n$ has zeros at the end of it. A similar process can be applied to $16!$. However, $4!$ is not divisible by $10$ This means that $4!^n$ is also not divisible by $10$. Note if the sum must be divisible by $10$ (ie have zeros at the end) and two given terms are divisible by $10$ the other must be divisible as well. Since this is not true, there are $0 0's$ left – John Lou Jan 12 '18 at 13:47
5

$8!$ has one zero at its end as $5,2<8$. So there are $8!$ zeros at the end of $(8!)^{8!}$. $5,10,15<16$, so there are three zeros at the end of $16!$. So there are $3\cdot 16!$ zeros at the end of $(16!)^{16!}$. However $(4!)^{4!}$ has no zeros at the end of it. Hence the sum $(4!)^{4!}+(8!)^{8!}+(16!)^{16!}$ has no zeros at the end of it. The last digit of this number is same as the last digit of $24^{24}$, which is $6$.

QED
  • 12,644