meep: Find the approximate side length of a square with area 37cm squared.
Give you answer to 1 decimal place.
a) 18.5 b) 6.1 c) 4.3 d) 9.3
square: every side has same length
A= a*b = a*a = b*b
a = b = sqrt( A ) = sqrt(37cm^2)
[input]sqrt(37cm^2)[/input]
[input]round(sqrt(37cm^2), 1)[/input]