3 ! ( ( 3 ! ) ! ) !
If we know that the number above can be written as k × n ! where k and n are positive integers with n is as large as possible, find k + n .
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.
Nice use of the recurrence relation of factorials. Bonus question: If we implement the multifactorial notation, what would the answer be if I change the fraction to 3 ! ! ! ! ( ( 3 ! ) ! ! ) ! ! ! ?
Nicely done ⌣ ¨
Using this definition of the multifactorial (it may not be the one that you are thinking of): http://mathworld.wolfram.com/Multifactorial.html,
n ! = n ( n − 1 ) ( n − 2 ) . . . ( 1 ) ,
n ! ! = n ( n − 2 ) ( n − 4 ) . . . up to the last positive term,
n ! ! ! = n ( n − 3 ) ( n − 6 ) . . . up to the last positive term, etc.
Therefore, 3 ! ! ! ! = 3 , and ( 3 ! ) ! ! ) ! ! ! = 9 0 0 6 5 7 4 9 8 8 5 0 3 5 7 2 4 8 0 0 0 (you can check it for yourself by trying 48(45)(42)(39)(36)...(3).
3 9 0 0 6 5 7 4 9 8 8 5 0 3 5 7 2 4 8 0 0 0 = 3 0 0 2 1 9 1 1 6 2 8 3 4 5 2 4 1 6 0 0 0 , of which 1 6 ! is a factor (this can be seen by rearranging the prime factors), meaning that the answer is 1 6 + 1 4 3 4 8 9 0 7 = 1 4 3 4 8 9 2 2 is the looked for answer.
Log in to reply
3 ! = 6 ⇒ ( 3 ! ) ! ! = 6 ! ! = 6 × 4 × 2 = 4 8
⇒ ( ( 3 ! ) ! ! ) ! ! ! = 4 8 ! = 4 8 × 4 6 × 4 4 × … × 2 = 2 2 4 ⋅ 2 4 ! . you don't need to find the exact numerical value of this large number.
Highest power of 3 that divides 2 4 ! is ⌊ 3 2 4 ⌋ + ⌊ 3 2 2 4 ⌋ = 1 0
The highest power of 3 that divides the numerator is 10. Answer is simply 1 0 − 1 = 9 .
Log in to reply
I think you have a mistake in your second line. I don't think you can simplify ( ( 3 ! ) ! ! ) ! ! ! to 4 8 ! ! like you did. Is it not 4 8 ! ! ! = 9 0 0 6 5 7 4 9 8 8 5 0 3 5 7 2 4 8 0 0 0 ?
Log in to reply
@Alex Delhumeau – Oh sorry, I didn't see the triple factorial sign.
I think the (bonus) question still asked up to find k + n .
4 8 ! ! ! = 4 8 × 4 5 × 4 2 × … × 3 = 3 2 4 ⋅ 2 4 !
k = 2 4 − 1 = 2 3 , n = 2 4 .
Problem Loading...
Note Loading...
Set Loading...
3 ! ( ( 3 ! ) ! ) ! = 3 ! ( 6 ! ) ! = 3 ! 7 2 0 ! = 6 7 2 0 ! = 6 7 2 0 ⋅ 7 1 9 ! = 1 2 0 ⋅ 7 1 9 ! = k ⋅ n !
We certainly can't make n any larger if k is going to stay an integer, so the answer is k + n = 1 2 0 + 7 1 9 = 8 3 9 .