As we learned in this chapter, modular arithmetic is the basis of many cryptosystems. As a consequence, we will address this topic with several problems in this and upcoming chapters. Let's start with an easy one: Compute the result without a calculator.
The results should be given in the range from 0,1,..., modulus-1. Briefly describe the relation between the different parts of the problem.