0
how 5**2 = 32 possible??
5 Respuestas
+ 14
5**2= 25
do you mean2^5 = 2*2*2*2*2 =32
+ 8
5**2 is 5^2.
But like @P R I assume you meant to do 2**5. Which is 2^5.
5 ** 2 = 25.
This is the same as 5x5
2 ** 5 = 32.
This is the same as 2x2x2x2x2
+ 4
5**2 means 5 power of 2 i.e we get 25 how on earth u got 32?
0
this is impossible the answer is 5**2=25
- 6
def MakeLogicTrue(logic) :
logic=True(logic)
return logic
def solve(logic) :
ans=getlogic(logic)
Ans=explain(ans)
return Ans
if bool(post.logic)==False :
a=MakeLogicTrue(post.logic)
answer=solve(a)
post(answer)