Find the remainder when 1 5 2 3 + 2 3 2 3 is divided by 19.
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.
I'm not sure if this is correct, just an observation. But I'm throwing this out there: x n + y n ≡ 0 ( m o d x + y ) So, 1 5 2 3 + 2 3 2 3 ≡ 0 ( m o d 3 8 ) Since it is divisible by 38, and 38=19*2, it will likewise be 0(mod 19).
Problem Loading...
Note Loading...
Set Loading...
1 5 ≡ − 4 (mod 19) 2 3 ≡ 4 (mod 19) Therefore the desired expression is ( − 4 ) 2 3 + ( 4 ) 2 3 ≡ 0 .