Finding the cube of a two-digit or three-digit number quickly can be a valuable skill, especially in competitive exams and everyday calculations. Instead of multiplying the number three times manually, you can use simple tricks to get the result in a matter of seconds. In this article, we’ll explain the steps to cube a number and provide examples to make the process easy to understand and implement.
This trick works well when the number you want to cube is near a round base like 100, 50, or 1000. By leveraging the formula for cubes, you can compute the cube easily without much effort.
Example 1: Cube of 9898 is close to 100. Use the formula for cubing numbers close to a base:
(a + b)3 = a3 + 3a2b + 3ab2 + b3
Here, a = 100 and b = -2. So:
983 = (100 - 2)3 = 1003 - 3 × 1002 × 2 + 3 × 100 × (-2)2 + (-2)3
= 1000000 - 60000 + 1200 - 8 = 940192
Result: The cube of 98 is 940192.If the number is not close to a round base, you can apply a more general approach, where you multiply the number by itself three times.
Example 2: Cube of 19To find the cube of 19, you can follow the straightforward multiplication:
233 = 19 × 19 × 19 = 361 × 19 = 6859
Result: The cube of 19 is 6859.For three-digit numbers, you can still apply the same logic, but you might need to break it down into manageable steps to speed up the process. If the number is near a base (like 100, 200, etc.), use the expansion formula from Trick 1 to get the result quickly.
Example 3: Cube of 102102 is close to 100. Using the same cube expansion formula:
(100 + 2)3 = 1003 + 3 × 1002 × 2 + 3 × 100 × 22 + 23
= 1000000 + 60000 + 1200 + 8 = 1061208
Result: The cube of 102 is 1061208.By using these tricks, you can find the cube of any two-digit or three-digit number in seconds. With regular practice, this method will become second nature, and you’ll be able to solve cubing problems quickly, making you more efficient in exams or real-life applications.