Stealing pages from the server...

Cube Root of 9 Digit Number in Your Head


Introduction

In this article, I will show you how to find the cube root of 9 digit number. This is a very effective way of finding cube root of such high numbers. If you practise rigorously, you can do it in 10 seconds!

Cube Roots up to 6 Digits

To do cube roots of digit numbers, you are going to have to be familiar with these first 10 cubes.

1 1
2 8
3 27
4 64
5 125
6 256
7 343
8 512
9 729
10 1000

If , then , and therefore . Since and are integers, you can ignore the fractional part of , which is essentially what you do when you drop the last three digits of . Also, you can know that for a 6 digits number, and it is also a perfect cube ( where x is an integer), then must be a two digits number.

We will follow these steps to find the cube root of a 6 digit number:

  1. Find a number , which is greater than first three digits, and less than first three digits.
  2. Find a number , which the last digit of is equal to the last digit of the 6 digits number.

Take 300763 for example,

  1. The first three digits is 300, you can see that we have to choose , because .
  2. The last three digits is 763, you can see that we have to choose , because the last digit of is 3, which is the same digit as in 763.

Cube Roots up to 9 Digits

Similarly, you can find out that a 9 digits number must be a three digits number cubed.

We will follow the following steps to find the cube root of a 9 digits number.

  1. Divide the 9 digits number into three parts, which is first three digits, middle three digits, and last three digits. Also, we assume the cube root of this 9 digits number is “FST” (F denotes first, S denotes second, and T denotes third).
  2. You can find “F” and “T” using the same method as in finding the cube root of a 6 digits number.
  3. For finding “T”, first, you need to calculate the last three digits minus T, and keep the second digit as . Second, compute , and get the potential candidates for S. Finally, if the potential candidates is not only one, use digital sum method to find S.

I will explain this using two examples. Let’s see what’s the cube root of 196122941 first.

  1. Divide 196122941 into three parts, you will have 196, 122, and 941.
  2. You can figure out that and .
  3. First, we compute , and keep the second digit, which is 4. Next, compute , you will have . In this situation, you will have to see what number multiplied by 3, and its last digit is 4. The answer is 8, so you get .

Awesome! Let’s see another example, the cube root of 392223168.

  1. Divide 392223168 into three parts, 392, 223, and 168.
  2. You can figure out that and .
  3. First, we compute , and keep the second digit, which is 6. Next, compute , you will have . In this situation, you will have to see what number multiplied by 3, and its last digit is 4. The answer is 3 or 8, that means there’s two potential number 732 or 782, so you have to use digital sum method to find S. What digital sum method does is to sum up all the digits in base 10. In this case, , so the digital sum of 392223168 is 9. Compute the same for 732, you get the difital sum of 732 is 3, and ; as for 782, you get the digital number of 782 is , and . Finally, 732 matches, the answer is 732!

Conclusion

Hope this will help you to find out the cube root of a number quicker! Cheers!


Author: Yang Wang
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source Yang Wang !
 Previous
Interview Preparation for IBM Interview Preparation for IBM
Come up with a list of topics that I should research and understand to prepare for the first IBM interview. This interview will likely be more behavioral as well as testing to see how much I know about IBM. 
2021-03-26
Next 
Tower of Hanoi Puzzle Tower of Hanoi Puzzle
Tower of Hanoi is a mathematical puzzle where we have three rods and n disks. The objective is to move the entire stack to another rod, and follow some simple rules.
2021-03-23
  TOC