Let ABCDABCD be a square of side length 1. Let PP be a point on side CD\overline{CD} such that DAP=20.\angle DAP = 20^\circ. Let QQ be a point on side BC\overline{BC} such that BAQ=25.\angle BAQ = 25^\circ. Find the perimeter of triangle CPQ.CPQ.

[asy]

unitsize(2 cm);

pair A, B, C, D, P, Q;

A = (0,1);

B = (0,0);

C = (1,0);

D = (1,1);

P = extension(A, A + dir(-20), C, D);

Q = extension(A, A + dir(-65), B, C);

draw(A--B--C--D--cycle);

draw(A--P--Q--cycle);

label("AA", A, NW);

label("BB", B, SW);

label("CC", C, SE);

label("DD", D, NE);

label("PP", P, E);

label("QQ", Q, S);

[/asy]

asked by guest
on Apr 06, 2025 at 10:12 pm



Mathbot Says...

I wasn't able to parse your question, but the HE.NET team is hard at work making me smarter.