N*N mod 4.

Given that N N is an even number and is not a multiple of 4, calculate N × N m o d 4 N\times N \bmod 4 .


The answer is 0.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Chew-Seong Cheong
Nov 17, 2018

We can always express an even integer as N = 2 n N=2n , where n n is an integer. Then, we have:

N 2 4 n 2 0 (mod 4) \begin{aligned} N^2 & \equiv 4n^2 \equiv \boxed 0\text{ (mod 4)}\end{aligned}

All squares of even numbers whether a multiple of 4 or not is divisible by 4.

Srinivasa Gopal
Nov 17, 2018

Let N = (2p) as N is even. So N N = 4 p*p which 4 divides fully without leaving any reminder.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...