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: Six

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

  • This is how it is represented in octal:
    06
    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:
    0*6+0=6
    Remember, there are no 8's or 9's as digits in an octal, or base-8 system.

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

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

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

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

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

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

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

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

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

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

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

    0 * 6 = 0
    1 * 6 = 6
    2 * 6 = 12
    3 * 6 = 18
    4 * 6 = 24
    5 * 6 = 30
    6 * 6 = 36
    7 * 6 = 42
    8 * 6 = 48
    9 * 6 = 54
    10 * 6 = 60

    x6=
    x1=6
    x2=12
    x3=18
    x4=24
    x5=30
    x6=36
    x7=42
    x8=48
    x9=54
    x10=60

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

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

    60 / 6 = 10
    54 / 6 = 9
    48 / 6 = 8
    42 / 6 = 7
    36 / 6 = 6
    30 / 6 = 5
    24 / 6 = 4
    18 / 6 = 3
    12 / 6 = 2
    6 / 6 = 1
    0 / 6 = 0

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

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

    0 ^ 6 = 0
    1 ^ 6 = 1
    2 ^ 6 = 64
    3 ^ 6 = 729
    4 ^ 6 = 4,096
    5 ^ 6 = 15,625
    6 ^ 6 = 46,656
    7 ^ 6 = 117,649
    8 ^ 6 = 262,144
    9 ^ 6 = 531,441
    10 ^ 6 = 1,000,000

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

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

    6 ^ 0 = 1
    6 ^ 1 = 6
    6 ^ 2 = 36
    6 ^ 3 = 216
    6 ^ 4 = 1,296
    6 ^ 5 = 7,776
    6 ^ 6 = 46,656
    6 ^ 7 = 279,936
    6 ^ 8 = 1,679,616
    6 ^ 9 = 10,077,696
    6 ^ 10 = 60,466,176

  • This is how the number 6 it is represented in binary:
    0110
    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:
    0*2^3+1*2^2+1*2+0=6

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

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

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

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

  • This is how it is represented in hex:
    6
    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 6 by adding two digits:
    5+1

         +  


    4+2

        +  


    3+3

       +   


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

  • How to get the number 6 by subtracting two digits:
    7-1

           -  


    8-2

            -   


    10-4

              -     


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

  • How to get the number 6 by multiplying two digits:
    3*2

       x


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

       +   

    Likewise, 2*3 is also 6 because you are adding three 2's together like this: 2+2+2, or like this:

      +   +  

  • How to get the number 6 by dividing two digits:
    12/2

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

          and      

    Now, that is the same as dividing 6 into one pile, as in 6/1=6, but 12/2=6, so is 24/4=6, even 49,152/8,192=6. 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 6/1 fraction so that the ratio is always 6:1, or simply 6.

  • How to get the number 6 by powering two digits:

    Since the number 6 is a not a square, cube, or anything like it, there is no whole number when raised to a power will result in 6.

  • How to get the number 6 by rooting two digits:
    36 SQR 2

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

    You can also imagine that you can get 6 if you take the cube root of 216. Since this computer cannot display balls in 3-D, you'll have to get that many blocks, and build a base 6 by 6 and stack the blocks 6 high. You'll use exactly 216 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