All Exams Test series for 1 year @ ₹349 only
Question

Consider the following statements :

1. n3 - n is divisible by 6.

2. n- n is divisible by 5.

3. n5 - 5n3 + 4n is divisible by 120.

Which of the statements given above are correct ? 

This question was previously asked in
CDS I 2023 English Previous Year Paper (16-April-2023)
The correct answer is

1, 2 and 3  

Understanding Divisibility of Algebraic Expressions

The question asks us to evaluate the correctness of three statements regarding the divisibility of different algebraic expressions involving an integer 'n' by specific numbers.

We need to analyze each statement to determine if it holds true for all integers 'n'.

Analyzing Statement 1: \( n^3 - n \) is divisible by 6

Let's factor the expression \( n^3 - n \):

\( n^3 - n = n(n^2 - 1) \)

We can factor the term \( (n^2 - 1) \) further as a difference of squares:

\( n(n^2 - 1) = n(n-1)(n+1) \)

The expression \( (n-1)n(n+1) \) represents the product of three consecutive integers. Let's consider the properties of consecutive integers:

  • Among any three consecutive integers, at least one must be even (divisible by 2).
  • Among any three consecutive integers, exactly one must be divisible by 3.

Since the product \( (n-1)n(n+1) \) contains a factor that is a multiple of 2 and a factor that is a multiple of 3, the product must be divisible by both 2 and 3.

Since 2 and 3 are coprime (their greatest common divisor is 1), if a number is divisible by both 2 and 3, it is also divisible by their product, which is \( 2 \times 3 = 6 \).

Therefore, \( n^3 - n \) is always divisible by 6 for any integer 'n'. Statement 1 is correct.

Analyzing Statement 2: \( n^5 - n \) is divisible by 5

Let's factor the expression \( n^5 - n \):

\( n^5 - n = n(n^4 - 1) \)

We can factor \( (n^4 - 1) \) using the difference of squares formula repeatedly:

\( n(n^4 - 1) = n(n^2 - 1)(n^2 + 1) = n(n-1)(n+1)(n^2 + 1) \)

We can use Fermat's Little Theorem to analyze the divisibility by 5. Fermat's Little Theorem states that if 'p' is a prime number, then for any integer 'a', \( a^p \equiv a \pmod p \). This means \( a^p - a \) is divisible by 'p'.

In this statement, the prime number is \( p = 5 \) and the integer is 'n'. According to Fermat's Little Theorem, \( n^5 \equiv n \pmod 5 \). This implies that \( n^5 - n \) is divisible by 5.

Alternatively, consider cases for 'n' modulo 5:

  • If \( n \equiv 0 \pmod 5 \), then \( n^5 - n \equiv 0^5 - 0 \equiv 0 \pmod 5 \).
  • If \( n \equiv 1 \pmod 5 \), then \( n^5 - n \equiv 1^5 - 1 \equiv 1 - 1 \equiv 0 \pmod 5 \).
  • If \( n \equiv 2 \pmod 5 \), then \( n^5 - n \equiv 2^5 - 2 \equiv 32 - 2 \equiv 30 \equiv 0 \pmod 5 \).
  • If \( n \equiv 3 \pmod 5 \), then \( n^5 - n \equiv 3^5 - 3 \equiv 243 - 3 \equiv 240 \equiv 0 \pmod 5 \).
  • If \( n \equiv 4 \pmod 5 \), then \( n^5 - n \equiv 4^5 - 4 \equiv (5-1)^5 - 4 \equiv (-1)^5 - 4 \equiv -1 - 4 \equiv -5 \equiv 0 \pmod 5 \).

In all cases, \( n^5 - n \) is divisible by 5. Statement 2 is correct.

Analyzing Statement 3: \( n^5 - 5n^3 + 4n \) is divisible by 120

Let's factor the expression \( n^5 - 5n^3 + 4n \):

\( n^5 - 5n^3 + 4n = n(n^4 - 5n^2 + 4) \)

The term \( (n^4 - 5n^2 + 4) \) is a quadratic in \( n^2 \). We can factor it by finding two numbers that multiply to 4 and add up to -5. These numbers are -1 and -4.

\( n(n^4 - 5n^2 + 4) = n(n^2 - 1)(n^2 - 4) \)

Now, we can factor the difference of squares terms \( (n^2 - 1) \) and \( (n^2 - 4) \):

\( n(n-1)(n+1)(n-2)(n+2) \)

Let's rearrange the terms in ascending order:

\( (n-2)(n-1)n(n+1)(n+2) \)

This expression represents the product of five consecutive integers: \( (n-2), (n-1), n, (n+1), (n+2) \). A fundamental property of consecutive integers is that the product of 'k' consecutive integers is always divisible by \( k! \).

In this case, we have the product of 5 consecutive integers, so it is divisible by \( 5! \). Let's calculate \( 5! \):

\( 5! = 5 \times 4 \times 3 \times 2 \times 1 = 120 \)

Therefore, \( n^5 - 5n^3 + 4n \) is always divisible by 120 for any integer 'n'. Statement 3 is correct.

Conclusion on Divisibility Statements

Based on our analysis:

  • Statement 1: \( n^3 - n \) is divisible by 6 (Correct, as it's the product of 3 consecutive integers).
  • Statement 2: \( n^5 - n \) is divisible by 5 (Correct, by Fermat's Little Theorem or modular arithmetic).
  • Statement 3: \( n^5 - 5n^3 + 4n \) is divisible by 120 (Correct, as it's the product of 5 consecutive integers).

All three statements are correct.

Revision Table: Divisibility Properties

Expression Factored Form Property Divisible By
\( n^3 - n \) \( (n-1)n(n+1) \) Product of 3 consecutive integers \( 3! = 6 \)
\( n^5 - n \) \( n(n-1)(n+1)(n^2 + 1) \) \( n^p - n \) for prime \( p=5 \) \( 5 \)
\( n^5 - 5n^3 + 4n \) \( (n-2)(n-1)n(n+1)(n+2) \) Product of 5 consecutive integers \( 5! = 120 \)

Additional Information: Number Theory Concepts

Understanding concepts like divisibility, factorization, products of consecutive integers, and Fermat's Little Theorem is crucial for solving such problems involving algebraic expressions and number theory.

  • Divisibility: An integer 'a' is divisible by an integer 'b' if there exists an integer 'k' such that \( a = bk \).
  • Consecutive Integers: Integers that follow each other in order, like \( n, n+1, n+2, ... \). The product of 'k' consecutive integers is always divisible by \( k! \).
  • Fermat's Little Theorem: If 'p' is a prime number, then for any integer 'a', \( a^p - a \) is divisible by 'p'. This can be written as \( a^p \equiv a \pmod p \).
  • Factorials: The product of an integer and all the integers below it down to 1. Denoted by the symbol '!', e.g., \( 5! = 5 \times 4 \times 3 \times 2 \times 1 \).

These concepts help explain why the given expressions exhibit the specified divisibility properties.

Was this answer helpful?

Similar Questions

  1. The number 9730 - 1430 is divisible by : 

  2. What is the largest 5-digit number, which leaves the remainder 7, when divided by 18 as well as by 11 ?

  3. When every even power of every odd integer (greater than 1) is divided by 8, what is the remainder ?  

  4. Consider the following statements in respect of the polynomial 1 - x - xn + xn+1 where n is a natural number :

    1. It is divisible by 1 - 2x + x2.

    2. It is divisible by 1 - xn.

    Which of the statements given above is/are correct ? 

  5. How many numbers from 1 to 1000 are divisible by 2, 3, 4 and 5?

  6. What is the maximum value of m, if the number N = 90 × 42 × 324 × 55 is divisible by 3m?

  7. 710 − 510  is divisible by

  8. What is the remainder when 2 100 is divided by 101?

  9. 4x 3 + 12x 2 - x - 3 is divisible by

  10. What is the remainder when 27 27 - 15 27 is divided by 6?


Important Questions from Divisibility and Remainder

  1. What is the sum of the digits of the least number which when divided by 12, 16 and 20 leaves the same remainder 6 in each case and it is divisible by 9?

  2. As nine-digit number 89563x87y is divisible by 72. What is the value of \(\sqrt{7x-3y}\)  ?

  3. The greatest number that on dividing 2675 and 2320 leaves the reminder 5 and 6 ,respectively is : 

  4. Find the greatest number that exactly divides 2880, 6525 and 8307.

  5. If a 10 - digit number 643x1145y2 is divisible by 88, then the value of (2x - 3y) for the largest value of y is :

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
CDS img
Defence
UPSC CDS 2026 Mock Test Series
540 Tests 4 Tests Free
1130 Attempts
4.3(168)
English, Hindi
More Questions from CDS

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App