趣味数学题05 | 三角形求角度数问题
请问下图中$y+x=?$
解:
$$\begin{align}&\because a=90^\circ-40^\circ=50^\circ \\ &\therefore y=180^\circ-a=130^\circ \\ &\because b=90^\circ-a=40^\circ \\ &\therefore x=180^\circ-b=140^\circ \\ &\therefore y+x=270^\circ \end{align}$$
0 人喜欢
Comments
There is no comment, let's add the first one.
弦圈热门内容
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>