SOLUTION: In the diagram, $ABCD$ is a square. Find $PR.$
[asy]
unitsize(1.5 cm);
pair A, B, C, D, P, R;
A = (-1,1);
B = (1,1);
C = (1,-1);
D = (-1,-1);
P = (0,1) + dir(50);
R
Algebra.Com
Question 1209579: In the diagram, $ABCD$ is a square. Find $PR.$
[asy]
unitsize(1.5 cm);
pair A, B, C, D, P, R;
A = (-1,1);
B = (1,1);
C = (1,-1);
D = (-1,-1);
P = (0,1) + dir(50);
R = -P;
draw(A--B--C--D--cycle);
draw(A--P--B);
draw(C--R--D);
label("$A$", A, W);
label("$B$", B, dir(0));
label("$C$", C, dir(0));
label("$D$", D, W);
label("$P$", P, N);
label("$R$", R, S);
label("$4$", (B + P)/2, NE, red);
label("$8$", (A + P)/2, NW, red);
label("$4 \sqrt{5}$", (A + B)/2, S, red);
label("$4$", (D + R)/2, SW, red);
label("$8$", (C + R)/2, SE, red);
label("$4 \sqrt{5}$", (C + D)/2, N, red);
[/asy]
AB=BC=CD=DA=4sqrt5
PA=CR=8
PB=RD=4
Answer by ikleyn(52781) (Show Source): You can put this solution on YOUR website!
.
Hello, I am writing to let you know (in case if you don't know it):
this site/forum is for Math problems.
It is expected that the visitors bring formulations of Math problems in traditional wording form.
If necessary, the wording description can be accompanied by a diagram or a link to a diagram.
But posting computer programs in the language of graphing tools is not what we expect from visitors.
Do you get the meaning of my message?
RELATED QUESTIONS
The diagram shows a rectangle that has been dissected into nine non-overlapping squares.... (answered by ikleyn)
Your given the points A(2;4), B(-4;-1), C(-1;-7) and D(p;q) calculate p and q, if ABCD is (answered by ewatrrr)
In the diagram below, BPCR is a rhombus, P is (0,6), C is (6,t) and B is (2,0). The Line... (answered by Edwin McCravy)
|a b c d 1|
|b c d a 1|
|c d a b 1| =0
|d a b c 1|
|b a d c 1|
(answered by robertb)
if a,b,c,d > 0 and abcd=1, prove that (1+a)(1+b)(1+c)(1+d) >=... (answered by robertb)
If p and r are prime numbers, which of the following must also be prime?
A p+r b... (answered by checkley77)
Solve the formula for the specified variable.
P = A / 1+rt for r
Answer choices:... (answered by Fombitz)
Quadrilateral ABCD has vertices A(-3,1), B(1,4), C(4,0), and D(0,-3). Prove that... (answered by Boreal)
D(p)=-6p+240
a Find D^-1
D^+1(p)=
b. D^-1(60)... (answered by josgarithmetic)