Home DFS SB OD SDN

Notice: How To Tip The Webmaster.


You are at the section Fun With Math-All About The Numbers

All About The Numbers: Eight

Facts About The Number Eight
  • This is how much there is:

  • This is how it is represented in octal:
    10
    The one on the left is how many eights there are and the zero on the right is how many ones there are. To get the decimal representation, just multiply the digit in the eights place by eight, and add that to the number of ones in the ones place:
    1*8+0=8
    Remember, there are no 8's or 9's as digits in an octal, or base-8 system.
    Base eight is like base ten ... if you're missing two fingers --- Tom Lehrer from his novelty tune New Math

  • How to Add with The Number 8
    n + 8 = ?

    Let's add 8 to a number and see what we get!

    0 + 8 = 8
    0 +         =        
    1 + 8 = 9
    +         =         
    2 + 8 = 10
      +         =          
    3 + 8 = 11
       +         =           
    4 + 8 = 12
        +         =            
    5 + 8 = 13
         +         =             
    6 + 8 = 14
          +         =              
    7 + 8 = 15
           +         =               
    8 + 8 = 16
            +         =                
    9 + 8 = 17
             +         =                 
    10 + 8 = 18
              +         =                  

  • How to Add with The Number 10 in Octal
    n + 10 = ?

    Let's add 10 in Octal to a number and see what we get!

    0 + 10 = 10
    1 + 10 = 11
    2 + 10 = 12
    3 + 10 = 13
    4 + 10 = 14
    5 + 10 = 15
    6 + 10 = 16
    7 + 10 = 17
    10 + 10 = 20
    11 + 10 = 21
    12 + 10 = 22

  • How to Subtract with The Number 8
    n - 8 = ?

    Let's subtract 8 from a number and see what we get!

    8 - 8 = 0
            -         = 0
    9 - 8 = 1
             -         =
    10 - 8 = 2
              -         =  
    11 - 8 = 3
               -         =   
    12 - 8 = 4
                -         =    
    13 - 8 = 5
                 -         =     
    14 - 8 = 6
                  -         =      
    15 - 8 = 7
                   -         =       
    16 - 8 = 8
                    -         =        
    17 - 8 = 9
                     -         =         
    18 - 8 = 10
                      -         =          

  • How to Multiply with The Number 8
    n * 8 = ?

    Let's multiply 8 to a number and see what we get!

    0 * 8 = 0
    1 * 8 = 8
    2 * 8 = 16
    3 * 8 = 24
    4 * 8 = 32
    5 * 8 = 40
    6 * 8 = 48
    7 * 8 = 55
    8 * 8 = 64
    9 * 8 = 72
    10 * 8 = 80

    x8=
    x1=8
    x2=16
    x3=24
    x4=32
    x5=40
    x6=48
    x7=56
    x8=64
    x9=72
    x10=80

  • How to Divide with The Number 8
    n / 8 = ?

    Let's divide 8 from a number and see what we get!

    80 / 8 = 10
    72 / 8 = 9
    64 / 8 = 8
    56 / 8 = 7
    48 / 8 = 6
    40 / 8 = 5
    32 / 8 = 4
    24 / 8 = 3
    16 / 8 = 2
    8 / 8 = 1
    0 / 8 = 0

  • How to Exponent with The Number 8 as a power
    n ^ 8 = ?

    Let's raise a number to the power of 8 and see what we get!

    0 ^ 8 = 0
    1 ^ 8 = 1
    2 ^ 8 = 256
    3 ^ 8 = 6,561
    4 ^ 8 = 65,536
    5 ^ 8 = 390,625
    6 ^ 8 = 1,679,616
    7 ^ 8 = 5,764,801
    8 ^ 8 = 16,777,216
    9 ^ 8 = 43,046,721
    10 ^ 8 = 100,000,000

  • How to Exponent with The Number 8 as a base
    8 ^ n = ?

    Let's raise 8 to a power and see what we get!

    8 ^ 0 = 1
    8 ^ 1 = 8
    8 ^ 2 = 64
    8 ^ 3 = 512
    8 ^ 4 = 4,096
    8 ^ 5 = 32,768
    8 ^ 6 = 262,144
    8 ^ 7 = 2,097,152
    8 ^ 8 = 16,777,216
    8 ^ 9 = 134,217,728
    8 ^ 10 = 1,073,741,824

  • This is how the number 8 it is represented in binary:
    1000
    The rightmost digit is how many ones there are, the one just to the left is how many twos there are, the one just to the left of that is how many fours there are, or 2^2's there are, and the one on the far left is how many eights there are, or 2^3's there are.
    You multiply each of the digits by the place they're slotted like this:
    1*2^3+0*2^2+0*2+0=8

  • How to Add with The Number 1000 in Binary
    n + 1000 = ?

    Let's add 1000 in Binary to a number and see what we get!

    0 + 1000 = 1000
    1 + 1000 = 1001
    10 + 1000 = 1010
    11 + 1000 = 1011
    100 + 1000 = 1100
    101 + 1000 = 1101
    110 + 1000 = 1110
    111 + 1000 = 1111
    1000 + 1000 = 10000
    1001 + 1000 = 10001
    1010 + 1000 = 10010

    Remember, just like in a computer, there are only zeros and ones, nothing else.

  • This is how it is represented in hex:
    8
    The first ten numbers of base ten is the same as those of base hex, so see the number ten for how to use it.

  • How to get the number 8 by adding two digits:
    7+1

           +  


    6+2

          +  


    5+3

         +   


    4+4

        +    


    NOTE: You can also reverse the digits 7+1 to get 1+7 and it will still be 8; same with 6+2 and 5+3; try it yourself and see.

  • How to get the number 8 by subtracting two digits:
    9-1

             -  


    10-2

              -   


    12-4

                -     


    Do you see a pattern developing? If you increase the first part of 9-1 (9) by one and you also do the same with the second part (1), you still get 8. Even if you have gotten up to 2,355,665,488-2,355,665,480 it will still get 8. Go ahead and try it with even higher numbers.

  • How to get the number 8 by multiplying two digits:
    4*2

        x  


    Two rows of 4 added together produce 8, because 4*2 is 4 added to itself twice like this:
    4+4

        +    

    Likewise, 2*4 is also 8 because you are adding four 2's together like this: 2+2+2+2, or like this:

      +   +   +  

  • How to get the number 8 by dividing two digits:
    16/2

    You originally have 16 balls, and you split it into 2 piles, you get 8 in each pile.

            and        

    Now, that is the same as dividing 8 into one pile, as in 8/1=8, but 16/2=8, so is 32/4=8, even 65,536/8,192=8. How could this be? Simple. The dividend on the left and the divisor in the middle are multiplied by the same factor from the original 8/1 fraction so that the ratio is always 8:1, or simply 8.

  • How to get the number 8 by powering two digits:
    2^3

      x   x  

    The 2 in the 2^3 is the base and the 3 is the exponent, meaning how many bases should be multiplied by each other. Thus, 2^3 can be represented as 2*2*2, where you multiply the first twos together to get 4, then you multiply that result by the last two to get 8; Hence: (2*2)*2 = 4*2 = 8.

    Or to break it down even further,
    (2*2)*2 = (2+2)*2 = (2+2)+(2+2) = 2+2+2+2 = 8

    If 2^3=8, does 3^2=8 also? Let's see here:

    2^3=2*2*2=8

    3^2=3*3=9
    Does 8=9? No. Therefore, 2^3<>3^2.

  • How to get the number 8 by rooting two digits:
    64 SQR 2

           
           
           
           
           
           
           
           
    You can see that if you take 64 of something and arrange it so that its contents are a perfect square, you will get exactly 8 rows of 8 colums of balls.

    You can also imagine that you can get 8 if you take the cube root of 512. Since this computer cannot display balls in 3-D, you'll have to get that many blocks, and build a base 8 by 8 and stack the blocks 8 high. You'll use exactly 512 blocks to build that perfect cube.

  • Menu:
    Fun With Math-All About The Numbers Main Page The Number One The Number Two The Number Three The Number Four The Number Five The Number Six The Number Seven The Number Eight The Number Nine The Number Ten The Number Twelve The Number Sixteen
    Related:
    Fun With Math Strip Home Page DavesFunStuff
    Market Zone:
    Dave's Fun Stuff
    TV Zone:
    Find your favorite TV shows with "Let's Watch TV!"
    Notable:
    Dave's Fun Stuff SDN Media News and More
    Footer:
    Dave's Fun Stuff Super Birthdays Contact Webmaster

    

    © 1995-2023. davesfunstuff.com. All Rights Reserved. Reproduction of any part of this website without expressed written consent is prohibited.

    Help Support Our Ad-Free Web Section

    Just use our PayPal link to pay.

    Please Donate Cash to help pay for webhosting, domain payments, expenses and labor in keeping this section going. Thank you.

    $2, $5, $10, $20, $50, $75, $100, $ANY

    Notice Of Disclosure (updated June 2023):

    "David Tanny is the owner and operator of the domains davesfunstuff.com and davidtanny.com"

    Website Cookie Policy