It's tough to tell what that is. Best guess: You're multiplying exponents. In that case, add the exponents. n^3 x n^2 = n^5
To check it, try it with easy numbers like 2 or 10
10^3 x 10^2 = 1000 x 100 = 100000 = 10^5
2^3 x 2^2 = 8 x 4 = 32 = 2^5
Chat with our AI personalities
Let any number be n:- n3/n3 = n*n*n/n*n*n = 1 And in index form: n3/n3 = n3-3 = n0 = 1
n3 + 1 = n3 + 13 = (n + 1)(n2 - n + 12) = (n + 1)(n2 - n + 1)
tn = n3
Let the number be n.Then (n3)3 = n3 x 3 = n9.........or n to the power nine.However, if the question is what the the one-third power of a number cubed, then:(n3)1/3 = n3 x 1/3 = n1 = n
declare n1 number; n2 number; n3 number; begin n1:=3 n2 :=5 n3:= sum(n1,n2); dbms_output.put_line( n3); end