Breathtaking Exponent

Find the sum of all positive values of n n such that 3 n { 3 }^{ n } divides 100 ! 100! completely.


The answer is 1176.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Vighnesh Raut
Jun 2, 2014

We know that the maximum value of n such that 3 n {3}^{n} completely divides 100! is

100 3 + 100 9 + 100 27 + 100 81 \left\lfloor \frac { 100 }{ 3 } \right\rfloor +\left\lfloor \frac { 100 }{ 9 } \right\rfloor +\left\lfloor \frac { 100 }{ 27 } \right\rfloor +\left\lfloor \frac { 100 }{ 81 } \right\rfloor

= 33 + 11 + 3 + 1 = 48.

So, n can vary from 1 to 48.

Therefore, sum of all values of n is 48 ( 48 + 1 ) 2 \cfrac { 48(48+1) }{ 2 } = 1176

Please explain to me the theory about this :)

Firstson Sihombing - 6 years, 10 months ago

Log in to reply

It is Legendrè's theorem to find the largest power of a prime p p that divides n ! n ! . It is given by k ( n ! ) = i = 1 [ n p i ] k(n!) = \sum ^{\infty }_{i=1}\left[ \dfrac {n}{p_{i}} \right] . Here, [ ] [ ] denotes the floor or greatest integer function, defined as [ n ] = [n] = the greatest integer not exceeding x x . Don't get scared about the infinite sum ( Even I got scared unnecessarily when I was new to this !), as at some point p j , 1 p j < p_{j}, 1 \leq p_{j} < \infty , the sum becomes zero for every next term. So you gotta identify that point and calculate the sum till there only.

Venkata Karthik Bandaru - 6 years, 2 months ago

Look here . The idea is the same, except 3 3 is used here instead of 5 5 .

mathh mathh - 6 years, 10 months ago
Curtis Clement
Feb 16, 2015

Highest power that can divide 100! = k = 1 100 3 k = 100 3 + 100 9 + 100 27 + 100 81 = 33 + 11 + 3 + 1 = 48 = \displaystyle\sum_{k=1}^{\infty} \lfloor \frac{100}{3^k} \rfloor = \lfloor \frac{100}{3} \rfloor + \lfloor \frac{100}{9} \rfloor + \lfloor \frac{100}{27} \rfloor + \lfloor \frac{100}{81} \rfloor = 33 + 11 + 3 +1 = 48 So now all we have to do is calculate the sum of all integers from 1 to 48 as follows 1 + 2 + 3 + . . . + 48 = 48 × 49 2 = 1176 1+2+3+...+48 = \frac{48\times\ 49}{2} = \boxed{1176}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...