amit2k9 wrote:I believe the question needs rephrasing - instead of must be it should be could be.
reason being -
(n+6)(n+8)(n+10) where n = 1,2,10,14 or so.
Hi,
Question is correct. There is no need to use 'could be'. For all valid values of n, the conditions holds.
n = 2,10,14,22,...
Any positive even number not divisible by 3 or 4 will be of the following 2 forms
1) n = 12p+2 where p is a non-negative integer
So, (n + 6)(n + 8)(n + 10) = (12p+8)(12p+10)(12p+12) = 4*2*12(2p+1)(6p+5)(p+1) = 96*integer
2) n = 12p-2 where is any positive integer
So, (n + 6)(n + 8)(n + 10) = (12p+4)(12p+6)(12p+8) = 4*6*4(3p+1)(2p+1)(3p+2) = 96*integer
So, So, (n + 6)(n + 8)(n + 10) is always divisible by 96, which in turn is divisible by 24 and 32.
(or)
Let n=2p where p is odd, as n is not divisible by 4
So, (n + 6)(n + 8)(n + 10) = (2p + 6)(2p + 8)(2p + 10)= 2*2*2*(p+3)(p+4)(p+5) = 8(p+3)(p+4)(p+5)
p+3,p+4,p+5 are consecutive numbers. Product of 3 consecutive numbers should be divisible by 3! =6
As p is odd, p+3,p+5 are consecutive evens, product should be divisible by 8.
So, (p+3)(p+4)(p+5) should be divisible by 8 as well as 6.
So, (p+3)(p+4)(p+5) is divisible by LCM(8,6)=24
So, 8(p+3)(p+4)(p+5) is divisible by 24*8 = 192
So, (n + 6)(n + 8)(n + 10) be divisible by 24,32,96.
The above methods are intended to use only to show that it holds for all valid values of 'n'. It is preferable to plug-in values in the test.