Problem:
1. What is the congruence class of 10^n modulo 11?
2. Use this to determine the remainder when 654321 is divided by 11.
For the first part, from my analysis there are 11 possible classes ranging from 0 - 10. The n is throwing me off, I'm not sure how to incorporate that yet.
For the second part, well, I'll figure that out when I get #1.
1. What is the congruence class of 10^n modulo 11?
2. Use this to determine the remainder when 654321 is divided by 11.
For the first part, from my analysis there are 11 possible classes ranging from 0 - 10. The n is throwing me off, I'm not sure how to incorporate that yet.
For the second part, well, I'll figure that out when I get #1.