+0  
 
0
217
3
avatar

What is the remainder when the sum 1 + 7 + 13 + 19 + ... + 253 + 259 + 265 + 271 is divided by 6?

 Jul 15, 2022
 #2
avatar
0

sumfor(n, 1, 46, (6*n - 5))==6256  mod 6 == 4 - the remainder.

 Jul 16, 2022
 #3
avatar+288 
-1

Surely, you dont want to add up all those numbers. That's ridiculous!

 

Because all the numbers leave a remainder of 1 when divided by 6, 

1 + 7 + 13... + 271 = 1 + 1 .....+1 (mod 6)

1 + 7 + 13 + ... + 271 = 46 (mod 6)

Therefore 1 + 7 + 13 + ... + 271 = 4 (mod 6)

 Jul 16, 2022

4 Online Users

avatar
avatar
avatar