What is the remainder when 3 1 + 3 3 + 3 5 + ⋯ + 3 2 9 is divided by 8?
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.
We want to see the remainder when using ( m o d 8 ) .
3 1 ≡ 3 ( m o d 8 )
3 2 ≡ 1 ( m o d 8 )
3 3 ≡ 3 ( m o d 8 )
3 5 ≡ 3 ( m o d 8 )
We see that for any odd power for the number 3 is equivalent to 3 ( m o d 8 ) .
Adding the first fifteen odd power for the number 3 , and using equivalent properties :
3 1 + 3 3 + 3 5 + . . . + 3 2 9 ≡ 3 × 1 5 ( m o d 8 ) ≡ 5 ( m o d 8 )
So the remainder is 5 .
Problem Loading...
Note Loading...
Set Loading...
We note that 3 2 ≡ 1 ( m o d 8 ) , therefore, we have:
3 1 + 3 3 + 3 5 + . . . + 3 2 9 ≡ 3 ( 1 + 3 2 + 3 4 + . . . + 3 2 8 ) ≡ 3 ( 1 + 1 + 1 + . . . + 1 ) ( m o d 8 ) ≡ 3 ( 1 5 ) ( m o d 8 ) ≡ 5 ( m o d 8 )