Example 1easy
- A)0, 1 or 2
- B)0 or 1
- C)1 or 2
- D)0, 1, 2 or 3
Step-by-step solution
- Any positive integer can be expressed in the form 2k or 2k+1 for some integer k.
- Case 1: If the integer is of the form 2k, its square is (2k)² = 4k². When 4k² is divided by 4, the remainder is 0.
- Case 2: If the integer is of the form 2k+1, its square is (2k+1)² = 4k² + 4k + 1 = 4(k² + k) + 1. When 4(k² + k) + 1 is divided by 4, the remainder is 1.
- Therefore, the possible remainders when the square of any positive integer is divided by 4 are 0 or 1.
Answer: 0 or 1