修改14672题面错误一处
This commit is contained in:
parent
8113679c96
commit
360e2de450
|
|
@ -1,6 +1,6 @@
|
|||
import os,re,json
|
||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
|
||||
problems = "18103"
|
||||
problems = "14672"
|
||||
editor = "王伟叶"
|
||||
|
||||
def generate_number_set(string,dict):
|
||||
|
|
|
|||
|
|
@ -387029,7 +387029,7 @@
|
|||
},
|
||||
"014672": {
|
||||
"id": "014672",
|
||||
"content": "在$\\triangle ABC$中, 角$A$、$B$、$C$所对边的边长分别记作$a$、$b 、$$c$, 其中$b=2$.\\\\\n(1) 若$A+C=120^{\\circ}$, 且$a=2 c$, 求$c$的值;\\\\\n(2) 若$A-C=15^{\\circ}$, 且$a=\\sqrt{2} c \\sin A$, 求$\\triangle ABC$的面积$S$.",
|
||||
"content": "在$\\triangle ABC$中, 角$A$、$B$、$C$所对边的边长分别记作$a$、$b$、$c$, 其中$b=2$.\\\\\n(1) 若$A+C=120^{\\circ}$, 且$a=2 c$, 求$c$的值;\\\\\n(2) 若$A-C=15^{\\circ}$, 且$a=\\sqrt{2} c \\sin A$, 求$\\triangle ABC$的面积$S$.",
|
||||
"objs": [],
|
||||
"tags": [],
|
||||
"genre": "解答题",
|
||||
|
|
@ -387039,7 +387039,8 @@
|
|||
"usages": [],
|
||||
"origin": "2023年空中课堂高三复习课28",
|
||||
"edit": [
|
||||
"20230312\t王伟叶"
|
||||
"20230312\t王伟叶",
|
||||
"20230621\t王伟叶"
|
||||
],
|
||||
"same": [],
|
||||
"related": [],
|
||||
|
|
|
|||
Reference in New Issue