+0  
 
0
196
1
avatar+22 

I have a couple of questions but idk how to put asymptote code into an image here so ill sub mit the questions one at a time

 

Find BC in the diagram below

 

[asy]
size(150);

pair A,B,C;

A=origin;
B=7dir(45);
C=(3sqrt(2),0);

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

dot("$A$",A,SW);
dot("$B$",B,N);
dot("$C$",C,SE);

label("$7\sqrt{2}$",A--B,NW);
label("$6$",A--C,S);
label("$45^\circ$",A,3dir(22));

[/asy]

 Jun 22, 2022
 #1
avatar
0

BC = 3*sqrt(5).

 Jun 24, 2022

4 Online Users

avatar
avatar