Skipping Stones

Find the largest integer k k that will always divide

( n + 1 ) ( n + 3 ) ( n + 5 ) ( n + 7 ) (n+1)(n+3) (n+5)(n+7)

for all even integers n 10 n \geq 10 .


The answer is 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.

1 solution

Swadesh Rath
Aug 8, 2015

see actually i am a 10th grade boy - so i dont know any high-fi solving methods - i make use of my best weapons p(n) = (n+1)(n+3)(n+5)(n+7)

multiply and divide equation by n(n+2)(n+4)(n+6) changed equation p(n) = n(n+1)(n+2)(n+3)(n+4)(n+5)(n+6)(n+7) / n(n+2)(n+4)(n+6)

p(n) = 8!K/n(n+2)(n+4)(n+6) .... { reason : product of 8 consecutive no. }

now as n = 2t ... (even) so 8!K/ 2t(2t+2)(2t+4)(2t+6) take 2 common 8!K / 2^4 (t(t+1)(t+2)(t+3)) = 8!K/2^4 (4! T) ... since denominator has 4 consecutive no.

so p(n) = 8!K / 2^4 (4!T) = 105 K/T so 105 can be biggest integer that will divide p(n)

The correct answer is 3.

Tay Yong Qiang - 5 years, 9 months ago

Hey i also got 105 but it is wrong

Aakash Khandelwal - 5 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...