What Are Some Tricks To Calculate n^3?

  • MHB
  • Thread starter susanto3311
  • Start date
In summary, calculating powers of numbers can be done using various methods such as multiplication, binomial expansion, or difference of cubes formula. With a calculator, the process is much simpler, but without one, rounding numbers or using shortcuts can also make the calculations easier.
  • #1
susanto3311
73
0
hi all..

how to easy calculate this problem :

17^3 = ...
13^3 =...
31^3= ...

do you have simple method to figure it out?
 
Mathematics news on Phys.org
  • #2
Well, you just have to multiply 17 with itself twice, that is, 17^3 = 17 * 17 * 17... then you can use whatever method you want to do it "easily"/quickly. For instance if I did not have access to a calculator what I would do is start with one multiplication like this:

17 * 17 = (20 - 3) * (20 - 3) = 20 * 20 - 20 * 3 - 20 * 3 + 3 * 3 = 400 - 60 - 60 + 9 = 289

Then do the second multiplication as:

17 * 17 * 17 = 289 * 17 = (300 - 11) * (20 - 3) = 300 * 20 - 300 * 3 - 11 * 20 + 11 * 3 = 6000 - 900 - 220 + 33 = 4913

And that's it. Same goes for 13 or 31 ( the trick here is working out what you should round each number to make sure you're actually making the problem simpler and not harder, multiples of 10 or 100 are usually a good bet). If you have a calculator you can just punch it in though. But really it's just multiplication.
 
  • #3
You can also use the binomial expansion:

\(\displaystyle (a+b)^3=a^3+3a^2b+4ab^2+b^3\)

So, for example, you would find:

\(\displaystyle 31^3=(30+1)^3=30^3+3\cdot30^2\cdot1+3\cdot30\cdot1^2+1^3=27000+2700+90+1=29791\)

Or you could use a difference of cubes formula:

\(\displaystyle a^3-b^3=(a-b)\left(a^2+ab+b^2\right)\)

So, for example, we could write:

\(\displaystyle 31^3=\left(31^2-30^3\right)+30^3=(31-30)\left(31^2+31\cdot30+30^2\right)+30^3=961+930+900+27000=29791\)
 

FAQ: What Are Some Tricks To Calculate n^3?

How do I calculate n^3?

To calculate n^3, you simply multiply n by itself three times. This can also be written as n * n * n, or n^3.

What is the significance of n^3 in mathematics?

n^3, or "n cubed," is a mathematical notation used to represent a number raised to the power of three. This is often used in equations and formulas to represent volume, area, or other three-dimensional measurements.

Can n^3 be used for negative numbers?

Yes, n^3 can be used for negative numbers. When raising a negative number to the third power, the result will be a negative number. For example, (-2)^3 = -8.

What is the difference between n^3 and n^2?

n^3 represents a number raised to the power of three, while n^2 represents a number raised to the power of two. This means that n^3 is the result of multiplying a number by itself three times, while n^2 is the result of multiplying a number by itself two times.

Are there any shortcuts or tricks to quickly calculate n^3?

One trick to quickly calculate n^3 is to use the "FOIL" method, which stands for "First, Outer, Inner, Last." This method involves multiplying the first two digits of the number, then the outer digits, inner digits, and last two digits, and finally adding all of these products together. For example, to calculate 7^3, you would multiply (7*7), then (7*7), then (7*7), and finally add these three products together to get 343.

Similar threads

Replies
10
Views
599
Replies
7
Views
3K
Replies
2
Views
2K
Replies
1
Views
2K
Replies
2
Views
922
Replies
1
Views
807
Replies
5
Views
2K
Back
Top