基础几何题:三角形度数
问题:请求出下图中?的角度。
解:
$$\because a=360^{\circ}-180^{\circ}-60^{\circ}=120^{\circ}$$
$$\because b=\frac{180^{\circ}-a}{2}=30^{\circ}$$
$$\therefore ?=180^{\circ}-b=150^{\circ}$$
0 人喜欢
评论区
暂无评论,来发布第一条评论吧!
弦圈热门内容
center h1 in the middle of screen(示例提问)
How can I center horizontally and vertically a text? I don't want to use position absolute because I try with it and my other div getting worse. Is there another way to do that ?div { height: 400px; width: 800px; background: red; }<div> <h1>This is title</h1> </div>