Question 743178
typically we want to write inequalities in terms of a variable, so we rewrite it in terms of just x:

{{{
4 < sqrt(x) < 9
}}}


{{{
4^2 < (sqrt(x))^2 < 9^2
}}}


{{{
16<x<81
}}}


:)