+0  
 
+12
519
5
avatar+333 

Determine the value of a.

 https://latex.artofproblemsolving.com/0/9/0/090ba6228af39380edfafa9908b8a3dd14b7a383.png is the picture

 Jun 18, 2020
 #1
avatar
0

It is blank!

 Jun 18, 2020
 #2
avatar+333 
+7

It is black not blank

and I know the asymptote([asy]
pair f=(0,sqrt(3)); pair l=(2,sqrt(3)); pair a=(2,0); pair x=(0,0);
pair z=(f+l)/2;
dot(f); dot(l); dot(a); dot(x); dot(z);
draw(x--f--l--a--x--z--a);
draw(rightanglemark(x,f,l,5));
draw(rightanglemark(f,l,a,5));
draw(rightanglemark(l,a,x,5));
draw(rightanglemark(a,x,f,5));
label("$F$",f,NW);
label("$Z$",z,N);
label("$L$",l,NE);
label("$A$",a,SE);
label("$X$",x,SW);
[/asy])

is the asymptote.

 Jun 18, 2020
 #3
avatar
0

Cool, I used your ASY and came up with a square with an equilateral triangle in it.

Also, what is "a"? Be specific with the angle pls

 Jun 18, 2020
 #4
avatar+1262 
+5

7 since you draw a a line to seperate the trapazoid into 2 right triangles

 Jun 18, 2020
 #5
avatar+1262 
+6

could see the answer here when you hold the text

jimkey17  Jun 18, 2020

1 Online Users