What is the largest value of k such that 2 0 ! is divisible by k 3 ?
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.
The problem doesn't specify that k has to be an integer. Might want to edit that...
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.
Log in to reply
If k = 3 2 0 ! , then k 3 2 0 ! = 1 , which is an integer. Thus k doesn't have to be an integer unless the question specifies it. Also, the statement that k 3 has to be an integer does not imply that k has to be an integer.
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
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 ) ok let's ditch the 4,what !!!
I'm really trying to understand how that stupid reasoning even crossed my mind!!! XD
I applied a shorter method to solve the problem.
Firstly, it's important to understand that for any x , the expression
n = 1 ∑ k ⌊ x n 2 0 ⌋
gives the highest power of n such that x n ∣ 2 0 .
Note: k is the last n such that ⌊ x n 2 0 ⌋ is non-zero.
Now, we need to remember that n will always be greater than or equal to 3. Since ⌊ 6 2 0 ⌋ = 6 , it is clear that 6 is the last x such that 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 and 6 = 2 ⋅ 3 , 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 1 8 , 3 is 3 8 and 5 is 5 3 . The highest power of 3 is found from the product -
( 2 6 ) 3 ( 3 2 ) 3 ⋅ 5 3
Hence the highest is 2 6 ⋅ 3 2 ⋅ 5 = 2 8 8 0
Good approach. It is sufficient to focus on the prime factorization, which simplifies the steps that we take.
The answer is 3 2 0 !
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 ⋅ 1 1 9 9 is a perfect cube but 5 2 ⋅ 7 5 is not.
In expansion of 2 0 ! , 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.
Log in to reply
it didn't say k had to be an integer.
2880 > 20^1/3
First we consider how many factors of 2 are there in 20!
2 1 -> 20/2 = 10
2 2 -> 20/4 = 5
2 3 -> 20/8 = 2 R 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 .
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 .
Next, consider the factors of 5 within 20!.
20/5 = 4
This means at most we can have 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 , we know that we will not have any further components of the largest k 3 .
Therefore, we can now obtain the largest k 3 by multiplying the perfect cube factors of 20! we previously found.
k 3 = 2 6 ∗ 3 * 3 2 ∗ 3 * 5 3
k = 64 * 9 * 5
k = 2 8 8 0
Problem Loading...
Note Loading...
Set Loading...
Firstly, note that 2 0 ! = 2 0 × 1 9 × 1 8 × 1 7 × 1 6 × 1 5 × 1 4 × 1 3 × 1 2 × 1 1 × 1 0 × 9 × 8 × 7 × 6 × 5 × 4 × 3 × 2 × 1 .
We can then break down each of these numbers into their prime factors, yielding ( 2 2 × 5 ) × ( 1 9 ) × ( 3 2 × 2 ) × ( 1 7 ) × ( 2 4 ) × ( 3 × 5 ) × ( 2 × 7 ) × ( 1 3 ) × ( 3 × 2 2 ) × ( 1 1 ) × ( 2 × 5 ) × ( 3 2 ) × ( 2 3 ) × ( 7 ) × ( 2 × 3 ) × ( 5 ) × ( 2 2 ) × ( 3 ) × ( 2 ) × ( 1 ) .
Further simplification yields 2 1 8 × 3 8 × 5 4 × 7 2 × 1 1 × 1 3 × 1 7 × 1 9 .
This is equivalent to ( 2 6 × 3 2 × 5 ) 3 × 3 2 × 5 × 7 2 × 1 1 × 1 3 × 1 7 × 1 9 .
From this, it is clear that the greatest value of k where k 3 is a factor of 2 0 ! is 2 6 × 3 2 × 5 , that is, 2 8 8 0 . So the solution is 2 8 8 0 .