Multiple choice

The octal equivalent of decimal 324.987 is

  1. 504.771

  2. 540.781

  3. 215.234

  4. 40.987

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Converting decimal 324.987 to octal: 324/8 = 40 remainder 4, 40/8 = 5 remainder 0 → 504 for integer part. For fractional 0.987: 0.987×8 = 7.896, 0.896×8 = 7.168, 0.168×8 = 1.344 → .771. So 324.987 decimal = 504.771 octal.