1
/ 10
中等
第 1 题
已完成 0 题
练习设置
题目内容
数学
初中
选择题
请选择一道题目开始练习
我的笔记
答案解析
请选择一道题目查看解析
练习完成!
恭喜您完成了本次练习
0
总题数
0
正确
0
错误
答题卡
[{"id":767,"subject":"数学","grade":"初一","stage":"初中","type":"填空题","content":"在一次班级环保活动中,某学生收集了可回收垃圾的重量为 3.5 千克,比另一名同学多收集了 1.2 千克。设另一名同学收集的垃圾重量为 x 千克,则可列出一元一次方程为:_3.5 = x + 1.2_,解得 x = _2.3_。","answer":"3.5 = x + 1.2;2.3","explanation":"根据题意,某学生收集的 3.5 千克比另一名同学多 1.2 千克,说明另一名同学的收集量加上 1.2 千克等于 3.5 千克,因此可列方程 3.5 = x + 1.2。解这个方程,两边同时减去 1.2,得到 x = 3.5 - 1.2 = 2.3。本题考查一元一次方程的建立与求解,属于简单难度,符合七年级数学课程要求。","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"简单","points":1,"is_active":1,"created_at":"2025-12-29 23:43:56","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":268,"subject":"数学","grade":"初一","stage":"初中","type":"选择题","content":"某学生在整理班级同学最喜欢的运动项目数据时,制作了如下频数分布表:\n\n| 运动项目 | 频数 |\n|----------|------|\n| 篮球 | 12 |\n| 足球 | 8 |\n| 跳绳 | 5 |\n| 跑步 | 10 |\n\n请问这组数据的总人数是多少?","answer":"B","explanation":"要计算总人数,需要将各运动项目的频数相加。根据表格:篮球12人,足球8人,跳绳5人,跑步10人。因此总人数为:12 + 8 + 5 + 10 = 35。故正确答案是B。","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"简单","points":1,"is_active":1,"created_at":"2025-12-29 15:29:47","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":"30","is_correct":0},{"id":"B","content":"35","is_correct":1},{"id":"C","content":"25","is_correct":0},{"id":"D","content":"40","is_correct":0}]},{"id":634,"subject":"数学","grade":"初一","stage":"小学","type":"选择题","content":"13道","answer":"待完善","explanation":"解析待完善","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"简单","points":1,"is_active":1,"created_at":"2025-12-29 21:58:04","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":2454,"subject":"数学","grade":"八年级","stage":"初中","type":"填空题","content":"在一次校园绿化项目中,工人师傅用一根长为10米的绳子围成一个直角三角形花坛,其中一条直角边比另一条短2米。设较短的直角边为x米,则可列方程为____,解得较短的直角边长为____米。","answer":"x² + (x + 2)² = 10²;6","explanation":"根据勾股定理,两直角边平方和等于斜边平方。较短边为x,较长边为x+2,斜边为10,列方程x² + (x+2)² = 100,解得x=6(舍负)。","solution_steps":"","common_mistakes":"","learning_suggestions":"","difficulty":"中等","points":1,"is_active":1,"created_at":"2026-01-10 13:58:36","updated_at":"2026-01-10 13:58:36","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":1330,"subject":"数学","grade":"七年级","stage":"初中","type":"解答题","content":"某城市地铁线路规划部门正在设计一条新线路,需要在平面直角坐标系中确定两个站点A和B的位置。已知站点A位于点(2, 3),站点B位于第一象限,且满足以下条件:\n\n1. 站点B到x轴的距离是到y轴距离的2倍;\n2. 线段AB的长度为√58;\n3. 在站点A和B之间需要设置一个临时中转站C,使得C是线段AB的中点;\n4. 规划部门还要求中转站C的纵坐标必须大于4。\n\n请根据以上条件,求出站点B的坐标,并验证中转站C是否满足规划要求。若存在多个可能的B点,请说明理由并给出所有符合条件的解。","answer":"设站点B的坐标为(x, y),其中x > 0,y > 0(因为B在第一象限)。\n\n根据条件1:站点B到x轴的距离是|y|,到y轴的距离是|x|。由于在第一象限,x > 0,y > 0,所以有:\n y = 2x (1)\n\n根据条件2:AB的距离为√58,A(2, 3),B(x, y),由两点间距离公式得:\n √[(x - 2)² + (y - 3)²] = √58\n两边平方得:\n (x - 2)² + (y - 3)² = 58 (2)\n\n将(1)代入(2):\n (x - 2)² + (2x - 3)² = 58\n展开:\n (x² - 4x + 4) + (4x² - 12x + 9) = 58\n合并同类项:\n 5x² - 16x + 13 = 58\n移项:\n 5x² - 16x - 45 = 0\n\n解这个一元二次方程:\n 判别式 Δ = (-16)² - 4×5×(-45) = 256 + 900 = 1156 = 34²\n x = [16 ± 34] \/ (2×5)\n x₁ = (16 + 34)\/10 = 50\/10 = 5\n x₂ = (16 - 34)\/10 = -18\/10 = -1.8\n\n由于B在第一象限,x > 0,故舍去x = -1.8,取x = 5\n代入(1)得:y = 2×5 = 10\n所以B点坐标为(5, 10)\n\n求中点C的坐标:\n C = ((2 + 5)\/2, (3 + 10)\/2) = (7\/2, 13\/2) = (3.5, 6.5)\n\n验证条件4:C的纵坐标为6.5 > 4,满足要求。\n\n因此,唯一符合条件的站点B的坐标为(5, 10),中转站C(3.5, 6.5)满足规划要求。","explanation":"本题综合考查了平面直角坐标系、两点间距离公式、一元二次方程的解法以及不等式判断。解题关键在于将几何条件转化为代数方程:利用‘到坐标轴距离’的关系建立y = 2x;利用距离公式建立二次方程;通过解方程并结合第一象限的限制筛选有效解;最后计算中点坐标并验证纵坐标是否大于4。虽然方程有两个解,但负值解因不符合第一象限被排除,体现了数学建模中的实际意义检验。整个过程涉及多个知识点的融合应用,逻辑链条完整,属于困难级别的综合解答题。","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"困难","points":1,"is_active":1,"created_at":"2026-01-06 10:57:14","updated_at":"2026-01-06 10:57:14","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":2270,"subject":"数学","grade":"七年级","stage":"初中","type":"选择题","content":"在数轴上,点A表示的数是-3,点B与点A的距离是7个单位长度,且点B在原点右侧。若点C表示的数是点B表示的数的相反数,则点C在数轴上的位置是","answer":"D","explanation":"点A表示-3,点B在点A右侧7个单位,因此点B表示的数为-3 + 7 = 4。点C是点B的相反数,即-4。-4位于原点左侧,距离原点4个单位长度。因此正确答案是D。","solution_steps":"","common_mistakes":"","learning_suggestions":"","difficulty":"中等","points":1,"is_active":1,"created_at":"2026-01-09 16:09:15","updated_at":"2026-01-09 16:09:15","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":"在原点左侧,距离原点4个单位长度","is_correct":0},{"id":"B","content":"在原点左侧,距离原点10个单位长度","is_correct":0},{"id":"C","content":"在原点左侧,距离原点7个单位长度","is_correct":0},{"id":"D","content":"在原点左侧,距离原点4个单位长度","is_correct":1}]},{"id":564,"subject":"数学","grade":"初一","stage":"初中","type":"选择题","content":"在一次班级数学测验中,某学生记录了5名同学的数学成绩(单位:分)分别为:85,90,78,92,85。如果老师决定将每位同学的成绩都增加5分,那么这组数据的中位数会如何变化?","answer":"A","explanation":"首先将原始数据从小到大排列:78,85,85,90,92。共有5个数据,中位数是中间的那个数,即第3个数,为85分。当每位同学的成绩都增加5分后,新的数据为:83,90,90,95,97。重新排序后为:83,90,90,95,97,中位数是第3个数,即90分。90 - 85 = 5,因此中位数增加了5分。所以正确答案是A。","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"简单","points":1,"is_active":1,"created_at":"2025-12-29 19:31:22","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":1},{"id":"B","content":"增加10分","is_correct":0},{"id":"C","content":"不变","is_correct":0},{"id":"D","content":"无法确定","is_correct":0}]},{"id":588,"subject":"数学","grade":"初一","stage":"小学","type":"选择题","content":"在一次班级大扫除中,某学生负责统计同学们带来的清洁用品数量。他记录了以下数据:扫帚8把,拖把5把,抹布12块,水桶3个。如果每2块抹布配1个水桶使用,那么现有的抹布和水桶最多可以配成多少套?","answer":"A","explanation":"题目要求每2块抹布配1个水桶组成一套。现有抹布12块,最多可配成 12 ÷ 2 = 6 套;但水桶只有3个,最多只能支持3套。因此,受限于水桶数量,最多只能配成3套。正确答案是A。","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"简单","points":1,"is_active":1,"created_at":"2025-12-29 20:22:51","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":"3套","is_correct":1},{"id":"B","content":"5套","is_correct":0},{"id":"C","content":"6套","is_correct":0},{"id":"D","content":"12套","is_correct":0}]},{"id":2197,"subject":"数学","grade":"七年级","stage":"初中","type":"选择题","content":"某学生在练习本上记录了一周内每天的温度变化情况,规定比前一天升高记为正,降低记为负。已知周一到周二的温度变化为 -3℃,周三到周四的温度变化为 +5℃,周五到周六的温度变化为 -2℃。如果周一的起始温度为 10℃,那么周六的温度是多少?","answer":"B","explanation":"从周一的 10℃ 开始,周二变化 -3℃,温度为 10 - 3 = 7℃;周三到周四变化 +5℃,即温度上升 5℃,变为 7 + 5 = 12℃;周五到周六变化 -2℃,即下降 2℃,变为 12 - 2 = 10℃。因此周六的温度是 10℃,正确答案是 B。","solution_steps":"","common_mistakes":"","learning_suggestions":"","difficulty":"简单","points":1,"is_active":1,"created_at":"2026-01-09 14:25:31","updated_at":"2026-01-09 14:25:31","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":"8℃","is_correct":0},{"id":"B","content":"10℃","is_correct":1},{"id":"C","content":"12℃","is_correct":0},{"id":"D","content":"14℃","is_correct":0}]},{"id":526,"subject":"数学","grade":"初一","stage":"小学","type":"选择题","content":"某学生在整理班级同学的身高数据时,制作了如下频数分布表:\n\n身高区间(cm) | 频数\n---------------|------\n150~154 | 3\n155~159 | 5\n160~164 | 8\n165~169 | 4\n170~174 | 2\n\n若将每个区间的中点值作为该组数据的代表值,则这组数据的平均身高约为多少厘米?(结果保留一位小数)","answer":"B","explanation":"首先确定每个身高区间的中点值:\n- 150~154 的中点值是 (150+154)÷2 = 152\n- 155~159 的中点值是 (155+159)÷2 = 157\n- 160~164 的中点值是 (160+164)÷2 = 162\n- 165~169 的中点值是 (165+169)÷2 = 167\n- 170~174 的中点值是 (170+174)÷2 = 172\n\n然后计算加权平均数:\n总人数 = 3 + 5 + 8 + 4 + 2 = 22\n总和 = 152×3 + 157×5 + 162×8 + 167×4 + 172×2\n= 456 + 785 + 1296 + 668 + 344 = 3549\n\n平均身高 = 3549 ÷ 22 ≈ 161.318 ≈ 161.3(保留一位小数)\n\n因此正确答案是 B。","solution_steps":null,"common_mistakes":null,"learning_suggestions":null,"difficulty":"简单","points":1,"is_active":1,"created_at":"2025-12-29 18:30:29","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":"160.2","is_correct":0},{"id":"B","content":"161.3","is_correct":1},{"id":"C","content":"162.4","is_correct":0},{"id":"D","content":"163.5","is_correct":0}]}]