Quantitative Aptitude
Number Systems
A number system is a way to represent numbers in a consistent manner. It uses a specific set of symbols (called digits)
Introduction
Number systems are the foundation of mathematics, enabling us to count, measure, and perform calculations. They form the basis of arithmetic and various mathematical operations. In this blog, we’ll explore different types of number systems, the classification of numbers, conversions between them, and how to solve problems related to them.

Number System
What is a Number System?
A number system is a way to represent numbers in a consistent manner. It uses a specific set of symbols (called digits) and a base to express quantities. The base is the number of unique digits, including zero, used in a system.
For example, the decimal system (our common system) uses 10 digits: 0 through 9. Number systems are critical in fields like computer science, digital electronics, and everyday arithmetic operations.
Numbers
Prime Numbers and Composite Numbers
Discover the distinction between prime and composite numbers, essential building blocks of mathematics.
Prime Numbers
A prime number is a number greater than 1 that has no positive divisors other than 1 and itself. In other words, a prime number is only divisible by 1 and the number itself.
- Example: 2, 3, 5, 7, 11, 13, 17, 19, etc.
Composite Numbers
A composite number is a number greater than 1 that has more than two divisors. In other words, it is divisible by numbers other than 1 and itself.
- Example: 4, 6, 8, 9, 12, 15, etc.
Classification
Classification of Number Systems
Numbers can be classified into different categories:
Natural Numbers
Natural numbers are the counting numbers starting from 1 and going upwards: 1, 2, 3, 4, and so on. They are represented as N.
Whole Numbers
Whole numbers are natural numbers including zero. Hence, whole numbers are 0, 1, 2, 3, 4, and so on.
Rational Numbers
A rational number is any number that can be expressed as the quotient or fraction p/q, where p and q are integers and q≠0. Rational numbers include both terminating and repeating decimals.
Example: 3/4, 0.75, 0.333…
Even Numbers
An even number is any integer that is divisible by 2.
Example: 2, 4, 6, 8, 10, etc.
Integers
Integers are whole numbers that can be positive, negative, or zero. This set of numbers is represented as Z.
Example: -3, -2, -1, 0, 1, 2, 3, etc.
Irrational Numbers
Irrational numbers cannot be expressed as a fraction p/q. Their decimal expansion is non-terminating and non-repeating.
Example: π, φ, √2
Real Numbers
Real numbers include both rational and irrational numbers. They represent all numbers that can be found on the number line.
Odd Numbers
An odd number is any integer that is not divisible by 2.
Example: 1, 3, 5, 7, 9, etc.
Number Systems Mastery Challenge
Test your skills in converting and understanding decimal, binary, octal, and hexadecimal systems across three progressively challenging stages!
Conclusion
Number systems play a crucial role in mathematics and computer science. By understanding different types of number systems, how to convert between them, and basic operations like divisibility rules, you’ll have a solid foundation in number theory. Whether you’re preparing for competitive exams or delving into computer science, mastering these concepts is essential.
Leave a Reply