eguruchela

Addition or substraction of two cubes calculator


Calculate the sum of cube for two given number.

for substraction enter value with negetive sign e.g. -5 :


It will show the cube of both given number as n13 and n23 and then sum of both cube.

Examples

let's understand the method to calculate the sum of two cubes for given values as follows:

for addition, we input these value 3 and 5 it means we wants the sum of 33 and 53

= 3x3x3 + 5x5x5

= 27 + 125

= 152

 

for substraction, we input these value 5 and -3 it means we wants to substract 33 from 53

= 5x5x5 - 3x3x3

= 125 - 27

= 98