QUESTION IMAGE
Question
import math
x = math.pow(5.0, math.sqrt(9.0))
print(x)
Step1: Calculate square root
$\sqrt{9.0} = 3.0$
Step2: Compute power operation
$5.0^{3.0} = 125.0$
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
125.0