Let P = N^2 where N is an odd integer. What is the remainder when P is divided by 8 ?

  1. A. 1
  2. B. 3
  3. C. 5
  4. D. Cannot be determined due to insufficient data

Correct Answer: A. 1

Explanation

Any odd integer can be represented as N = 2k + 1. Thus, N^2 = 4k^2 + 4k + 1 = 4k(k+1) + 1. Since k(k+1) is the product of two consecutive integers, it is always even (2m). Substituting gives N^2 = 8m + 1. Hence, dividing by 8 always leaves a remainder of 1.

Related questions on Arithmetic

Practice more CDS Elementary Mathematics questions