The question given asks to translate to predicate logic:
Every positive real number has a unique positive real root.
My solution to this problem is to separate it into the appropriate quantifiers.
C(x) = "Every positive real number x"
S(x) = "x has a positive real root"
the final logic form being: ∀x(C(x)→S(x))
It seems to easy for it to be correct. I need help in confirming my answer.
The formula you have translates to:
"For all $x$, if every positive real number $x$, then $x$ has a positive root".
This does not make sense, and does not correspond to the statement you wish to formalize.
What you want to say is
i.e.,
which is equivalent to