A number leaves remainder 3 when divided by 5. What is the remainder when its square is divided by 5?

Aptitude Numbers Difficulty: Easy
Choose an option
  • A
    0
  • B
    1
  • C
    3
  • D
    4

Answer

Correct Answer: 4

Explanation

Given data

  • n ≡ 3 (mod 5)

Concept / Approach

  • Use modular arithmetic: square both sides of a congruence.

Step-by-step calculation

n^2 ≡ 3^2 = 9 ≡ 4 (mod 5)

Check via examples

n = 3, 8, 13, … ⇒ n^2 = 9, 64, 169, … ⇒ remainders mod 5 are 4.

Final Answer

Remainder = 4.

Discussion & Comments
No comments yet. Be the first to comment!
Join Discussion