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.
![1307_d8e4ce8a-ffc4-4c39-8cde-8e78d35b2be1.png](https://secure.tutorsglobe.com/CMSImages/1307_d8e4ce8a-ffc4-4c39-8cde-8e78d35b2be1.png)
The results should be given in the range from 0,1,..., modulus-1. Briefly describe the relation between the different parts of the problem.