修改40881题面

This commit is contained in:
WangWeiye 2023-06-08 17:19:45 +08:00
parent e16829e9bc
commit 98ef17daa2
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
import os,re,json
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
problems = "18081"
problems = "40881"
editor = "王伟叶"
def generate_number_set(string,dict):

View File

@ -43,7 +43,7 @@ problems_dict = {
}
20230428 2010年至今秋考试题汇编
20230608 2010年至今秋考试题汇编
problems_dict = {
"2010年秋考":"011578:011600",
"2011年秋考":"011601:011623",

View File

@ -571819,7 +571819,7 @@
},
"040881": {
"id": "040881",
"content": "在直线$y=-2 x+4$上选一点$A$, 在抛物线$y=-x^2+1$上选一点$B$.\\\\\n(1) 求使$A$、$B$两点距离最短时点$A$、$B$的坐标;\\\\\n(2) 若点$P$为$x$轴上的一点, 且与点$A$、$B$构成面积为$4$的三角形, 求点$P$的坐标.",
"content": "在直线$y=-2 x+4$上选一点$A$, 在抛物线$y=-x^2+1$上选一点$B$.\\\\\n(1) 求使$A$、$B$两点距离最短时点$A$、$B$的坐标;\\\\\n(2) 若点$P$为$x$轴上的一点, 且三角形$PAB$的面积为$4$($A,B$是前一小题中所得的点), 求点$P$的坐标.",
"objs": [],
"tags": [],
"genre": "解答题",
@ -571829,7 +571829,8 @@
"usages": [],
"origin": "2025届高一下学期周末卷17",
"edit": [
"20230605\t王伟叶"
"20230605\t王伟叶",
"20230608\t王伟叶"
],
"same": [],
"related": [],