1. Identify different types of Number systems
2. differentiate the types of number
3. prime factorization method
Answers
Answer:
Table of the Numbers Systems with Base, Used Digits, Representation, C language representation:
Number system Base Used digits
Binary 2 0,1
Octal 8 0,1,2,3,4,5,6,7
Decimal 10 0,1,2,3,4,5,6,7,8,9
Hexadecimal 16 0,1,2,3,4,5,6,7,8,9, A,B,C,D,E,F
Natural Numbers Also known as the counting numbers, they include 1,2,3,4,5,6...
Integers All whole numbers, including negative numbers
Rational Numbers All integers, including fractions
Irrational Numbers Numbers that cannot be expressed as fractions
Step 1: Start by dividing the number by the first prime number 2 and continue dividing by 2 until you get a decimal or remainder. Then divide by 3, 5, 7, etc. until the only numbers left are prime numbers. Step 2: Write the number as a product of prime numbers.