+ 1
2**5=32
how did this answer made?
7 Antworten
+ 3
The "**" operator means "to the power of."
So 2*5=10
And 2**5= 32 because 2*2=4*2=8*2=16*2=32
Hope that helped :)
+ 1
2**5 means 2 whole power 5 so when ** came means u should the power of the number 2**5 is 32
+ 1
Эрдэнэ That's the exponent operator, other languages use pow().
Look at how the answer is made,
2**5 is actually saying
" 2 raised to the power of 5"
2**5 = 2*2*2*2*2
which equals 32
0
thank you so much all of you.
0
Glad I could help
0
How about 9**(1/2)
0
9**(1/2) means 9 to the power of (1/2) it means sqr root. So the answer is 3.0