Answer:
w = 80, x = 50, z = 65, y = 30
Explanation:
Left side first:
Triangle with unknown angle, w and 40 is 180. Let the unknown angle be a.
So a + w + 40 = 180
But to solve for w, first we need to solve for a:
120 plus a, gives you a straight line (meaning 180).
120 + a = 180
a = 180 - 120
a = 60
Now solve for w:
a + w + 40 = 180
60 + w + 40 = 180
w + 100 = 180
w = 100-180
w = 80
Solve for x:
40 plus x makes 90 degree angle.
40 + x = 90
x = 90 - 40
x = 50
Solve z: (same thing as 120 and a)
w + 2z - 30 = 180
80 + 2z - 30 = 180
2z + 50 = 180
2z = 180 -50
z = 130 /2
z = 65
Find the angle that contain z:
2z - 30
2(65) - 30
130 - 30
100
Solve for y:
x + 2z - 30 + y = 180
50 + 100 + y = 180
y + 150 = 180
y = 180 - 150
y = 30
Check: Remember all the angle in a triangle always equal to 180.
Left triangle:
a + w + 40 = 180 if the statement is true than we are right.
60 + 80 + 40 = 180
180 = 180 //Matched
Right triangle:
2z - 30 + x + y = 180
100 + 50 + 30
180 = 180 //Matched
//Hope this helps