Problem: $ABCD$ is a rectangle. A point $P$ is $11$ from $A$, $13$ from $B$ and $7$ from $C$. What is the length of $DP=x?$ (Note: $P$ can be inside the rectangle or outside of it.)
I drew this scenario as best as I could, but I only have triangles with two sides and no angles. How do I begin? Any weird and relatively unknown theorems I should use?

Hint: draw lines through $P$ parallel to the sides of rectangle. Use Pythagoras theorem for the lines $PA, PB, PC, PD$ to make up the system of four equations. Then you get the answer $1$.
Details:
$$\begin{cases} a^2+d^2=x^2 \\ a^2+b^2=11^2 \\ b^2+c^2=13^2 \\ c^2+d^2=7^2\end{cases} \stackrel{(4)-(3)+(2)}{\Rightarrow} x^2=7^2-13^2+11^2=1 \Rightarrow x=1.$$