1
/ 10
中等
第 1 题
已完成 0 题
练习设置
题目内容
数学
初中
选择题
请选择一道题目开始练习
我的笔记
答案解析
请选择一道题目查看解析
练习完成!
恭喜您完成了本次练习
0
总题数
0
正确
0
错误
答题卡
[{"id":319,"subject":"数学","grade":"初一","stage":"小学","type":"选择题","content":"8人","answer":"答案待完善","explanation":"解析待完善","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"简单","points":1,"is_active":1,"created_at":"2025-12-29 15:37:32","updated_at":"2025-12-30 11:11:27","sort_order":0,"source":null,"tags":null,"analysis":null,"knowledge_point":null,"difficulty_coefficient":null,"suggested_time":null,"accuracy_rate":null,"usage_count":0,"last_used":null,"view_count":0,"favorite_count":0,"options":[]},{"id":2136,"subject":"数学","grade":"七年级","stage":"初中","type":"选择题","content":"某学生在解一元一次方程时,将方程 2(x - 3) = 4 去括号后得到 2x - 6 = 4,然后他\/她接下来应该进行的正确步骤是:","answer":"D","explanation":"方程 2x - 6 = 4 中,-6 是常数项,为了将含 x 的项单独留在左边,应使用等式的基本性质:两边同时加上6,得到 2x = 10。这是解一元一次方程的标准步骤,符合七年级学生对方程解法的学习要求。","solution_steps":"","common_mistakes":"","learning_suggestions":"","difficulty":"简单","points":1,"is_active":1,"created_at":"2026-01-09 13:00:46","updated_at":"2026-01-09 13:00:46","sort_order":0,"source":null,"tags":null,"analysis":null,"knowledge_point":null,"difficulty_coefficient":null,"suggested_time":null,"accuracy_rate":null,"usage_count":0,"last_used":null,"view_count":0,"favorite_count":0,"options":[{"id":"A","content":"两边同时加上6","is_correct":0},{"id":"B","content":"两边同时除以2","is_correct":0},{"id":"C","content":"两边同时减去6","is_correct":0},{"id":"D","content":"两边同时加上6","is_correct":1}]},{"id":1996,"subject":"数学","grade":"八年级","stage":"初中","type":"选择题","content":"在一次数学测验中,某班级10名学生的成绩分别为:82, 76, 88, 90, 76, 85, 76, 92, 80, 85。这组数据的众数和中位数分别是多少?","answer":"A","explanation":"首先将数据从小到大排序:76, 76, 76, 80, 82, 85, 85, 88, 90, 92。众数是出现次数最多的数,76出现了3次,85出现了2次,因此众数是76。中位数是第5和第6个数的平均数,即(82 + 85) ÷ 2 = 83.5。因此正确答案是A。","solution_steps":"","common_mistakes":"","learning_suggestions":"","difficulty":"简单","points":1,"is_active":1,"created_at":"2026-01-09 10:25:22","updated_at":"2026-01-09 10:25:22","sort_order":0,"source":null,"tags":null,"analysis":null,"knowledge_point":null,"difficulty_coefficient":null,"suggested_time":null,"accuracy_rate":null,"usage_count":0,"last_used":null,"view_count":0,"favorite_count":0,"options":[{"id":"A","content":"众数是76,中位数是83.5","is_correct":1},{"id":"B","content":"众数是76,中位数是85","is_correct":0},{"id":"C","content":"众数是85,中位数是83.5","is_correct":0},{"id":"D","content":"众数是85,中位数是85","is_correct":0}]},{"id":1528,"subject":"数学","grade":"七年级","stage":"初中","type":"解答题","content":"某校组织七年级学生参加户外研学活动,需将学生分组乘坐观光车前往目的地。已知每辆观光车最多可载客12人(包括司机),但为了保证安全和体验,规定每辆车实际载客人数不得超过10名学生。若总共有n名学生参加活动,且n是一个大于50小于80的整数。活动组织者发现:如果按每组7人分组,则最后一组不足7人;如果按每组9人分组,则最后一组也不足9人;但如果按每组11人分组,则恰好分完。此外,若将所有学生安排在若干辆观光车上,每辆车坐满10名学生,则最后一辆车只有6名学生。求参加活动的学生总人数n。","answer":"设学生总人数为n,根据题意列出以下条件:\n\n1. 50 < n < 80;\n2. n除以7余r₁,其中1 ≤ r₁ ≤ 6(即n ≡ r₁ (mod 7),r₁ ≠ 0);\n3. n除以9余r₂,其中1 ≤ r₂ ≤ 8(即n ≡ r₂ (mod 9),r₂ ≠ 0);\n4. n能被11整除,即n ≡ 0 (mod 11);\n5. 若每辆车坐10人,最后一辆只有6人,说明n除以10余6,即n ≡ 6 (mod 10)。\n\n由条件4和5,n是11的倍数,且n ≡ 6 (mod 10)。\n在50到80之间,11的倍数有:55, 66, 77。\n\n检验这些数是否满足n ≡ 6 (mod 10):\n- 55 ÷ 10 = 5 余 5 → 不满足;\n- 66 ÷ 10 = 6 余 6 → 满足;\n- 77 ÷ 10 = 7 余 7 → 不满足。\n\n因此,唯一可能的是n = 66。\n\n验证其他条件:\n- 66 ÷ 7 = 9 余 3 → 最后一组不足7人,满足;\n- 66 ÷ 9 = 7 余 3 → 最后一组不足9人,满足;\n- 66 ÷ 11 = 6,恰好分完,满足;\n- 66 ÷ 10 = 6 余 6 → 最后一辆车坐6人,满足。\n\n所有条件均满足,故学生总人数为66人。\n\n答:参加活动的学生总人数n为66人。","explanation":"本题综合考查了同余思想、整除性质、不等式范围限制以及逻辑推理能力,属于数论与实际问题结合的综合题。解题关键在于抓住多个模运算条件,先利用‘能被11整除’和‘除以10余6’这两个强约束缩小范围,再逐一验证其余条件。题目融合了整数的整除性、带余除法、不等式范围判断等七年级核心知识点,要求学生具备较强的综合分析能力和耐心验证意识。通过枚举与筛选相结合的方法,在有限范围内找到唯一解,体现了数学建模与逻辑推理的统一。","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"困难","points":1,"is_active":1,"created_at":"2026-01-06 12:15:02","updated_at":"2026-01-06 12:15:02","sort_order":0,"source":null,"tags":null,"analysis":null,"knowledge_point":null,"difficulty_coefficient":null,"suggested_time":null,"accuracy_rate":null,"usage_count":0,"last_used":null,"view_count":0,"favorite_count":0,"options":[]},{"id":2550,"subject":"数学","grade":"九年级","stage":"初中","type":"选择题","content":"某学生设计了一个圆形花坛,其中心为点O,半径为6米。他计划在花坛边缘等距种植8株花卉,并将这些点依次标记为P₁, P₂, …, P₈。若连接P₁P₃和P₂P₄,两条线段相交于点Q,则△OP₁Q的面积最接近下列哪个值?(参考数据:sin45°≈0.707,cos45°≈0.707)","answer":"A","explanation":"本题考查圆的性质、旋转对称性及锐角三角函数的应用。由于8个点等距分布在圆周上,相邻两点所对的圆心角为360°÷8=45°。因此,∠P₁OP₂=45°,∠P₁OP₃=90°。连接P₁P₃和P₂P₄,这两条弦分别对应90°和90°的圆心角(因为P₂到P₄跨越两个45°),且它们关于直线y=x对称(若以O为原点建立坐标系)。它们的交点Q位于第一象限角平分线上。考虑△OP₁Q,其中OP₁=6米,∠P₁OQ=22.5°(因为Q是两弦交点,由对称性可知∠P₁OQ为∠P₁OP₂的一半)。但更简便的方法是利用向量或坐标法:设O为原点,P₁坐标为(6,0),则P₂为(6cos45°, 6sin45°)≈(4.242, 4.242),P₃为(0,6),P₄为(-4.242, 4.242)。求直线P₁P₃(从(6,0)到(0,6),方程x+y=6)与P₂P₄(从(4.242,4.242)到(-4.242,4.242),即y=4.242)的交点Q:代入得x=6−4.242≈1.758,故Q≈(1.758, 4.242)。在△OP₁Q中,可用向量叉积公式求面积:S=½|OP₁×OQ|=½|6×4.242 − 0×1.758|≈½×25.452≈12.726,最接近12.7。因此选A。","solution_steps":"","common_mistakes":"","learning_suggestions":"","difficulty":"中等","points":1,"is_active":1,"created_at":"2026-01-10 17:04:24","updated_at":"2026-01-10 17:04:24","sort_order":0,"source":null,"tags":null,"analysis":null,"knowledge_point":null,"difficulty_coefficient":null,"suggested_time":null,"accuracy_rate":null,"usage_count":0,"last_used":null,"view_count":0,"favorite_count":0,"options":[{"id":"A","content":"12.7平方米","is_correct":1},{"id":"B","content":"15.3平方米","is_correct":0},{"id":"C","content":"18.0平方米","is_correct":0},{"id":"D","content":"21.2平方米","is_correct":0}]},{"id":415,"subject":"数学","grade":"初一","stage":"初中","type":"选择题","content":"某学生调查了本班同学最喜欢的课外活动,并将数据整理成如下表格:\n\n| 课外活动 | 人数 |\n|----------|------|\n| 阅读 | 8 |\n| 运动 | 12 |\n| 绘画 | 5 |\n| 音乐 | 7 |\n| 其他 | 3 |\n\n若该班共有35名学生,且所有学生都参与了调查,则喜欢运动的学生所占的百分比最接近以下哪个选项?","answer":"C","explanation":"题目考查的是数据的收集、整理与描述中的百分比计算。喜欢运动的学生有12人,全班共有35人。计算百分比的方法是:(部分 ÷ 总数) × 100%。因此,喜欢运动的学生所占百分比为 (12 ÷ 35) × 100% ≈ 34.29%。这个值最接近34%,所以正确答案是C。题目设计结合真实生活情境,考查学生从表格中提取信息并进行简单计算的能力,符合七年级数学课程要求。","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"简单","points":1,"is_active":1,"created_at":"2025-12-29 17:30:41","updated_at":"2025-12-30 11:11:27","sort_order":0,"source":null,"tags":null,"analysis":null,"knowledge_point":null,"difficulty_coefficient":null,"suggested_time":null,"accuracy_rate":null,"usage_count":0,"last_used":null,"view_count":0,"favorite_count":0,"options":[{"id":"A","content":"25%","is_correct":0},{"id":"B","content":"30%","is_correct":0},{"id":"C","content":"34%","is_correct":1},{"id":"D","content":"40%","is_correct":0}]},{"id":388,"subject":"数学","grade":"初一","stage":"初中","type":"选择题","content":"在一次环保活动中,某班级收集了废旧纸张和塑料瓶两类可回收物品。已知收集的废旧纸张重量是塑料瓶重量的2倍少3千克,两类物品总重量为27千克。设塑料瓶的重量为x千克,则下列方程正确的是:","answer":"A","explanation":"根据题意,设塑料瓶的重量为x千克,则废旧纸张的重量为2倍塑料瓶重量少3千克,即(2x - 3)千克。两类物品总重量为27千克,因此可列出方程:x + (2x - 3) = 27。选项A正确表达了这一数量关系。选项B错误地将‘少3千克’写成了‘多3千克’;选项C虽然代数变形后等价,但不符合题意直接列方程的要求,且未体现完整逻辑;选项D忽略了塑料瓶本身的重量,仅把纸张重量当作总量,明显错误。","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"简单","points":1,"is_active":1,"created_at":"2025-12-29 15:56:31","updated_at":"2025-12-30 11:11:27","sort_order":0,"source":null,"tags":null,"analysis":null,"knowledge_point":null,"difficulty_coefficient":null,"suggested_time":null,"accuracy_rate":null,"usage_count":0,"last_used":null,"view_count":0,"favorite_count":0,"options":[{"id":"A","content":"x + (2x - 3) = 27","is_correct":1},{"id":"B","content":"x + (2x + 3) = 27","is_correct":0},{"id":"C","content":"x + 2x = 27 - 3","is_correct":0},{"id":"D","content":"2x - 3 = 27","is_correct":0}]},{"id":197,"subject":"数学","grade":"初一","stage":"初中","type":"选择题","content":"小明去文具店买笔记本,每本笔记本的价格是5元。他一共花了30元,请问他买了多少本笔记本?","answer":"B","explanation":"本题考查的是简单的除法应用,属于一元一次方程的实际问题。已知每本笔记本5元,总共花费30元,要求购买的数量。设购买的数量为x本,则根据题意可列出算式:5 × x = 30。解这个方程,两边同时除以5,得到x = 30 ÷ 5 = 6。因此,小明买了6本笔记本。选项B正确。","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"简单","points":1,"is_active":1,"created_at":"2025-12-29 14:04:14","updated_at":"2025-12-30 11:11:27","sort_order":0,"source":null,"tags":null,"analysis":null,"knowledge_point":null,"difficulty_coefficient":null,"suggested_time":null,"accuracy_rate":null,"usage_count":0,"last_used":null,"view_count":0,"favorite_count":0,"options":[{"id":"A","content":"5本","is_correct":0},{"id":"B","content":"6本","is_correct":1},{"id":"C","content":"7本","is_correct":0},{"id":"D","content":"8本","is_correct":0}]},{"id":1013,"subject":"数学","grade":"初一","stage":"小学","type":"填空题","content":"在一次环保活动中,某班级收集了可回收垃圾共120千克,其中纸张占总重量的五分之三,塑料占总重量的四分之一,其余为金属。那么金属的重量是___千克。","answer":"18","explanation":"首先计算纸张的重量:120 × 3\/5 = 72 千克;然后计算塑料的重量:120 × 1\/4 = 30 千克;纸张和塑料共重 72 + 30 = 102 千克;因此金属的重量为 120 - 102 = 18 千克。本题考查有理数中的分数乘法与加减运算在实际问题中的应用。","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"简单","points":1,"is_active":1,"created_at":"2025-12-30 05:24:02","updated_at":"2025-12-30 11:11:27","sort_order":0,"source":null,"tags":null,"analysis":null,"knowledge_point":null,"difficulty_coefficient":null,"suggested_time":null,"accuracy_rate":null,"usage_count":0,"last_used":null,"view_count":0,"favorite_count":0,"options":[]},{"id":262,"subject":"数学","grade":"初一","stage":"初中","type":"填空题","content":"某学生在解方程 3(x - 4) + 2 = 5x - 10 时,第一步将括号展开后得到 3x - 12 + 2 = 5x - 10,合并同类项后得到 3x - 10 = 5x - 10。接下来,他应该将含 x 的项移到等式的一边,常数项移到另一边,于是他将 3x 移到右边,得到 -10 = 2x - 10。然后,他将 -10 移到左边,得到 ___ = 2x。","answer":"0","explanation":"从步骤 -10 = 2x - 10 开始,要将常数项移到等式左边,需在等式两边同时加上 10:-10 + 10 = 2x - 10 + 10,化简后得到 0 = 2x。因此,空白处应填 0。此题考查一元一次方程的移项与合并同类项能力,要求学生掌握等式的基本性质,属于中等难度,符合七年级数学课程内容。","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"中等","points":1,"is_active":1,"created_at":"2025-12-29 14:55:31","updated_at":"2025-12-30 11:11:27","sort_order":0,"source":null,"tags":null,"analysis":null,"knowledge_point":null,"difficulty_coefficient":null,"suggested_time":null,"accuracy_rate":null,"usage_count":0,"last_used":null,"view_count":0,"favorite_count":0,"options":[]}]