Question: Coordinates of a point

I've made a system of two equations:

eq1:= x^2+y^2=0.314

eq2:= y=0.05180967688x

The first is a circle while the second is a line. I use the command fsolve in order to get the intersection and i get:

{x=0.5596,y=0.02899}

I need to use these results as the coordinates of a pointplot, how can i do it? Is there a way to isolate x and y?

Thanks

Please Wait...