Let $x,y$ $\in\mathbb{R}$ and $\lfloor x\rfloor = 10$ and $\lfloor y\rfloor = 14$.
Need to compute: $\sqrt{\lfloor\sqrt{\left|x+y\right|}\rfloor}= \; ?$
MY IDEA:
$$10\le x < 11$$
$$14\le y < 15$$
So $$24\le x+y < 26.$$
But then i don't know what to say about:
$$\lfloor\sqrt{|x+y|}\rfloor = \ldots$$
Because i don't get what is the use here for the absolute part: what his role here?
And how can i proceed?
Thanks.
What you did so far is good. Now justify these steps: \begin{align*} 24 &\le x + y < 26 \\ 24 &\le |x + y| < 26 \\ \sqrt{24} &\le \sqrt{|x + y|} < \sqrt{26} \\ 4 &\le \left\lfloor{\sqrt{|x + y|}} \right\rfloor \le 5 \\ \sqrt{\left\lfloor{\sqrt{|x + y|}} \right\rfloor} &= 2 \text{ or } \sqrt{5} \end{align*} Indeed, as Ross Millikan states, there are two possible answers. If you expected a single answer, you must not have written the question exactly right.