n is a positive integer. Prove that we cannot find an integer m and an integer r > 1 such that n(n + 1)(n + 2) = mr.
-
UP 0 DOWN 0 0 6
6 Answers
noone
·2009-04-18 17:25:24
another approach:
case1 :
RHS:
if m is even int, r is any intger;
mr is always even and all the factors of mr is even.
LHS:
here if n is even; n+1 is odd; n+2 is again even.
so, n+1 will have an odd factor.
dun see this plz...
am still thinkng...