1. create a table like the following
We will calculate the power of the existing numbers in column A, then calculate the power (power 2 in column B) and power 4 in column C
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsoM3KmwZtjZyiQvSWg_LnLdKW9LlKmi31Z4-sbussZ2xWQBRuaCslSqEV9gBS8yFI-D7w20IKVHu3yW1BX244_ZL5iGaYT3pqI4gXwhveV1hf5q8qZ_M5XEKfTB112ZrS1oDIvDkK9U_6/s400/pangkat+1b.jpg)
2. Below we will try to use the power formula;
General formula:
= POWER (number, power)
a. the input formula B4 cells
= POWER (A4, 2)
b. In the cells enter the formula C 4
= POWER (A4, 4)
You also can use another formula, such as:
General formula
= number ^ power
a. In cell B11 type the formula
= A11 ^ 2
b.a In cell C11 type formula
= A11 ^ 4
You can see the result as below
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhseeEqjIEA0xgNf4Q4covLvylTgH-EJrOMgtqfjes2xSxjqMXEh3CVUqM0Xs2D-6T2SMXlHkQmJ_H5iCMLu2p1fiYucavm8VU-JYrf9WNC2gZvu-RWDrbS-7MAKJbhG-_K2sz54OsWUx_F/s400/pangkat+2b.jpg)
No comments:
Post a Comment