Decimal Number System
đĸ Decimal Number System
đ Introduction
The Decimal Number System is the most commonly used number system in our everyday life. It is also known as the Base-10 number system because it uses 10 unique digits.
đ Digits Used:
0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Each digit in a number has a place value depending on its position and is a power of 10.
đ§ Positional Value Concept
In the positional number system, the value of each digit depends on:
- The digit itself
- Its position in the number
- The base of the number system
đ General Formula:
If a number has digits dâ dâââ ... dâ dâ dâ, then:
Value of the number =
dâ × 10âŋ + dâââ × 10âŋâģ¹ + ... + dâ × 10² + dâ × 10¹ + dâ × 10â°
â Examples:
Example 1:
(99)ââ
= 9 × 10¹ + 9 × 10â°
= 90 + 9
= 99
Example 2:
(332)ââ
= 3 × 10² + 3 × 10¹ + 2 × 10â°
= 300 + 30 + 2
= 332
Example 3:
(1024)ââ
= 1 × 10³ + 0 × 10² + 2 × 10¹ + 4 × 10â°
= 1000 + 0 + 20 + 4
= 1024
đ Counting in Decimal:
| Number | Place Values |
|---|---|
| 145 | 1×10² + 4×10¹ + 5×10â° = 145 |
| 507 | 5×10² + 0×10¹ + 7×10â° = 507 |
| 8002 | 8×10³ + 0×10² + 0×10¹ + 2×10â° = 8002 |
đ§Š Why Decimal?
-
Easy for humans to use (we have 10 fingers!)
-
Used in all financial, scientific, and daily life calculations
-
The base-10 system forms the foundation of all higher-level arithmetic
â Summary:
| Feature | Description |
|---|---|
| Base | 10 |
| Digits Used | 0 to 9 |
| Place Value System | Yes |
| Positional Power Rule | Each digit = d × 10^position |