+ 4
D. World parenthesis ( ) has more preference so 9**(1/2) = 9**0.5 = 3.0 9**1/2 = 9 / 2 = 4.5 9**1/2 is like (9**1) / 2
14th Aug 2022, 1:10 PM
A͢J
A͢J - avatar