Convert Decimal 14 to Octal
(14)10 = (?)8. Decimal 14 to octal conversion provides the detailed information on what is the octal equivalent of the decimal number (14)10 and the step-by-step work for how to convert base-10 number (14)10 into octal (base-8) equivalent manually.
(14)10 in octal is equal to:
1410 = 168
Hence,
the octal equivalent of decimal number (14)10 is (16)8
where,
1410 is the given decimal number,
10 in 1410 represents the base-10 or decimal number system,
168 is the octal equivalent of the decimal 14,
8 in 168 represents the base-8 or octal number system.
Important Notes: (14)10 in Octal
The below are some of the important notes to be remembered while converting the (base-10) decimal number 14 into a (base-8) octal equivalent.
- The first remainder while performing 14 MOD-8 operation is a Least Significant Bit (LSB).
- The final remainder while performing 14 MOD-8 operation is a Most Significant Bit (MSB).
- The remainders of 14 MOD-8 operation should be written from MSB to LSB to form the octal equivalent for the given decimal number (14)10.
How-to: What is (14)10 in octal?
The below step-by-step solution shows how to convert the decimal number 14 to its equivalent octal number. Representing each remainders of 14 MOD-8 operation in octal equivalents and arranging them from MSB to LSB produces the octal equivalent of 14.
Solved Example:What is the octal equivalent of 14?
step 1 Observe the input parameters, values and what to be found:
Input values:
Decimal Number = (14)10
What to be found:
What is the octal equivalent of the decimal number (14)10?
(14)10 = (?)8
step 2 Perform successive 14 MOD-8 operation until the quotient becomes 0, and mark the first remainder as LSB and the final remainder as MSB as like the below:
Successive MOD-8 Operation for 14
14 MOD-8 | 14 / 8 = 1 | Remainder is 6 → LSB |
1 MOD-8 | 1 / 8 = 0 | Remainder is 1 → MSB |
step 3 Arrange or write the remainders of 14 MOD-8 operation from MSB to LSB produces the equivalent octal number for decimal 14:
= 16
(14)10 = (16)8
Therefore,
the octal equivalent of decimal 14 is (16)8.
