Skip to main content

The Magic Number 6

The magic is -

To multiply any number with 6, put that number in ones position, and number/2 in tens (or greater than tens) position.

Basically,

And this rule applies to both odd and even numbers.

Let's start with simple examples with even number first:

Example 1: 8 x 6

Here, N = 8, and N/2 = 4

8 x 6 = [N/2][N] = 48

For even numbers N >= 10:

Example 2: 10 x 6

Here,
N = 10 ( 1 is a forward carry)
N/2 = 5 (+ carry)

10 x 6 = [N/2][N] = [5][10] = [5+1][0] = 60

Example 3: 28 x 6

Here,
N = 28 ( 2 is a forward carry)
N/2 = 14 (+ carry)

28 x 6 = [N/2][N] = [14][28] = [14+2][8] = 168

Example 4: 102 x 6

N = 102 ( 10 is a forward carry)
N/2 = 51 (+ carry)

102 x 6 = [N/2][N] = [51][102] = [51 + 10][2] = 612

Example 5: 1234 x 6

N = 1234 ( 123 is a forward carry)
N/2 = 1234/2 = 617 (+ carry)

1234 x 6 = [N/2][N] = [617][1234] = [617 + 123][4] = 7404

For odd numbers:

Multiplication of 6 with odd number can be seen as a special case. 
One simple way to do is to do multiple with N-1, which will be an even number and then add 6.

N x 6 = (N-1) x 6 + 6

Another approach is to do it exactly the way it is done for even numbers. While the method remains the same, division by 2 brings a new dimension.

Example 6: 3 x 6

N = 3
N/2 = 3/2 = 1.5 ( where 5 is a backward carry )

3 x 6 = [N/2][N] = [1.5][3] = [1][5+3] = 18


Example 7: 47 x 6

N = 47 ( where 4 is a forward carry )
N/2 = 47/2 = 23.5 ( where 5 is a backward carry )

47 x 6 = [N/2][N] = [23.5][47] = [23 + 4][5+7] = [27][12] = [27 + 1][2] = 282

Note:
  • The highlighted step is an important one. When after adding backward carry, if the number in ones position is > 9, push front digits as a forward carry.


Example 8: 13579 x 6

N = 13579 ( where 1357 is a forward carry )
N/2 = 13579/2 = 6789.5 ( where 5 is a backward carry )

13579 x 6 = [N/2][N] = [6789.5][13579] = [6789 + 1357][5+9] = [8146][14] = [8146 + 1][4] = 81474

What's next?

Now, here we saw how the multiplication by number 6 can be simplified. And the method applies to both odd and even numbers.

But is there something more to it? Can it be extended to other numbers?

Well, the answer is, it can be extended to other numbers who are multiples of 6.


General rule is,
Where M=6 -> 12, M=2 -> 12, M=3 -> 24 ...

Let's take few examples to see how it works.

Example 9: 15 x 12

Here, N = 15, M = 2

15 x 12 = [(NxM)/2][NxM] = [(15 x 2)/2][15 x 2] = [15][30] = [15 + 3][0] = 180

Example 10: 79 x 42

Here, N = 79, M = 7

79 x 42 = [(NxM)/2][NxM] = [(79 x 7)/2][79 x 7] = [276.5][553] = [276][5 + 553]
             = [276][558] = [276 + 55][8] = 3318

Comments

Popular posts from this blog

The Engineering Admission Guide

Ever since I graduated, every year I receive queries regarding engineering admissions. This blog is a sincere effort to highlight some of the key points to be considered during admissions. The suggestions are based on my personal experiences and observations. Institute name matters, Always No matter what course you actually get engaged with, it’s the name of your alma mater that matters. It is this institute which will be a part of your resume for the rest of your life. It’s not that very good institutes have altogether different syllabus or teaching methodologies. But there are other things which make them special: There will be few professors who are exceptionally good in their field of work. Their guidance can do wonders. Being a top institute, it will attract the best talent with whom you’ll be interact on regular basis. You’ll get a lot of learning from your batch mates, seniors and juniors. You’ll be able exposed to better companies for your i...

3 Phases of a Newborn

As my son approaches his first birthday, my mind rewinds all the moments associated with him since I took him in my hands just 15 minutes after his birth. Since then there isn't a single day when I haven't seen him, which allowed me to observe his natural growth over the one year. I have divided the growth in 3 different phases: 1. Dependent Phase The first four months describe this phase. The child has just come into this world. He is getting used to the day-night schedule, lights and sounds, faces and expressions. He remains confined to whichever place you take him to, relying mostly on mother's milk for food, sleeping for almost 14 hours a day, this is the quietest phase of his childhood. They slowly develop their vision and hearing capabilities. Most of their instincts rely on the feeling of touch. They are yet to identify their parents, and therefore do not hesitate spending time with others. Best Part: Playing with his tiny and delica...

Book Review - The Battle of Rezang La

Background 1962 Sino-Indian war happened some 60 years ago. While we rightly celebrate our victories in other wars fought over the last 75 years, the loss of 1962 is not discussed. Despite the loss, the raw courage shown by the Indian armed forces in the absence of modern facilities in extreme whether conditions was bravery of the highest class. The stories related to this war has always fascinated me. I got good information about the war fought in NEFA during our visit to Tawang and Bumla last year. This book The Battle of Rezang La  provides quite a comprehensive account about the war fought in the Ladakh region, especially the Rezang La battle fought by the Charlie Company.   Preface Ram Chander and Nihal Singh were captured by the Chinese soldiers during the battle on 18 November 1962.  They managed to escape and survived the battle injuries to reach back to the Indian camp in extreme conditions. When they narrated the details of the war, their truth about the battle ...