📚 Analysis of Question Types in Cambridge Lower Secondary Mathematics Learner’s Book 9 (2nd Edition) | 剑桥初中数学第九册(第二版)题型解析
The Cambridge Lower Secondary Mathematics Learner’s Book 9 (2nd Edition) provides a comprehensive foundation for students aged 13–14, covering Number, Algebra, Geometry, Statistics, and Probability. Understanding the question types that appear in each chapter is essential for mastering the curriculum and preparing for both school assessments and progression to IGCSE. In this article, we analyse the most common question formats, from straightforward calculations to multi-step problem solving, and offer strategies for tackling each type effectively.
剑桥初中数学第九册(第二版)为13–14岁学生提供了涵盖数、代数、几何、统计和概率的全面基础。理解各章节中出现的题型对掌握课程内容、准备学校评估以及顺利过渡到IGCSE至关重要。本文将分析最常见的题型——从直接计算到多步骤问题解决——并给出有效应对每种题型的策略。
1. Integer Operations and BIDMAS | 整数运算与运算顺序
Questions in this topic require students to perform addition, subtraction, multiplication, and division with positive and negative integers, often applying the correct order of operations (Brackets, Indices, Division/Multiplication, Addition/Subtraction). A typical exercise might present an expression such as -3 × (4 – 7)² ÷ 9 + 2. The challenge lies in handling negative signs and powers correctly.
此类题目要求学生进行正负整数的加、减、乘、除,并常常需要正确应用运算顺序(括号、指数、乘除、加减)。典型的练习会给出例如 -3 × (4 – 7)² ÷ 9 + 2 的表达式。难点在于正确处理负号和指数。
Example (典型题): Evaluate
-3 × (4 – 7)² ÷ 9 + 2
Solution (解析): First calculate inside the brackets: 4 – 7 = -3. Square it: (-3)² = 9. Then multiply by -3: -3 × 9 = -27. Divide by 9: -27 ÷ 9 = -3. Finally add 2: -3 + 2 = -1. Answer: -1.
解法:先算括号内:4 – 7 = -3。平方得 (-3)² = 9。乘以 -3 得 -3 × 9 = -27。除以 9 得 -27 ÷ 9 = -3。最后加 2:-3 + 2 = -1。答案:-1。
2. Fractions, Decimals and Percentages | 分数、小数与百分比
Learners encounter conversions between fractions, decimals, and percentages, as well as operations with fractions including mixed numbers. A typical question might ask: ‘A shop offers 15% off an item originally priced at £42. What is the sale price?’ or ‘Work out 2 ⅓ ÷ 1 ¼, giving your answer as a mixed number.’
学习者会遇到分数、小数和百分比之间的转换,以及带分数在内的分数运算。典型题目如:“一件商品原价 £42,打八五折,售价是多少?”或“计算 2 ⅓ ÷ 1 ¼,并以带分数形式给出答案。”
Strategy (策略): For the discount problem, find 10% (£4.20), 5% (£2.10), add to get 15% (£6.30), then subtract from £42 to get £35.70. For the division, convert to improper fractions: 2 ⅓ = 7/3, 1 ¼ = 5/4, then division is 7/3 × 4/5 = 28/15 = 1 13/15.
策略:对于折扣问题,先求 10%(£4.20),再求 5%(£2.10),相加得 15%(£6.30),从 £42 中减去得 £35.70。对于除法,先化为假分数:2 ⅓ = 7/3,1 ¼ = 5/4,除法即 7/3 × 4/5 = 28/15 = 1 13/15。
3. Algebraic Expressions and Simplification | 代数表达式与化简
This theme focuses on collecting like terms, expanding brackets, and factorising simple expressions. Learners must manipulate expressions such as 5a – 2(3a – b) + 4b. Multi-step simplification often tests attention to signs and the distributive property.
本主题重在合并同类项、展开括号以及分解简单的表达式。学生需处理像 5a – 2(3a – b) + 4b 这样的式子。多步化简常考查对符号和分配律的注意程度。
Example (例题): Simplify 5x – 3(x – 2y) + 4y.
Solution (解答): Expand the bracket: -3(x – 2y) = -3x + 6y. Then combine: 5x – 3x + 6y + 4y = 2x + 10y.
解:展开括号:-3(x – 2y) = -3x + 6y。合并同类项:5x – 3x + 6y + 4y = 2x + 10y。
4. Solving Linear Equations | 一次方程求解
Equation-solving exercises range from simple one-step equations like x + 5 = 12 to equations with unknowns on both sides, e.g. 4x + 3 = 2x – 7. The goal is to isolate the variable using inverse operations while maintaining balance.
解方程的练习从 x + 5 = 12 这样的一步方程逐渐过渡到未知数在等号两边的方程,如 4x + 3 = 2x – 7。目标是运用逆运算隔离变量,同时保持等式平衡。
Strategy (策略): For 4x + 3 = 2x – 7, subtract 2x from both sides to get 2x + 3 = -7. Subtract 3: 2x = -10. Divide by 2: x = -5. Always check by substituting back.
策略:对于 4x + 3 = 2x – 7,两边减 2x 得 2x + 3 = -7。再减 3:2x = -10。除以 2:x = -5。一定要代回原方程检验。
5. Sequences and Patterns | 数列与规律
Typical tasks include finding the nth term of linear sequences, recognising special sequences such as square numbers or triangular numbers, and continuing patterns. A question might present the sequence 7, 11, 15, 19, … and ask for the nth term and the 50th term.
典型任务包括找出线性数列的通项公式、识别平方数或三角形数等特殊数列,以及扩展规律。题目可能会给出数列 7, 11, 15, 19, … 并要求写出第 n 项和第 50 项。
Method (方法): The difference is +4, so start with 4n. For n = 1, 4×1 = 4, but first term is 7, so add 3. nth term = 4n + 3. The 50th term = 4×50 + 3 = 203.
方法:公差为 +4,因此从 4n 开始。n = 1 时,4×1 = 4,但首项是 7,故加 3。通项公式:4n + 3。第 50 项 = 4×50 + 3 = 203。
6. Geometry of Angles and Shapes | 角度与几何图形
Questions on angles require applying properties of parallel lines, triangles, quadrilaterals, and polygons. For instance, ‘Find the missing angle in a triangle where two angles are 47° and 58°.’ Or ‘Using alternate angles, find x when a transversal cuts parallel lines.’
角度类题目需要运用平行线、三角形、四边形和多边形的性质。例如,“一个三角形的两个角分别为 47° 和 58°,求第三个角。”或“利用内错角,当一条截线穿过平行线时求 x。”
Worked example (解题示例): In a quadrilateral ABCD, ∠A = 85°, ∠B = 95°, ∠C = x + 20°, ∠D = 2x. Find x. Sum of interior angles = 360°. 85 + 95 + (x+20) + 2x = 360 → 200 + 3x = 360 → 3x = 160 → x = 160/3 ≈ 53.3°.
解题示例:在四边形 ABCD 中,∠A = 85°,∠B = 95°,∠C = x + 20°,∠D = 2x。求 x。内角和为 360°。85 + 95 + (x+20) + 2x = 360 → 200 + 3x = 360 → 3x = 160 → x = 160/3 ≈ 53.3°。
7. Pythagoras’ Theorem | 勾股定理
Questions usually involve finding a missing side in a right-angled triangle. Learners must identify the hypotenuse and apply a² + b² = c² or its rearrangements. Some exercises combine Pythagoras with problem contexts, such as finding the length of a ladder leaning against a wall.
题目通常涉及求直角三角形的一条未知边。学生需要识别斜边并运用 a² + b² = c² 或其变形。部分练习将勾股定理与实际问题结合,例如求靠在墙上的梯子的长度。
Example (例题): A triangle has sides of 9 cm and 12 cm. Find the possible lengths of the third side if it is the hypotenuse.
Solution (解答): c² = 9² + 12² = 81 + 144 = 225 → c = √225 = 15 cm. If the third side is not the hypotenuse, it could be the leg: a² = 12² – 9² = 144 – 81 = 63 → a = √63 ≈ 7.94 cm.
解答:若第三边为斜边,c² = 9² + 12² = 81 + 144 = 225 → c = √225 = 15 cm。若第三边为直角边,a² = 12² – 9² = 144 – 81 = 63 → a = √63 ≈ 7.94 cm。
8. Area and Volume | 面积与体积
This strand includes calculating areas of triangles, parallelograms, trapeziums, and circles, as well as volumes of cubes, cuboids, prisms, and cylinders. Composite shapes require decomposition into simpler figures. A typical problem: ‘Find the area of the shaded region between a square of side 10 cm and an inscribed circle.’
该部分内容包括计算三角形、平行四边形、梯形和圆的面积,以及立方体、长方体、棱柱和圆柱的体积。复合图形需要分解为简单图形。典型问题:“求边长为 10 厘米的正方形与其内切圆之间的阴影区域面积。”
Solution (解答): Area of square = 10² = 100 cm². Diameter of circle = 10 cm, radius = 5 cm. Area of circle = π × 5² = 25π ≈ 78.5 cm². Shaded area = 100 – 78.5 = 21.5 cm².
解答:正方形面积 = 10² = 100 cm²。圆直径为 10 厘米,半径 5 厘米。圆的面积 = π × 5² = 25π ≈ 78.5 cm²。阴影面积 = 100 – 78.5 = 21.5 cm²。
9. Data Handling and Averages | 数据处理与平均值
Learners work with mean, median, mode, and range from both raw data and frequency tables. They may also construct and interpret bar charts, pie charts, and stem-and-leaf diagrams. A common question: ‘Find the mean of 20 numbers given in a frequency table.’
学习者需要从原始数据和频率表中计算平均数、中位数、众数和极差,还可能绘制和解读条形图、饼图和茎叶图。常见题:“求一张频率表中 20 个数的平均值。”
Approach (方法): Multiply each value by its frequency, sum the products, then divide by total frequency. For grouped data, use midpoints. Always check if the data is discrete or continuous.
方法:将每个值乘以其频数,求和,再除以总频数。对于分组数据,使用组中值。始终检查数据是离散的还是连续的。
Example (例题): Scores: 2, 3, 3, 4, 4, 4, 5. Find mean, median, mode, and range. Mean = (2+3+3+4+4+4+5) ÷ 7 = 25 ÷ 7 ≈ 3.57; median = 4; mode = 4; range = 5 – 2 = 3.
例题:分数:2, 3, 3, 4, 4, 4, 5。求平均数、中位数、众数和极差。平均数 = (2+3+3+4+4+4+5) ÷ 7 = 25 ÷ 7 ≈ 3.57;中位数 = 4;众数 = 4;极差 = 5 – 2 = 3。
10. Probability | 概率
Probability questions in Book 9 often involve calculating the likelihood of single and combined events, using fractions, decimals, or percentages. Sample space diagrams and tree diagrams are introduced. A typical problem: ‘A bag contains 3 red and 5 blue balls. Two balls are drawn without replacement. Find the probability that both are red.’
第九册中的概率问题常涉及求单一事件和组合事件的可能性,使用分数、小数或百分比。引入了样本空间图和树状图。典型问题:“一个袋子里有 3 个红球和 5 个蓝球。不放回地取出两个球。求两个都是红球的概率。”
Solution (解答): Probability first red = 3/8. After one red removed, 2 red, 5 blue remain; probability second red = 2/7. Multiply: 3/8 × 2/7 = 6/56 = 3/28.
解答:第一次红球概率 = 3/8。取出一个红球后,剩下 2 红 5 蓝;第二次红球概率 = 2/7。相乘:3/8 × 2/7 = 6/56 = 3/28。
11. Ratio and Proportion | 比与比例
This topic tests the ability to simplify ratios, divide quantities in a given ratio, and solve proportion problems including direct and inverse proportion. A typical exam-style question: ‘The ratio of boys to girls in a school is 5 : 7. If there are 280 girls, how many boys are there?’
本主题考查化简比、按给定比例分配数量,以及解决正比和反比问题的能力。一道典型的考题是:“学校里男生与女生的比例是 5 : 7。如果有 280 名女生,有多少名男生?”
Method (方法): The ratio 5 : 7 means for every 5 boys there are 7 girls. Set up proportion: boys/girls = 5/7. Let boys = 5k, girls = 7k. 7k = 280 → k = 40. Boys = 5 × 40 = 200.
方法:比例 5 : 7 意味着每 5 名男生对应 7 名女生。建立比例关系:男生/女生 = 5/7。设男生 = 5k,女生 = 7k。7k = 280 → k = 40。男生 = 5 × 40 = 200。
12. Transformations and Coordinates | 变换与坐标
Questions involve reflection, rotation, translation, and enlargement on the coordinate plane. Learners must describe transformations fully, including mirror lines, centres of rotation, vectors, and scale factors. A typical task: ‘Triangle P with vertices (2,1), (5,1), (3,4) is translated by vector ( -3, 2 ). Find the new coordinates.’
题目涉及坐标平面上的反射、旋转、平移和位似。学生需要完整描述变换,包括对称轴、旋转中心、平移向量和比例因子。典型任务:“顶点为 (2,1), (5,1), (3,4) 的三角形 P 经过向量 ( -3, 2 ) 的平移。求新坐标。”
Solution (解答): Add -3 to x-coordinates and +2 to y-coordinates: (2-3, 1+2) = (-1,3); (5-3, 1+2) = (2,3); (3-3, 4+2) = (0,6).
解答:将 x 坐标加 -3,y 坐标加 +2:(2-3, 1+2) = (-1,3);(5-3, 1+2) = (2,3);(3-3, 4+2) = (0,6)。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导