- 2
Can anyone give me the solution of 9**(1/2) this question🙋
4 ответов
+ 3
Hi! 9**(1/2) == 9½ == 9^0.5 == 3
+ 2
You can understood like this
(3)^²*½= 3
+ 2
consider the operation exponentiation, anything less than 0, as the operation of extracting the root of a number
+ 1
Thanks