1. Examples
1. Conversion from Octal To Decimal
(304)8 = ( ? )10
Solution: `(304)_8 = (underline{" "})_10`
`304`
` = 3 × 8^2 + 0 × 8^1 + 4 × 8^0`
`= 3 × 64 + 0 × 8 + 4 × 1`
`= 196`
`:. (304)_8 = (underline{196})_10`
2. Conversion from Octal To Decimal
(1534)8 = ( ? )10
Solution: `(1534)_8 = (underline{" "})_10`
`1534`
` = 1 × 8^3 + 5 × 8^2 + 3 × 8^1 + 4 × 8^0`
`= 1 × 512 + 5 × 64 + 3 × 8 + 4 × 1`
`= 860`
`:. (1534)_8 = (underline{860})_10`
This material is intended as a summary. Use your textbook for detail explanation. Any bug, improvement, feedback then
|