Friday, November 9, 2018

divisibility - What is the remainder when 10,987,654 is divided by 2,103?

What is a simple way to solve this problem? I solve this problem by actually dividing $10,987,654$ by $2,103$, which should not be a simple way.




What is the remainder when $10,987,654$ is divided by $2,103$?


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...