修改13506题目
This commit is contained in:
parent
e7ae3624e8
commit
65bda32339
|
|
@ -1,7 +1,7 @@
|
|||
import os,re,json
|
||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
|
||||
problems = "13570"
|
||||
editor = "王伟叶"
|
||||
problems = "13506"
|
||||
editor = "朱敏慧"
|
||||
|
||||
def generate_number_set(string,dict):
|
||||
string = re.sub(r"[\n\s]","",string)
|
||||
|
|
|
|||
|
|
@ -355826,7 +355826,7 @@
|
|||
},
|
||||
"013506": {
|
||||
"id": "013506",
|
||||
"content": "《九章算术》中将正四棱台体 (棱台的上下底面均为正方形) 称为方亭. 如图, 现有一方亭$ABCD-EFGH$, 其中上底面与下底面的面积之比为$1:4$, $BF=\\dfrac{\\sqrt{6}}{2}EF$, 方亭的四个侧面均为全等的等腰梯形, 已知方亭四个侧面的面积之和为$12\\sqrt{6}$, 则方亭的体积为\\blank{50}.\n\\begin{center}\n\\begin{tikzpicture}[>=latex]\n\\draw (-1,0,1) node [left] {$A$} coordinate (A);\n\\draw (1,0,1) node [right] {$B$} coordinate (B);\n\\draw (1,0,-1) node [right] {$C$} coordinate (C);\n\\draw (-1,0,-1) node [left] {$D$} coordinate (D);\n\\draw ($(A)!0.5!(0,2,0)$) node [left] {$E$} coordinate (E);\n\\draw ($(B)!0.5!(0,2,0)$) node [right] {$F$} coordinate (F);\n\\draw ($(C)!0.5!(0,2,0)$) node [right] {$G$} coordinate (G);\n\\draw ($(D)!0.5!(0,2,0)$) node [left] {$H$} coordinate (H);\n\\draw (A)--(B)--(C) (E)--(F)--(G)--(H)--cycle (A)--(E) (B)--(F) (C)--(G);\n\\draw [dashed] (A)--(D)--(C) (D)--(H);\n\\end{tikzpicture}\n\\end{center}",
|
||||
"content": "《九章算术》中将正四棱台体 (棱台的上下底面均为正方形) 称为方亭. 如图, 现有一方亭$ABCD-EFGH$, 其中上底面与下底面的面积之比为$1:4$, $BF=\\dfrac{\\sqrt{6}}{2}EF$, 方亭的四个侧面均为全等的等腰梯形, 已知方亭四个侧面的面积之和为$12\\sqrt{5}$, 则方亭的体积为\\blank{50}.\n\\begin{center}\n\\begin{tikzpicture}[>=latex]\n\\draw (-1,0,1) node [left] {$A$} coordinate (A);\n\\draw (1,0,1) node [right] {$B$} coordinate (B);\n\\draw (1,0,-1) node [right] {$C$} coordinate (C);\n\\draw (-1,0,-1) node [left] {$D$} coordinate (D);\n\\draw ($(A)!0.5!(0,2,0)$) node [left] {$E$} coordinate (E);\n\\draw ($(B)!0.5!(0,2,0)$) node [right] {$F$} coordinate (F);\n\\draw ($(C)!0.5!(0,2,0)$) node [right] {$G$} coordinate (G);\n\\draw ($(D)!0.5!(0,2,0)$) node [left] {$H$} coordinate (H);\n\\draw (A)--(B)--(C) (E)--(F)--(G)--(H)--cycle (A)--(E) (B)--(F) (C)--(G);\n\\draw [dashed] (A)--(D)--(C) (D)--(H);\n\\end{tikzpicture}\n\\end{center}",
|
||||
"objs": [],
|
||||
"tags": [
|
||||
"第六单元"
|
||||
|
|
@ -355839,7 +355839,8 @@
|
|||
"origin": "2022版双基百分百",
|
||||
"edit": [
|
||||
"20230123\t王伟叶",
|
||||
"20230519\t王伟叶"
|
||||
"20230519\t王伟叶",
|
||||
"20230521\t朱敏慧"
|
||||
],
|
||||
"same": [],
|
||||
"related": [],
|
||||
|
|
|
|||
Reference in New Issue