Factorial's factors

What is the largest value of k k such that 20 ! 20! is divisible by k 3 ? k^{3}?

576 1440 2880 5760

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.

3 solutions

Isaac Reid
Dec 14, 2015

Firstly, note that 20 ! = 20 × 19 × 18 × 17 × 16 × 15 × 14 × 13 × 12 × 11 × 10 × 9 × 8 × 7 × 6 × 5 × 4 × 3 × 2 × 1 20!=20\times 19\times 18\times 17\times 16\times 15\times 14\times 13\times 12\times 11\times 10\times 9\times 8\times 7\times 6\times 5\times 4\times 3\times 2\times 1 .

We can then break down each of these numbers into their prime factors, yielding ( 2 2 × 5 ) × ( 19 ) × ( 3 2 × 2 ) × ( 17 ) × ( 2 4 ) × ( 3 × 5 ) × ( 2 × 7 ) × ( 13 ) × ( 3 × 2 2 ) × ( 11 ) × ( 2 × 5 ) × ( 3 2 ) × ( 2 3 ) × ( 7 ) × ( 2 × 3 ) × ( 5 ) × ( 2 2 ) × ( 3 ) × ( 2 ) × ( 1 ) (2^{2}\times 5)\times (19)\times (3^{2}\times 2)\times (17)\times (2^{4})\times (3\times 5)\times (2\times 7)\times (13)\times (3\times 2^{2})\times (11)\times (2\times 5)\times (3^{2})\times (2^{3})\times (7)\times (2\times 3)\times (5)\times (2^{2})\times (3)\times (2)\times (1) .

Further simplification yields 2 18 × 3 8 × 5 4 × 7 2 × 11 × 13 × 17 × 19 2^{18}\times 3^{8}\times 5^{4}\times 7^{2}\times 11\times 13\times 17\times 19 .

This is equivalent to ( 2 6 × 3 2 × 5 ) 3 × 3 2 × 5 × 7 2 × 11 × 13 × 17 × 19 (2^{6}\times 3^{2}\times 5)^{3}\times 3^{2}\times 5\times 7^{2}\times 11\times 13\times 17\times 19 .

From this, it is clear that the greatest value of k k where k 3 k^{3} is a factor of 20 ! 20! is 2 6 × 3 2 × 5 2^{6}\times 3^{2}\times 5 , that is, 2880 2880 . So the solution is 2880 \boxed{2880} .

The problem doesn't specify that k k has to be an integer. Might want to edit that...

Ariel Gershon - 5 years, 5 months ago

Log in to reply

A number is divisible by another when the division results in an integer quotient and the remainder is 0, therefore, k^3 has to be an integer, and so does k.

Yan Coelho - 5 years, 5 months ago

Log in to reply

If k = 20 ! 3 k = \sqrt[3]{20!} , then 20 ! k 3 = 1 \dfrac{20!}{k^3} = 1 , which is an integer. Thus k k doesn't have to be an integer unless the question specifies it. Also, the statement that k 3 k^3 has to be an integer does not imply that k k has to be an integer.

Ariel Gershon - 5 years, 4 months ago

That exactly what I did ... but the only stupid mistake I did and till this moment I don't know what was I thinking .. is after making this step ( 2 6 × 3 2 × 5 ) I decided decreasing the 2 6 to 2 5 \space\large(2^6\times3^2\times5)\space\normalsize\text{I decided decreasing the} \large2^6 \space\text{to}\space 2^5 \space

why?! I thought I'm not taking the 7's as there are only 2; so the 14 is out oh now I'm short by a 2 ('cause 14 is 2 × 7 \space2\times7\space ) ok let's ditch the 4,what !!!

I'm really trying to understand how that stupid reasoning even crossed my mind!!! XD

Ahmed Obaiedallah - 5 years, 5 months ago
Arulx Z
Dec 15, 2015

I applied a shorter method to solve the problem.

Firstly, it's important to understand that for any x x , the expression

n = 1 k 20 x n \sum _{ n=1 }^{ k }{ \left\lfloor \frac { 20 }{ { x }^{ n } } \right\rfloor }

gives the highest power of n n such that x n 20 x^n|20 .

Note: k k is the last n n such that 20 x n \left\lfloor \frac { 20 }{ { x }^{ n } } \right\rfloor is non-zero.


Now, we need to remember that n n will always be greater than or equal to 3. Since 20 6 = 6 \left\lfloor \frac { 20 }{ 6 } \right\rfloor = 6 , it is clear that 6 is the last x x such that n n is less than or equal to 3.

But so now we just need to find positive integers under 6 which divide 20! and then find out the largest power.

However, since 4 = 2 2 4 = 2^2 and 6 = 2 3 6=2\cdot3 , we just need to check for primes, ie 2, 3 and 5.

Using the above formula, we find out that largest power of 2 is 2 18 2^{18} , 3 is 3 8 3^8 and 5 is 5 3 5^3 . The highest power of 3 is found from the product -

( 2 6 ) 3 ( 3 2 ) 3 5 3 \left( 2^6\right)^3\left(3^2\right)^3\cdot5^3

Hence the highest is 2 6 3 2 5 = 2880 2^{ 6 }\cdot 3^{ 2 }\cdot 5=2880

Moderator note:

Good approach. It is sufficient to focus on the prime factorization, which simplifies the steps that we take.

The answer is 20 ! 3 \sqrt[3]{20!}

Garrison Wynn - 5 years, 5 months ago

Log in to reply

For a integer to be a perfect cube, all powers in it's factorization need to be a multiple of 3. For eg, 5 3 11 9 9 5^3\cdot 119^9 is a perfect cube but 5 2 7 5 5^2\cdot 7^5 is not.

In expansion of 20 ! 20! , not all powers are multiple of 3. For example, 19 only power 1. Therefore it's important to refine the powers before finding the solution.

Arulx Z - 5 years, 5 months ago

Log in to reply

it didn't say k had to be an integer.

Garrison Wynn - 5 years, 5 months ago

Log in to reply

@Garrison Wynn You got me. Why not drop a report?

Arulx Z - 5 years, 5 months ago

2880 > 20^1/3

Yan Coelho - 5 years, 5 months ago
Weiting Hong
Jan 10, 2016

First we consider how many factors of 2 are there in 20!

2 1 2^{1} -> 20/2 = 10

2 2 2^{2} -> 20/4 = 5

2 3 2^{3} -> 20/8 = 2 R 4

2 4 2^{4} -> 20/16 = 1 R 4

There are 10+5+2+1 = 18 factors of 2 within 20!, meaning we will have 2 6 3 2^{6*3} .

Then consider how many factors of 3 we have with the same process.

20/3 = 6 R 2

20/9 = 2 R 2

6+2 = 8, meaning at most we can have 3 2 3 3^{2*3} .

Next, consider the factors of 5 within 20!.

20/5 = 4

This means at most we can have 5 3 5^{3}

After that, let's consider the amount of 7's.

20/7 = 2 R 6.

Since we do not even have a 7 3 7^{3} , we know that we will not have any further components of the largest k 3 k^{3} .

Therefore, we can now obtain the largest k 3 k^{3} by multiplying the perfect cube factors of 20! we previously found.

k 3 k^{3} = 2 6 3 2^{6*3} * 3 2 3 3^{2*3} * 5 3 5^{3}

k = 64 * 9 * 5

k = 2880 \boxed{k = 2880}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...