Vertex is at [tex]V(3,5)[/tex] and radius is [tex]10[/tex].
Lets try to grasp on those numbers.
We know that the distance between two different points [tex]A(x_1,y_1),B(x_2,y_2)[/tex] on a two-dimensional plane is defined by this formula,
[tex]d(A,B)=\sqrt[2]{(x_2-x_1)^2+(y_2-y_1)^2}[/tex].
Now imagine a circle with its vertex at point [tex]V(u,v)[/tex] and a point lying on the circumference of this circle [tex]P(x,y)[/tex].
If we want to know the distance between these two points (radius) we use the general formula,
[tex]r=\sqrt[2]{(x-u)^2+(y-v)^2}[/tex]
Squaring both sides gives us,
[tex]r^2=(x-u)^2+(y-v)^2[/tex].
So what we are given the corresponding form to your equation.
In your case [tex]r^2=100\implies r=10[/tex].
And [tex]u=3, v=5[/tex] which construct the vertex [tex]V(u,v)=V(3,5)[/tex].
Hope this helps.