Introduction: Take Cube Roots of 6-Digit Numbers Mentally

About: When life gives me lemons, I make batteries. Check out my website at http://nbitwonder.com

First Instructable, hope you like it.

Math. Love it or hate it, everyone must do it at some point in their lives. Some of us revel in numbers and equations and have a passion for math. This Instructable is for you, oh math lovers of the world.

This Instructable describes mental cube-root extraction: a cool math trick you can do to amuse and amaze your friends, and score some mean cubicle-cred with your fellow geeks. I can accept no responsibility for the social implications of using this skill (but then, as a geek, you probably already treat social implications of your geekiness with abandon, so it's all good).

At any rate, let's move on!

Update: Featured?!? Thank you so much Instructables, that means alot to me :-)
Update2: I know it's alot to ask from you folks, but please, vote for this in the book contest if you think it's cool. I would really appreciate that.

Step 1: A Note on Limitations

The technique I describe in this Instructable has a few important limitations that you should be aware of.

So, here they are:
1) This trick only works for perfect cubes, it will not work for any arbitrary 6-digit number
2) The cubed number must be an integer (whole number) between 0 and 100 (or 0 and -100). No fractions, no decimals.

For ways to expand the technique, see the last step of the instructable.

Step 2: Cubes/Cube Roots

In mathematics, a cube is any number raised to the third power. Said another way, it's any number that is multiplied by itself 2 times. For example 100 cubed = 1003 = 100*100*100 = 1,000,000.

The cube root of a number is exactly the opposite. Think of it as, given a number, the cube root of the number is the number you would have to multiply by itself 3 times to get the current number. So, from the above example:
Cube root of 1000000 = (1000000)(1/3) = 100

By the time you have finished this instructable, you will be able to determine the cube root of any number between 0 and 99 cubed (so, anything from 0 - 970299). And the best part is, you'll be able to do it without the use of a calculator, using nothing more than your mind.

Step 3: What You Have to Know

In order to extract all of these cube roots, you will need to have a small subset of cubes memorized. So, in order for this to work well, you must memorize these 10 cube roots:

03 = 0
13 = 1
23 = 8
33 = 27
43 = 64
53 = 125
63 = 216
73 = 343
83 = 512
93 = 729

Write these down on a sheet of paper and take the time to memorize these, it will make the upcoming steps much easier.

Step 4: Splitting the Cube in 2

Now, suppose we're given an arbitrary number that we know to be a perfect cube. For example, 50653 or 262144. We will tackle the cube root extraction by splitting the number into 2 halves, based on the comma separating the hundreds and thousands positions of the number, and evaluate those 2 numbers separately.

So, if our number is 50653 from above, we would split it at the comma, yielding 2 numbers (50 and 653) which we will evaluate separately, and then put back together to create the final cube root.

Next, we will evaluate the right side of the expression, yielding us the 1's digit of our extracted cube root.

Step 5: Evaluating the Cube Part 1: Right Hand Side

From the previous step, we took our number (50,653) and split it at the comma. In this step, we will evaluate the right hand side of the cube (653) to extract the 1's digit of our cube root.

The key to determining the 1's digit of the cube root is to look at the rightmost digit of the cube and compare with the rightmost digits from our list of cubes. The one's digit will then be the number from our list of cubes that matches the one's digit of the cube. So, for 653 we will want the number who's cube also ends in a 3. Looking down our list of cubes:

03 = 0
13 = 1
23 = 8
33 = 27
43 = 64
53 = 125
63 = 216
73 = 343
83 = 512
93 = 729

From above, we see that the cube of 7 also ends in a three, therefore, we can deduce that the cube root's 1's digit must be 7.

Now, we shall evaluate the left hand side of the cube, which we will then use to determine the number's cube root.

Step 6: Evaluating the Cube Root Part 2: Left Hand Side

From step 4, we split the cube root into 2 parts, evaluating both sides of the expression to determine the cube root. We already evaluated the right-hand side of the expression, now it's time to evaluate the left hand side. Using our example, we split the number 50,653 into two parts: 50 and 653. In this step, we will evaluate the 50, yielding the 10's digit of our extracted cube root.

To determine the 10's digit of our cube root, we take our left hand side (50) and pick the 2 cubes that it falls between. From our list of cube roots:

03 = 0
13 = 1
23 = 8
33 = 27
43 = 64
53 = 125
63 = 216
73 = 343
83 = 512
93 = 729

We see that our number (50) falls between 33 and 43. We shall pick the lower number, and that becomes our cube root's 10's digit.

With the 1's digit evaluating to 7 and the 10's digit evaluating to 3, it is now easy to see that the cube root of 50,653 is 37. You can check it on a calculator, if you so wish. Neat, huh?

Step 7: A Few Examples and Practice

Like any trick, you will need to practice the cube root extraction technique a few times before you can really crank them out mentally. A veteran of the technique will be able to extract these numbers in ~2 seconds or less. Below are a few abbreviated examples, followed by a couple of numbers for you to try to take the cube roots of:

Example 1: 970,299
Splitting this number at the comma, we evaluate the two halves: 970, and 299. 299 ends in a 9, as does 93, so the 1's digit of the cube root is 9. 970 falls between 2 cubes: 729 (93) and 1000 (103). Picking the lower one, we get a 10's digit of 9. Thus, the cube root of 970,299 is 99.

Example 2: 91,125
Using the same split technique as above, we split the number into 2 halves: 91 and 125. 125 ends in a 5, as does 53, so the 1's digit is 5. 91 falls between 64(43) and 125(53). Picking the lower one, we get a 10's digit of 4, thus the cube root of 91,125 is 45.

Example 3: 512,000
This example adds one small caveat to our previous knowledge. As you can see, the left hand side of the cube is 512, a perfect cube. If that's the case, pick the cube that is the same as this perfect cube (in this example, 83 = 512, so we get a 10's digit of 8). Then, for the right hand side, 03 is of course 0, so the 1's digit is 0. Evaluating, we get a cube root of 80.

Here are a few more you can try, answers in the next step:
1) 2,744
2) 704,969
3) 148,877
4) 474,552
5) 24,389
6) 39,304
7) 68,921

Step 8: Answers to Step 7 Examples

1) 2,744 (Answer: 14)
2) 704,969 (Answer: 89)
3) 148,877 (Answer: 53)
4) 474,552 (Answer: 78)
5) 24,389 (Answer: 29)
6) 39,304 (Answer: 34)
7) 68,921 (Answer: 41)

Step 9: Beyond 6-Digits

Once you have mastered the basic technique, you may wish to expand your mental extractions beyond 6-digits. This can be done, but at the cost that you will have to learn additional cubes. For example, from our previous list, suppose you learned that 113 = 1331. You can apply the same technique as before, splitting on the comma between the hundreds and thousands places.

Example: 1,157,625
Doing the same technique as before, we split the number into 2 parts: 1,157 and 625. 625 ends in a 5, as does 53, so the right hand side of our cube root is 5. 1,157 falls between 1000 (103) and 1331 (113), taking the lower of these, the left hand side of the cube root is 10. So, our cube root is 105.

As you can see at this point, for every additional cube above 10 that you learn, you can derive 10 more cube roots.

I hope you have enjoyed learning this fun little trick, so for all of you math geeks out there, have fun amusing and amazing your friends.

--Purduecer

The Instructables Book Contest

Participated in the
The Instructables Book Contest