Multiple choice Octal equivalent to 111010 is 81 72 71 70 Reveal answer Fill a bubble to check yourself B Correct answer Explanation Binary 111010 = 1*32 + 1*16 + 1*8 + 0*4 + 1*2 + 0*1 = 58 decimal. Converting 58 to octal: 58/8 = 7 remainder 2, so octal = 72. Group bits as 111 010, which gives 7 2 in octal.