93.1k views
4 votes
3. Give two examples of four-sided figures that have two acute angles

and two obtuse angles. Draw pictures in your explanation.

1 Answer

5 votes

Answer:

follow me if this helped

Explanation:

A kite is a four-sided figure that has two acute angles and two obtuse angles. The angles are formed by the intersection of the diagonals, which are not parallel.

[asy]

size(5cm);

draw((0,0)--(1,1.5)--(3,1)--(2,-0.5)--cycle);

draw((1,1.5)--(2,-0.5));

label("$A$",(0,0),SW);

label("$B$",(1,1.5),NE);

label("$C$",(3,1),SE);

label("$D$",(2,-0.5),NW);

[/asy]

A bow tie shape is another four-sided figure that has two acute angles and two obtuse angles. The angles are formed by the intersection of the diagonals, which are not parallel.

[asy]

size(5cm);

draw((0,0)--(1,1.5)--(2,0)--(1,-1.5)--cycle);

draw((1,1.5)--(1,-1.5));

label("$A$",(0,0),SW);

label("$B$",(1,1.5),NE);

label("$C$",(2,0),SE);

label("$D$",(1,-1.5),NW);

[/asy]

User Vaibhav Agarwal
by
8.0k points