+ 8
Please Explain me 9**(1/2)
24 ответов
+ 7
2**5 == 2*2*2*2*2
(base no.* prev result = result || power)
2*1=2 || 1
2*2=4 || 2
2*4=8 || 3
2*8=16 || 4
2*16=32 || 5
I hope u get it Shivam Singh
+ 6
9**(1/2) is equal to 9 To the power (1/2) and x To the power (1/2) is equal to the square root of x. So here, you have 9**(1/2) that is equal to the square root of nine. and you may know that the square root of 9 is 3😂😁
+ 4
Thank you
+ 4
2**5 == 2*2*2*2*2 @Shivam Singh
+ 3
Please Explain me. >>>2**5
=32 how
+ 3
What does ** means a single * is multiple but double is?
+ 1
If number to the power half is same as square root of the number
0
2*2 =4 * 2=8*2=16*2=32
0
9*1=9
9*(1/2)=4.50
9*.50=?
0
Julio the answer is 4.5
0
answer is 3
0
9** (1/2) is equal to radical nine
0
9 ** (1/2) means √9
and√9=3
0
what is the answer of 5//2 with explanation
0
is 12**(1/2) =4?