📚 GCSE CIE Mathematics: Common Mistake Questions Explained | GCSE CIE 数学:易错题精讲
Many GCSE CIE Mathematics candidates lose marks not because they do not understand the concepts, but because they fall into predictable traps set by examiners. This article examines ten classic mistake-prone question types, dissects where students commonly go wrong, and provides clear, step-by-step correct solutions. Use this guide to sharpen your exam technique and avoid the errors that cost you valuable marks.
许多GCSE CIE 数学考生失分并非因为不理解概念,而是掉进了考官设下的常见陷阱。本文选取十类典型的易错题型,剖析学生常见的错误所在,并给出清晰、分步的正确解法。通过本指南磨练你的答题技巧,避免那些让你丢掉宝贵分数的错误。
1. Order of Operations with Negative Numbers | 负数与运算顺序
A typical question asks you to evaluate –3² or (–3)². Many students confuse the two, thinking the square applies to the sign in both cases. Remember: without brackets, the exponent only applies to the number immediately before it. So –3² = –(3 × 3) = –9, whereas (–3)² = (–3) × (–3) = +9. This mistake often appears in substitution questions and can change the sign of an entire expression.
典型的考题要求计算 –3² 或 (–3)²。许多学生混淆两者,以为平方运算总包含负号。记住:没有括号时,指数只作用于紧挨着的数。因此 –3² = –(3 × 3) = –9,而 (–3)² = (–3) × (–3) = +9。这个错误常出现在代入求值的题目中,会改变整个式子的符号。
Common error: writing –3² = 9. Correct approach: apply the exponent first to 3, then attach the minus sign, giving –9. For substitution, e.g. x = –3, find x². This means (–3)² = 9, not –9. Practice distinguishing –x² and (–x)².
常见错误:将 –3² 写成 9。正确方法是:先对 3 进行平方运算,再加上负号,得 –9。代入求值时,例如 x = –3,求 x²。这里是指 (–3)² = 9,而不是 –9。要练习区分 –x² 和 (–x)²。
2. Fraction Addition and Subtraction Shortcuts | 分数加减中的错误约分
Students often try to add fractions by simply adding numerators and denominators: a/b + c/d = (a+c)/(b+d). This is wrong. The correct method is to find a common denominator. For example, 1/2 + 1/3 ≠ 2/5. Instead, use equivalent fractions: 3/6 + 2/6 = 5/6. This mistake is especially tempting when the denominators share a factor but are not identical.
学生常常试图将分子分母分别相加:a/b + c/d = (a+c)/(b+d)。这是错误的。正确方法是要找到公分母。例如,1/2 + 1/3 ≠ 2/5。正确做法是用等值分数:3/6 + 2/6 = 5/6。当分母含有公因数但不完全相同时,这种错误尤为诱人。
Another related error is cancelling terms incorrectly in algebraic fractions, such as simplifying (x + y)/x to y. The x in the numerator is a term, not a factor, so cancellation is only valid for factors. For (x + y)/x, you can split it as x/x + y/x = 1 + y/x, but never just cross out the x’s.
另一个相关错误是在代数分式中错误约分,例如将 (x + y)/x 简化为 y。分子中的 x 是一个项,不是因式,只有因式才能约分。对于 (x + y)/x,可以拆分为 x/x + y/x = 1 + y/x,但绝不能直接把 x 划掉。
3. Expanding Brackets and Sign Errors | 去括号与符号错误
Expanding expressions like –2(x – 3) often goes wrong when students forget to multiply the negative sign with every term inside the bracket. Common mistake: –2(x – 3) = –2x – 6. The correct expansion is –2x + 6, because –2 multiplied by –3 gives +6. Sign errors cascade through solving equations and simplifying expressions.
展开如 –2(x – 3) 这样的式子时,学生经常会忘记将负号与括号内的每一项相乘。常见错误:–2(x – 3) = –2x – 6。正确的展开应是 –2x + 6,因为 –2 乘以 –3 得 +6。符号错误会延续到解方程和化简表达式的后续步骤中。
Similarly, when expanding two binomials like (x – 5)(x + 2), missing the middle term sign is frequent. Use FOIL: First: x², Outer: 2x, Inner: –5x, Last: –10. Summing gives x² – 3x – 10, not x² + 3x – 10 or any other combination. Always double-check the signs in the product.
同样地,展开两个二项式如 (x – 5)(x + 2) 时,中间项的符号经常弄错。使用 FOIL 法则:首项 x²,外项 2x,内项 –5x,末项 –10。求和得 x² – 3x – 10,而不是 x² + 3x – 10 或其它组合。做完后一定要复查乘积中的符号。
4. Solving Linear Equations with Fractions | 含分数的一元一次方程
Equation: (x + 1)/3 – (x – 2)/2 = 1. A common mistake is to multiply only part of the equation by the common denominator, or to forget to apply the negative sign to all terms in the second fraction when removing the denominator. The correct first step is to multiply every term by the LCM of 3 and 2, which is 6: 6 × (x+1)/3 – 6 × (x–2)/2 = 6 × 1. This gives 2(x+1) – 3(x–2) = 6.
方程:(x + 1)/3 – (x – 2)/2 = 1。常见的错误是只把方程的一部分乘以公分母,或者在去掉分母时忘记对第二个分数的每一项应用负号。正确的第一步是将每一项都乘以 3 和 2 的最小公倍数 6:6 × (x+1)/3 – 6 × (x–2)/2 = 6 × 1。得到 2(x+1) – 3(x–2) = 6。
Then expand carefully: 2x + 2 – 3x + 6 = 6. Combine terms: –x + 8 = 6 → –x = –2 → x = 2. Many students get x = –2 due to sign errors in the distribution. Always write each step clearly and check your solution by substituting back into the original equation.
然后仔细展开:2x + 2 – 3x + 6 = 6。合并同类项:–x + 8 = 6 → –x = –2 → x = 2。很多学生因为分配时符号出错,得到 x = –2。务必每一步写清楚,并将解代回原方程检验。
5. Misinterpreting Inequality Signs and Direction | 不等号方向与乘除负数
When solving inequalities, the most notorious error is forgetting to reverse the inequality sign when multiplying or dividing by a negative number. For instance, solve –2x < 8. Dividing both sides by –2 gives x > –4, not x < –4. Write this rule on your exam paper as a reminder: "If I multiply or divide by a negative, I flip the sign."
在解不等式时,最臭名昭著的错误就是当乘以或除以一个负数时忘记将不等号转向。例如,解 –2x < 8。两边除以 –2 得 x > –4,而不是 x < –4。在考卷上写下这条规则作为提醒:“如果乘以或除以负数,需要将不等号转向。”
Another subtle trap occurs with double inequalities like –3 ≤ 2x + 1 < 5. You must perform the same operation on all three parts. Subtract 1: –4 ≤ 2x < 4, then divide by 2: –2 ≤ x < 2. Some students mistakenly subtract from only the left or right side, breaking the inequality chain. Always keep the three-part structure.
另一个隐晦的陷阱是像 –3 ≤ 2x + 1 < 5 这样的双边不等式。必须对三个部分都进行相同的运算。减 1:–4 ≤ 2x < 4,然后除以 2:–2 ≤ x < 2。有些学生错误地只从左边或右边减,破坏了不等式的链条。要始终保持三部分的结构。
6. Factorising Quadratics with a > 1 | 二次项系数不为 1 的因式分解
Factorise 2x² + 7x + 3. Students often try to find two numbers that sum to 7 and multiply to 3, forgetting that the product must be a·c = 2 × 3 = 6, not just c. So we need numbers that multiply to 6 and add to 7: 6 and 1. Split the middle term: 2x² + 6x + x + 3. Then factor by grouping: 2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3).
对 2x² + 7x + 3 进行因式分解。学生常试图找两个数,其和为 7、积为 3,忘记了积必须是 a·c = 2 × 3 = 6,而不只是 c。因此我们需要两个数乘积为 6,和为 7:6 和 1。拆分中间项:2x² + 6x + x + 3。然后分组分解:2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3)。
Common error: guessing (x + 3)(2x + 1) without checking, or writing (2x + 3)(x + 1) which expands to 2x² + 5x + 3. Always expand your factors to verify they match the original quadratic. For negative coefficients, like 3x² – 5x – 2, the ac method still works: a·c = –6, numbers –6 and 1. Split: 3x² – 6x + x – 2 → 3x(x – 2) + 1(x – 2) = (3x + 1)(x – 2).
常见错误:不经验算就直接猜出 (x + 3)(2x + 1),或者写成 (2x + 3)(x + 1),展开后得到 2x² + 5x + 3。一定要将分解的因式展开,验证是否与原式一致。对于负系数,如 3x² – 5x – 2,ac 方法依然适用:a·c = –6,数字为 –6 和 1。拆分:3x² – 6x + x – 2 → 3x(x – 2) + 1(x – 2) = (3x + 1)(x – 2)。
7. Confusing Area and Perimeter in Algebraic Contexts | 面积与周长的代数混淆
A rectangle has length (2x + 3) cm and width (x – 1) cm. Write an expression for its perimeter. Many students multiply the two brackets and give 2x² + x – 3, which is actually the area. Perimeter is the distance around: 2(length + width) = 2[(2x+3) + (x–1)] = 2(3x + 2) = 6x + 4. Always pause to identify whether the question asks for area (cm²) or perimeter (cm).
一个矩形的长为 (2x + 3) cm,宽为 (x – 1) cm。写出其周长的表达式。许多学生将两个括号相乘,给出 2x² + x – 3,这实际上是面积。周长是围绕图形的距离:2(长 + 宽) = 2[(2x+3) + (x–1)] = 2(3x + 2) = 6x + 4。一定要停下来确认题目问的是面积 (cm²) 还是周长 (cm)。
Similarly, when given a triangle with algebraic sides, using the wrong formula for area (e.g. not perpendicular height) leads to errors. If a right triangle has legs a and b, area = ½ab, perimeter = a + b + hypotenuse. Read the wording carefully—’surrounding’ or ‘fencing’ implies perimeter, while ‘covering’ or ’tiling’ implies area.
同理,当三角形的边长用代数式给出时,用错面积公式(例如未使用垂直高度)会导致错误。如果直角三角形两条直角边为 a 和 b,面积 = ½ab,周长 = a + b + 斜边。仔细阅读题干——‘围绕’或‘围栏’暗示周长,而‘覆盖’或‘铺砖’暗示面积。
8. Probability of Combined Events without Replacement | 无放回组合事件的概率
A bag contains 4 red and 6 blue balls. Two balls are drawn at random without replacement. Find the probability both are red. Common mistake: (4/10) × (4/10) = 16/100 = 0.16. But since there is no replacement, the second probability changes. Correct: P(first red) = 4/10, then P(second red given first red) = 3/9. Multiply: (4/10) × (3/9) = 12/90 = 2/15.
一个袋子里有 4 个红球和 6 个蓝球。随机抽出两个球且不放回。求两个都是红球的概率。常见错误:(4/10) × (4/10) = 16/100 = 0.16。但由于是不放回,第二次的概率已经改变。正确做法:P(第一个红球) = 4/10,然后 P(第二个红球|第一个是红球) = 3/9。相乘得 (4/10) × (3/9) = 12/90 = 2/15。
Tree diagrams greatly help here. Draw branches with appropriate probabilities and label each path. For “at least one” type questions, using the complement probability (1 – P(neither)) is often simpler. E.g., probability at least one red = 1 – P(both blue) = 1 – (6/10 × 5/9) = 1 – 30/90 = 60/90 = 2/3. Don’t forget to adjust denominators.
树状图在这里有很大帮助。画出分支并标上适当的概率,对每条路径进行标注。对于“至少一个”类的问题,使用补集概率 (1 – P(全无)) 往往更简单。例如,至少一个红球的概率 = 1 – P(两个都是蓝球) = 1 – (6/10 × 5/9) = 1 – 30/90 = 60/90 = 2/3。不要忘记调整分母。
9. Misapplying Angle Facts in Parallel Lines | 平行线中的角度关系误用
Questions involving parallel lines often ask for an angle labeled x. Students mistakenly assume alternate angles or corresponding angles when the lines are not actually parallel, or they mix up interior and exterior angles. Remember: corresponding angles are equal (F-shape), alternate angles are equal (Z-shape), and co-interior angles sum to 180° (C-shape). Before applying any rule, confirm that the lines are given as parallel.
涉及平行线的题目常常要求求解标为 x 的角。学生常在实际上不平行的线上误以为是同位角或内错角,或者混淆同旁内角与外角。记住:同位角相等(F 形),内错角相等(Z 形),同旁内角互补(C 形,和为 180°)。应用任何规则之前,先确认题目已说明两直线平行。
A typical error: finding angle x in a diagram where a transversal cuts two lines, and x appears to be alternate to a given angle. If the lines are not declared parallel, you cannot assume that relationship. Instead, use triangle angle sum or other given data. Always base your reasoning on stated facts, not visual assumptions.
一个典型的错误是:在一条截线与两条直线相交的图中,x 看似与某个已知角互为内错角,但若未声明两直线平行,就不能假设此种关系。应改用三角形内角和或其它已知条件。始终把你的推理建立在明确的已知条件上,而非视觉假设。
10. Misreading Scale Drawings and Maps | 比例尺图与地图的误读
Map scale is given as 1 : 50 000. Students often multiply the map distance in cm by 50 000 and leave the answer in cm without converting to km. For example, if two towns are 8 cm apart on the map, actual distance = 8 × 50 000 = 400 000 cm = 4000 m = 4 km. Always convert to the appropriate unit specified, typically km for maps.
地图比例尺为 1 : 50 000。学生经常将图上距离(厘米)乘以 50 000,得到的答案单位仍是厘米,没有转换为千米。例如,若两城镇在图上的距离为 8 cm,实际距离 = 8 × 50 000 = 400 000 cm = 4000 m = 4 km。一定要转换为题目要求的适当单位,地图通常是 km。
Another trap: area scale factors. If a linear scale is 1 : 50, then the area scale factor is 1² : 50² = 1 : 2500. Using the linear factor for area calculations is a frequent error. When working with maps, volumes scale to the cube of the linear factor. Check the units and the dimension you are calculating.
另一个陷阱:面积比例尺。若线性比例尺为 1 : 50,那么面积比例因子为 1² : 50² = 1 : 2500。将线性因子用于面积计算是常见的错误。处理地图时,体积则按线性因子的立方缩放。检查单位以及你计算的是哪种量度。
11. Misreading the Question: Percentage Increase vs Decrease | 题目理解错误:百分比增加与减少
A jacket is reduced by 20% in a sale, and its sale price is £40. Some students find the original price by calculating 40 × 1.2 = £48, which is wrong. A 20% reduction means the sale price is 80% of the original. So 0.8 × original = 40, thus original = 40 ÷ 0.8 = £50. The error comes from confusing the base of the percentage.
一件夹克打折 20% 后售价为 £40。有些学生会用 40 × 1.2 = £48 来计算原价,这是错误的。20% 的折扣意味着售价是原价的 80%。因此 0.8 × 原价 = 40,原价 = 40 ÷ 0.8 = £50。错误源于混淆了百分比的基准。
Similarly, when a value is increased by 15% to 92, finding the original requires division by 1.15, not multiplying by 0.85. Always identify whether the given value is the ‘new’ or ‘original’ amount. Use a simple multiplier method: new = original × multiplier, then rearrange. Practice writing “original = new ÷ multiplier” to avoid reversal.
同样地,当一个数值增加 15% 后变成 92 时,求原值需要用 92 除以 1.15,而不是乘以 0.85。始终要明确给定的是“新值”还是“原值”。使用简单的乘数方法:新值 = 原值 × 乘数,然后移项。练习写下“原值 = 新值 ÷ 乘数”以避免混淆。
12. Trigonometric Ratios: Choosing the Wrong Function | 三角比:选错函数
Given a right-angled triangle with opposite side 5 and adjacent side 12, find angle x. A common mistake is using sine (opp/hyp) without checking if hypotenuse is given. In this case, tan x = opposite/adjacent = 5/12, so x = tan⁻¹(5/12). Using sine or cosine with only two sides often leads to a scrambled ratio. Always label the sides (O, A, H) relative to the angle you’re working with.
已知直角三角形对边 5,邻边 12,求角 x。常见错误是使用正弦 (对/斜),而不检查斜边是否已知。本例中 tan x = 对/邻 = 5/12,所以 x = tan⁻¹(5/12)。在仅有两边的情况下错误地使用正弦或余弦会导致比例错乱。始终相对于你所处理的角标注边(对、邻、斜)。
Another pitfall is in 3D trigonometry, where the right angle is not obvious. Students often use the wrong triangle to find a length. Draw and label all right-angled triangles separately. For angle of elevation/depression problems, remember these angles are measured from the horizontal, not from the vertical. A diagram is essential.
另一个陷阱是立体三角的问题,其中的直角不明显。学生常会选错三角形来求长度。要分别画出并标注所有直角三角形。对于仰角/俯角问题,记住这些角是从水平线测量的,不是从竖直线。画图至关重要。
Published by TutorHao | GCSE CIE Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导