I'm struggling with this problem:
Let there be a triangle $ABC$, $AB = AC$. Angle that corresponds to corner $A$ is bigger than $30^\circ$. Let point $D$ be the point on the side $BC$ such that $\angle{BAD} = 30^\circ$ and let point $E$ be the point on the side $AC$ such that $AE = AD$.
I need to find the measure of $\angle EDC$.
What is the fastest solution to this problem?
Let $\angle DAC = x$. Since $AE=AD$, we must have $\angle AED = \angle ADE = 90 - \frac{x}{2}$. So $\angle CED = 180 - \angle AED = 90 + \frac{x}{2}$. Furthermore, since $AB = AC$ with $\angle BAC = 30 + x$, we have $\angle ACB = 90 - \frac{30+x}{2} = 75 - \frac{x}{2}$. We finally compute $\angle EDC = 180 - \angle CED - \angle ACB = 180 - (90 - \frac{x}{2}) - (75 - \frac{x}{2}) = 15$.