1サイクルで2^1 = 2
2サイクルで 2^2 = 4
3サイクルで 2^3 = 8
4サイクルで 2^4 = 16
と言いたい時の表現を教えてください。
x^n => x to the power of n
例 x = 2 , n = 5
2^5 = 32,
"2 to the power of 5 equals 32"
"2 squared"
n = 2
x^2
"x squared"
例 x = 4 , 4^2 = 16
"4 squared equals 16"
"2 cubed"
n = 3
x^3
"x cubed"
例 x = 4, 4^3 = 64
"4 cubed equals 64"