What are the values of the following expression?
In each line, assume that:
x = 2.5 y = -1.5 m = 18 n = 4
sqrt(sqrt(n))
To evaluate the expression ( \sqrt{\sqrt{n}} ) with the given value of ( n = 4 ), we can follow these steps:
First, calculate the square root of ( n ): [ \sqrt{n} = \sqrt{4} = 2 ]
Next, calculate the square root of the result from step 1: [ \sqrt{\sqrt{n}} = \sqrt{2} ]
Thus, the value of the expression ( \sqrt{\sqrt{n}} ) is ( \sqrt{2} ), which is approximately ( 1.414 ).