Knowing that all interior angle of a triangle add up to 180° and that all angles in a straight line add up to 180°, I came up with 4 equations for the 4 variables - W, X, Y, and Z.
The equations I got are:
W+Z= 110
X+Y = 100
X+W = 80
Y+Z = 130
I can’t solve for any variable, though. If I simply via substitution, I end up with non helpful solutions like 100 = 100 or 0=0 or X=X
I’m not looking for the answer - I know it. I plugged the angles into AutoCAD and measured it. It’s a whole number integer and it makes sense. What I am looking for is
How do I solve it mathmatically?
Why can’t I solve 4 simultaneous equations with 4 variables?
This seems to be the right answer. I tried solving it and got 0=0. I plugged it into one of the LLMs and it came back with {w, x, y, z} = {30, 50, 50, 80}, which works. So, I tried again with {40, 40, 60, 70} (adding and subtracting 10 from the variables) and it still works. So, the problem is underspecified.
Edit: I don’t know why I quoted you. I thought I was responding to the previous poster.
I’m thinking there has to be a geometric fact that gives us one more piece of information like base angles of an isosceles triangle are congruent or the law of sines but I’m not seeing any off-hand.
You actually just have two independent equations which is obvious if you put the equations into a matrix form:
\begin{matrix}
W & 0 & 0 & Z \\
0 & X & Y & 0 \\
W & X & 0 & 0 \\
0 & 0 & Y & Z \\
\end{matrix}
If you add the first row (equation) to the second, and the third to the fourth, you just get W + X + Y + Z for each combination, which is obviously not invertible.
Geometrically, you have no parallel lines or line lengths so you can’t use the law of sines or congruency, and nothing about how this problem is described gives right triangles. However, if you notice that you have two angles of a triangle (50º and 80º) so you know the third angle is 50º, so you have an isosceles triangle (two sides are the same length, and bisecting between them gives you two mirrored right triangles…the figure is misleading to say the least). I haven’t worked through the problem but I believe that you can use that to define the relative lengths of the sides and from there calculate W, X, Y, and Z using algebra and trigonometric relationships of the bisected right triangle.