Exercise 1.2.6 (Product of four consecutive integers)

Prove that the product of three consecutive integers is divisible by 6; of four consecutive integers by 24 .

Answers

Proof.

(a)
By the Euclidean division, every integer n is of the form n = 3 k + r , where r = 0 , 1 , or 2 .

If n = 3 k , then 3 n ; if n = 3 k + 1 , then 3 n + 2 ; if n = 3 k + 2 , then 3 n + 1 . In every case,

3 n ( n + 1 ) ( n + 2 ) .

Moreover, since n is odd or even, 2 n or 2 n + 1 . In both cases, 2 n ( n + 1 ) , a fortiori

2 n ( n + 1 ) ( n + 2 ) .

Moreover, 2 and 3 are relatively prime, therefore, for every integer n ,

5 n ( n + 1 ) ( n + 2 ) .

The product of three consecutive integers is divisible by 6 .

(b)
Similarly, every integer n is of the form n = 4 k + r , where r = 0 , 1 , 2 , or 4 .

If r = 0 , 4 n and 2 n + 2 , so 8 n ( n + 2 ) ;

if r = 1 , 4 n + 3 and 2 n + 1 , so 8 ( n + 1 ) ( n + 3 ) ;

if r = 2 , 4 n + 2 and 2 n , so 8 n ( n + 2 ) ;

if r = 3 , 4 n + 1 and 2 n + 3 , so 8 ( n + 1 ) ( n + 3 ) .

In every case

8 n ( n + 1 ) ( n + 2 ) ( n + 3 ) .

By part (a), 3 n ( n + 1 ) ( n + 2 ) , a fortiori

3 n ( n + 1 ) ( n + 2 ) ( n + 3 ) .

Since gcd ( 3 , 8 ) = 1 ,

24 n ( n + 1 ) ( n + 2 ) ( n + 3 ) .

The product of four consecutive integers is divisible by 24 .

User profile picture
2024-06-16 10:54
Comments