Compute the remainder value which will be obtained when is divided by 31.
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.
Since 2 5 6 = 2 8 we have that 2 5 6 3 7 9 = ( 2 8 ) 3 7 9 = 2 3 0 3 2 . Now 2 5 = 3 2 ≡ 1 ( m o d 3 1 ) , so 2 3 0 3 2 = ( 2 3 0 3 0 ) ∗ ( 2 2 ) ≡ 1 ∗ 4 ( m o d 3 1 ) ≡ 4 ( m o d 3 1 ) . Thus the desired remainder is 4 .