A hexagon is inscribed in a circle of radius $r$. Find $r$ if two sides of the hexagon are $7$ units long,while the other four sides are $20$ units long.
Efforts made: I've tried to construct right triangles but i couldn't get anything usefull so far.
Note: This problem is meant to be solved by geometric methods.
Thanks in advance for every answer.
Look at one half of the hexagon, and consider the angles subtended by the chords of length $20, 20$ and $7$.
We have $$4\arcsin\left(\frac{10}{r}\right)+2\arcsin\left(\frac{3.5}{r}\right)=\pi$$ Simplifying, this gives $$2\arcsin\left(\frac{10}{r}\right)=\arccos\left(\frac{3.5}{r}\right)$$
Now take the sine of both sides, together with a double angle formula and we get $$2\times\frac{10}{r}\sqrt{1-\frac{100}{r^2}}=\sqrt{1-\frac{3.5^2}{r^2}}$$
This is a quadratic equation in $r^2$ from which we can obtain the values $r=16, r=12.5$. I haven't checked if they're both valid, but can I leave that to you?