Sorry, you need to enable JavaScript to visit this website.
Skip to main content

M2.4.8

Understands that numbers can be written in bases other than 10; the simplest base, 2, uses just two symbols ("0" and "1" or "on" and "off").

Modulus in Real Life

There is more to modulus than meets the eye. As a computer programmer I use it frequently for a variety of purposes including time and patterns.

View the full Example