Q:

what is the solution for the square root of x<9

Accepted Solution

A:
The square root only accepts non-negative inputs, so the solution will surely be a non-negative value: [tex] x \geq 0 [/tex]Also, the square root of 81 is exactly 9: [tex] \sqrt{81} = 9 [/tex].Finally, we have to observe that the square root grows with its inputs:[tex] x > y > 0 \implies \sqrt{x} > \sqrt{y} [/tex]So, you want the square root of a number to be less than 9, and you know that the square root of 81 is exactly 9, and that the square root gets smaller as the inputs get smaller, and larger as the inputs get larger.So, the answer is [tex] 0 \leq x < 81 [/tex]If you want to be more rigorous, you can observe that since both sides of the inequality are positive you can square them:[tex] \sqrt{x}<9\iff x < 81 [/tex]But you can't accept this solution, because you have to remember that x has to be positive, so you have to correct it into[tex] 0 \leq x < 81 [/tex]Just as before