Look at what you can do now:
Use integer division and modulo to extract digits, check divisibility, and handle remainders
Apply floor and ceiling functions to round correctly
Recognize cyclic patterns and use modulo to wrap indices
Prevent overflow by reducing intermediate results with modulo properties
These operations appear in almost every algorithm. You have the foundation. Next section, we'll build on this with exponentiation and more advanced number theory.