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

It is given that 5 does not divide n - 1, n and n + 1, where n is a positive integer. Which one of the following is correct ?

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

5 divides (n2 + 1)  

Understanding Divisibility When 5 Does Not Divide n-1, n, or n+1

The problem states that for a positive integer \(n\), the number 5 does not divide \(n-1\), \(n\), or \(n+1\). We need to find which of the given expressions is divisible by 5 under this condition.

Let's analyze the condition using modular arithmetic. When an integer \(n\) is divided by 5, the possible remainders are 0, 1, 2, 3, or 4. We can write this as \(n \pmod{5}\) can be 0, 1, 2, 3, or 4.

The condition "5 does not divide \(n\)" means \(n \pmod{5} \neq 0\).

The condition "5 does not divide \(n-1\)" means \(n-1 \pmod{5} \neq 0\). If \(n-1\) is divisible by 5, then \(n \equiv 1 \pmod{5}\). So, \(n \pmod{5} \neq 1\).

The condition "5 does not divide \(n+1\)" means \(n+1 \pmod{5} \neq 0\). If \(n+1\) is divisible by 5, then \(n \equiv -1 \equiv 4 \pmod{5}\). So, \(n \pmod{5} \neq 4\).

Combining these conditions, the remainder when \(n\) is divided by 5 cannot be 0, 1, or 4. Therefore, the possible remainders for \(n\) when divided by 5 are 2 or 3.

  • Case 1: \(n \equiv 2 \pmod{5}\)
  • Case 2: \(n \equiv 3 \pmod{5}\)

Now, let's evaluate each of the given options under these two cases using modular arithmetic to check for divisibility by 5 (i.e., checking if the result is \(\equiv 0 \pmod{5}\)).

Evaluating the Options

Option Expression Case 1: \(n \equiv 2 \pmod{5}\) Case 2: \(n \equiv 3 \pmod{5}\) Divisible by 5?
1 \(n^2 + 1\) \(n^2 \equiv 2^2 \equiv 4 \pmod{5}\). So, \(n^2 + 1 \equiv 4 + 1 \equiv 5 \equiv 0 \pmod{5}\). \(n^2 \equiv 3^2 \equiv 9 \equiv 4 \pmod{5}\). So, \(n^2 + 1 \equiv 4 + 1 \equiv 5 \equiv 0 \pmod{5}\). Yes (in both cases)
2 \(n^2 - 1\) \(n^2 \equiv 4 \pmod{5}\). So, \(n^2 - 1 \equiv 4 - 1 \equiv 3 \pmod{5}\). \(n^2 \equiv 4 \pmod{5}\). So, \(n^2 - 1 \equiv 4 - 1 \equiv 3 \pmod{5}\). No (in both cases)
3 \(n^2 + n\) \(n^2 \equiv 4 \pmod{5}\), \(n \equiv 2 \pmod{5}\). So, \(n^2 + n \equiv 4 + 2 \equiv 6 \equiv 1 \pmod{5}\). \(n^2 \equiv 4 \pmod{5}\), \(n \equiv 3 \pmod{5}\). So, \(n^2 + n \equiv 4 + 3 \equiv 7 \equiv 2 \pmod{5}\). No (in both cases)
4 \(n^2 - n\) \(n^2 \equiv 4 \pmod{5}\), \(n \equiv 2 \pmod{5}\). So, \(n^2 - n \equiv 4 - 2 \equiv 2 \pmod{5}\). \(n^2 \equiv 4 \pmod{5}\), \(n \equiv 3 \pmod{5}\). So, \(n^2 - n \equiv 4 - 3 \equiv 1 \pmod{5}\). No (in both cases)

From the table, we can see that only the expression \(n^2 + 1\) is divisible by 5 in both possible cases for \(n\). Therefore, 5 divides \((n^2 + 1)\).

Conclusion

Given that 5 does not divide \(n-1\), \(n\), or \(n+1\) for a positive integer \(n\), it must be true that 5 divides \((n^2 + 1)\).

Revision Table: Divisibility Concepts

Concept Description Example
Divisibility An integer \(a\) divides an integer \(b\) if there exists an integer \(k\) such that \(b = ak\). We write \(a | b\). 3 divides 12 because \(12 = 3 \times 4\).
Modular Arithmetic A system of arithmetic for integers, where numbers "wrap around" when they reach a certain value (the modulus). \(a \equiv b \pmod{m}\) means \(a - b\) is divisible by \(m\). \(7 \equiv 2 \pmod{5}\) because \(7 - 2 = 5\), and 5 is divisible by 5.
Congruence Properties If \(a \equiv b \pmod{m}\) and \(c \equiv d \pmod{m}\), then \(a+c \equiv b+d \pmod{m}\) and \(ac \equiv bd \pmod{m}\). If \(n \equiv 2 \pmod{5}\), then \(n^2 \equiv 2^2 \equiv 4 \pmod{5}\).

Additional Information: Working with Modulo 5

When working with modulo 5, any integer \(n\) can be represented by its remainder when divided by 5. This remainder is one of \{0, 1, 2, 3, 4\}.

  • If \(n \equiv 0 \pmod{5}\), then 5 divides \(n\).
  • If \(n \equiv 1 \pmod{5}\), then \(n-1 \equiv 1-1 \equiv 0 \pmod{5}\), so 5 divides \(n-1\).
  • If \(n \equiv 2 \pmod{5}\), then \(n-1 \equiv 1 \pmod{5}\), \(n \equiv 2 \pmod{5}\), \(n+1 \equiv 3 \pmod{5}\). None of these are divisible by 5.
  • If \(n \equiv 3 \pmod{5}\), then \(n-1 \equiv 2 \pmod{5}\), \(n \equiv 3 \pmod{5}\), \(n+1 \equiv 4 \pmod{5}\). None of these are divisible by 5.
  • If \(n \equiv 4 \pmod{5}\), then \(n+1 \equiv 4+1 \equiv 5 \equiv 0 \pmod{5}\), so 5 divides \(n+1\).

The condition that 5 does not divide \(n-1\), \(n\), or \(n+1\) directly leads to \(n \pmod{5}\) being restricted to only 2 or 3. This is a key step in solving this type of divisibility problem.

Was this answer helpful?

Similar Questions

  1. What is the largest power of 10 that divides the product 29 × 28 × 27 × ...2 × 1 ? 

  2. Let m and n be natural numbers. What is the minimum value of (m + n) such that 33m + 22n is divisible by 121 ?

  3. The number of prime numbers which are less than 100 is

  4. The ratio of two numbers is 1 ∶ 5 and their product is 320. What is the difference between the squares of these two numbers?

  5. Consider the following sentences∶

    1. Of the two consecutive integers, one is even.

    2. Square of an odd integer is of the form 8n + 1

    Which of the above statements is/are correct?
  6. The total number of live births in a specific locality during different months of a specific year was obtained from the office of the Birth registrar. This set of data may be called

  7. If x = 111­ - - - - 1 (20 digits), y = 333 - - - - 3 (10 digits) and z = 222 - - - - 2 (10 digits), then what is (x – y 2)/z equal to?

  8. If k is an integer, then x 2+ 7x – 14 (k 2– 7/8) = 0 has

  9. Let m be a non-zero integer and n be a positive integer. Let R be the remainder obtained on dividing the polynomial x n+ m nby (x – m). Then

  10. Consider the following statements in respect of the expression S n= \(\rm\frac{n(n+1)}{2}\)

    where n is an integer

    I. There are exactly two values of n for which S n= 861

    II. S n= S −(n + 1) and hence for any integer m, we have two values of n for which S n= m

    Which of the above are not perfect squares?


Important Questions from Integers

  1. Find the value of \(\sqrt{2025}\) .

  2. How many times does the number 5 occur in the range of numbers from 1 to 100?

    A. 21

    B. 22

    C. 20

    D. 19

  3. A prime number

    A. is not a positive integer.

    B. has no divisor at all.

    C. has only 1 and itself as divisors.

    D. has more than two divisors.

  4. __________ are twin prime number.

    A. (4, 9)

    B. (2, 3)

    C. (4, 6)

    D. (3, 5)
  5. A factory produced 18,58,509 cassettes in the month of January, 7623 more cassettes in the of February and owing to short supply of electricity produced 25,838 less cassettes in March than in February. Find the total production in all?

    A. 55,57,312

    B. 59,83,245

    C. 55,64,935

    D. 56,08,988
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
1135 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