Explanation:
step 1 = Divide 675 by 8 keeping notice of the quotient and the remainder.
step 2 =Continue dividing the quotient by 8 until you get a quotient of zero.
step 3 = Then just write out the remainders in the reverse order to get octal equivalent of decimal number 675.
Using the above steps, here is the work involved in the solution for converting 675 to octal number:
675 / 8 = 84 with remainder 3
84 / 8 = 10 with remainder 4
10 / 8 = 1 with remainder 2
1 / 8 = 0 with remainder 1
Then just write down the remainders in the reverse order to get the answer, The decimal number 675 converted to octal is therefore equal to :
1243