Quantcast
Typesetting math: 100%

Integer to Octal

Last modified by
on
Jun 26, 2023, 8:31:00 PM
Created by
on
Jan 28, 2019, 6:08:55 PM
=Integer to Octal
Integer
Tags
UUID
c6ee5059-2327-11e9-8682-bc764e2038f2

The Integer to Octal Calculator accepts an integer value and returns the given integer converted to Octal.

INSTRUCTIONS: Enter the following:

  • (i) This is a base 10 integer

Octal Value:  The calculator returns the octal number equal to the base 10 value of the input integer.

The Math / Science

Octal numbers are comprised of digits from zero to 7.  The position of the digit indicates the exponent of eight added to the value, making Octal a base 8 number system

The first value in an octal number is multiplied by 80  (1)
The second value in an octal number is multiplied by 81 (8)
The third value in an octal number is multiplied by 82 (64)
The forth value in an octal number is multiplied by 83 (512), and so on.

In this way, the Octal number of 6017 is:

            7• 80 + 1• 81 + 0 • 82 + 6 • 23 = 3087 in base 10 numbers which we commonly use.


Computer Science Calculators


String Manipulation Equations:


This equation, Integer to Octal, is used in 1 page
  • Comments
  • Attachments
  • Stats
No comments
This site uses cookies to give you the best, most relevant experience. By continuing to browse the site you are agreeing to our use of cookies.