I looked at this and found a few additional facts, but no solution. Here's a diagram I drew on Geogebra. Geogebra won't label the angle in question as x, so I labeled it a.
View attachment 13943
I got four equations out of this:
\(\displaystyle \begin{array}{l} a + b = 60\\ a + c = 165\\ b + d = 175\\ c + d = 280 \end{array}\)
My first thought was to put these into a matrix and row reduce. They do look like 4 linearly independent equations in 4 variables, so I thought I'd get a unique solution.
\(\displaystyle \left[ {\begin{array}{*{20}{c}} 1&1&0&0&{60}\\ 1&0&1&0&{165}\\ 0&1&0&1&{175}\\ 0&0&1&1&{280} \end{array}} \right]\)
But when I row-reduced, I got this:
\(\displaystyle \left[ {\begin{array}{*{20}{c}} 1&0&0&{ - 1}&{ - 115}\\ 0&1&0&1&{175}\\ 0&0&1&1&{280}\\ 0&0&0&0&0 \end{array}} \right]\)
Yes, rank of 3. No solution.