This document introduces some basic concepts in number theory, including primes, least common multiples, greatest common divisors, and modular arithmetic. It then discusses different number systems such as decimal, binary, octal, and hexadecimal. Methods are provided for converting between these different bases, including dividing or grouping bits and multiplying by the place value. Prime numbers are defined as integers greater than 1 that are only divisible by 1 and themselves. The fundamental theorem of arithmetic states that every integer can be written as a unique product of prime factors.