bmwhype2
What is N in each statement?
1. (n+2)! is divisible by 36
2. (n+2)! is divisible by 49
in factorial divisibility questions, do we look for the highest factors or the highest prime factors?
in #1, do we look for the lowest number of where we can derive 5 instances of 2?
36 = 6*6
or
36 = 2^5
in #2, do we look for numbers with one instance of 7, or two?
(N+2)! = 7
or
(N+2)! = 49
[quote="bmwhype2"]What is N in each statement?
1: (n+2)! is divisible by 36 i.e (2x2x3x3)
how do we get 2x2x3x3? we need at least 6! to have 2x2x3x3, then only (n+2)! divisible by 36.
(n+2)! = 36k, where k is 1 or > than 1.
so n must be 4.
if n is at least 4, (n+2)! is divisible by 36. but it doesnot mean n = 4. n is at least 4.
2. (n+2)! is divisible by 49 i.e. (7x7)
how do we get 7x7? only 14! has 7x7. so (n+2)! has to be 14.
(n+2)! = 49k, where k is 1 or > than 1.
so n has to be at least 12 here.