Let be a square of side length 1. Let be a point on side such that Let be a point on side such that Find the perimeter of triangle
[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("", A, NW);
label("", B, SW);
label("", C, SE);
label("", D, NE);
label("", P, E);
label("", Q, S);
[/asy]
Mathbot Says...
I wasn't able to parse your question, but the HE.NET team is hard at work making me smarter.