r0bHadz
- 194
- 17
Homework Statement
Prove that the product of any three consecutive integers
is divisible by 6.
Homework Equations
The Attempt at a Solution
This doesn't seem true to me for any 3 consecutive ints. For example, let a_0 = 0 a_1 = 1 a_2 = 2
3 is not divisible by six.
Assuming they meant a_x > 0we have a(a+1)(a+2) = a^3 + 3a^2 + 2a = p_1^{x_1}p_2^{x_2}...p_n^{x_n}
3a^2= p_1^{x_1}p_2^{x_2}...p_n^{x_n} - a^3 - 2a
the right side would be divisible by 3, which implies 3 is in the prime factorization
the same logic is used for "2a"
which shows that the product of any 3 consecutive ints is a factor of 6.Is my proof alright for this guys? I have major problems with the fundamental theorem of arithmetic so I'm still uncertain here. It seems like it would suffice but you can't be too sure