Finding cube of a number above 20 in the usual way is difficult and time consuming.
With this math trick you can easily calculate cube of a number within seconds.
Here is that trick
Step 1: Assume the ten's place number of the given number as a and the unit's place number as b.
Step 2: Now, we all know that (a+b)3=a3 + 3a2b + 3ab2 + b3
We shall manipulate the same formula to calculate the cube of a number.
(i)Find b3 to get the last digit
If you get two digit number then, add ten's place digit to 3ab2