1) in the diagram below, we have
,
,
, and
. Find
.
![[asy] size(5cm);pair P,Q,R,SS,T;P = (0,0);Q = (0.5,0.6);R = (0.6,0);SS = 1.75*Q;T = 1.75*R;draw (Q--R--T--SS--P--R);label(](/api/ssl-img-proxy?src=https%3A%2F%2Flatex.artofproblemsolving.com%2F7%2F0%2F2%2F70221f74557d9f47f65c187cf798e80474ed0974.png)
2) In the diagram below, we have
. We also know that
,
, and
. Find 
![[asy] size(5cm);pair O,M,NN,P,Q;M = (-0.3,0.5);NN = (0.6,0.5);P = -0.7*NN;Q = -0.7*M;label(](/api/ssl-img-proxy?src=https%3A%2F%2Flatex.artofproblemsolving.com%2F3%2Fd%2F2%2F3d2295937acd447e223df6e9b0f7f3cf318d194f.png)
3) In the diagram, angles
and
are right angles. If
,
, and
, then what is
?
![[asy] pair A,B,C,D,EE;B = (0,0);A = (1,0);C = (0,0.7);EE = (0.4,0);D = foot(EE,A,C);draw(D--EE--A--C--B--E);draw(rightanglemark(A,B,C,1.5));draw(rightanglemark(EE,D,A,1.5));label(](/api/ssl-img-proxy?src=https%3A%2F%2Flatex.artofproblemsolving.com%2F5%2Fd%2F9%2F5d9769b5181ee6014200ef8bb9c33c4831f0c106.png)
4)
is a point on side
of square
such that
and
The extensions of
and
intersect at
Find 
![[asy] size(5cm);pair A,B,C,D,EE,F;A=(0,0);B=(6,0);D=(0,6);C=B+D;EE=(C+2D)/3;F=3D/2;draw(B--C--D--F--B--A--D);label(](/api/ssl-img-proxy?src=https%3A%2F%2Flatex.artofproblemsolving.com%2Fe%2F1%2F5%2Fe15a16bb4f415cdce6759906f17a7788a60ecc5a.png)
5) In the diagram below, we have
What is
in degrees?![[asy] pair O,M,NN,P,Q,R;M = (-0.4,0.5);R=0.75M;NN = (0.3,0.5);P = -0.9*NN;Q = -0.9*M;label(](/api/ssl-img-proxy?src=https%3A%2F%2Flatex.artofproblemsolving.com%2F0%2Fe%2F8%2F0e897bdbe9620518edcc87698459b813405471f3.png)
6) Segments
and
intersect at
. We know that
. Which angles below are equal to
?
(w) 
(x) 
(y) 
(z) 
![[asy] size(5cm);pair A,B,C,D,O;A = 2*dir(15);B = 4*dir(140);C = -3A;D = -0.75B;draw(A--B--C--D--A--C^^B--D);label(](/api/ssl-img-proxy?src=https%3A%2F%2Flatex.artofproblemsolving.com%2F3%2Ff%2F0%2F3f094ee501d00bb668b3028125eed356812df8af.png)