📚 PDF资源导航

Year 9 CAIE Mathematics: Unit Test Mock Paper Analysis | Year 9 CAIE 数学:单元测试模拟卷解析

📚 Year 9 CAIE Mathematics: Unit Test Mock Paper Analysis | Year 9 CAIE 数学:单元测试模拟卷解析

This article provides a detailed walkthrough of a typical Year 9 CAIE Mathematics unit test mock paper. Each section presents a common question type, shows a step-by-step solution, and highlights frequent mistakes. Working through these examples will strengthen your understanding of algebra, geometry, number, and data handling. Use this analysis to identify areas for further revision and to build confidence before your real test.

本文详细解析了一份典型的 Year 9 CAIE 数学单元测试模拟卷。每个部分展示一种常见题型,给出分步解答,并指出常见错误。通过这些例题的学习,你将巩固代数、几何、数与数据处理的知识。利用这份解析找出需要进一步复习的薄弱点,为真正的考试建立信心。


1. Simplifying Algebraic Expressions | 代数式化简

Question: Simplify 3x² + 5x − 2x² + 4x.

题目:化简 3x² + 5x − 2x² + 4x。

Step 1: Identify like terms. The x² terms are 3x² and −2x²; the x terms are 5x and 4x.

步骤1:识别同类项。x² 项为 3x² 和 −2x²;x 项为 5x 和 4x。

Step 2: Combine the x² terms: 3x² − 2x² = 1x², which we write as x².

步骤2:合并 x² 项:3x² − 2x² = 1x²,写作 x²。

Step 3: Combine the x terms: 5x + 4x = 9x.

步骤3:合并 x 项:5x + 4x = 9x。

Final simplified expression: x² + 9x.

最终化简结果:x² + 9x。

Common mistake: Some students incorrectly add unlike terms, for example writing 3x² + 5x as 8x³. Remember, you can only add terms with exactly the same variable and exponent.

常见错误:有些学生错误地将不同类项相加,例如把 3x² + 5x 写成 8x³。切记,只有变量和指数完全相同的项才能合并。


2. Solving Linear Equations | 解一元一次方程

Question: Solve 2(x − 3) = 10.

题目:解方程 2(x − 3) = 10。

Step 1: Expand the bracket on the left side: 2 × x = 2x and 2 × (−3) = −6, giving 2x − 6 = 10.

步骤1:展开左边括号:2 × x = 2x,2 × (−3) = −6,得 2x − 6 = 10。

Step 2: Add 6 to both sides to isolate the term with x: 2x − 6 + 6 = 10 + 6, so 2x = 16.

步骤2:两边同时加 6,将含 x 的项分离:2x − 6 + 6 = 10 + 6,因此 2x = 16。

Step 3: Divide both sides by 2: 2x ÷ 2 = 16 ÷ 2, giving x = 8.

步骤3:两边同时除以 2:2x ÷ 2 = 16 ÷ 2,得 x = 8。

Check: Substitute x = 8 back into the original equation: 2(8 − 3) = 2(5) = 10, which is correct.

检验:将 x = 8 代入原方程:2(8 − 3) = 2(5) = 10,正确。

Common mistake: Forgetting to distribute the 2 to both terms inside the bracket, leading to 2x − 3 = 10 and then x = 6.5. Always multiply every term inside the bracket.

常见错误:忘记将括号外的 2 与括号内的每一项相乘,导致 2x − 3 = 10,然后解得 x = 6.5。务必用括号外的数乘以括号内的每一项。


3. Expanding Double Brackets | 展开两个括号

Question: Expand and simplify (x + 4)(x − 2).

题目:展开并化简 (x + 4)(x − 2)。

Step 1: Use the FOIL method — First, Outer, Inner, Last.

步骤1:使用FOIL法则——先乘首项、外项、内项、末项。

First: x × x = x². Outer: x × (−2) = −2x. Inner: 4 × x = 4x. Last: 4 × (−2) = −8.

首项:x × x = x²。外项:x × (−2) = −2x。内项:4 × x = 4x。末项:4 × (−2) = −8。

Step 2: Write the sum of these products: x² − 2x + 4x − 8.

步骤2:写出这些乘积的和:x² − 2x + 4x − 8。

Step 3: Combine like terms: −2x + 4x = 2x.

步骤3:合并同类项:−2x + 4x = 2x。

Final simplified expression: x² + 2x − 8.

最终化简结果:x² + 2x − 8。

Common mistake: Errors with signs, such as writing +8 instead of −8. Pay close attention when multiplying a positive by a negative.

常见错误:符号错误,例如将 −8 写成 +8。正数乘以负数时,要格外注意符号。


4. Factorising the Difference of Two Squares | 平方差公式因式分解

Question: Factorise fully x² − 9.

题目:将 x² − 9 因式分解。

Step 1: Recognise that this is a difference of two squares: x² is a square (x × x) and 9 is a square (3 × 3).

步骤1:识别这是平方差形式:x² 是平方项 (x × x),9 也是平方项 (3 × 3)。

Step 2: Apply the rule a² − b² = (a + b)(a − b). Here a = x and b = 3.

步骤2:套用公式 a² − b² = (a + b)(a − b)。这里 a = x,b = 3。

Step 3: Write the factorised form: (x + 3)(x − 3).

步骤3:写出因式分解形式:(x + 3)(x − 3)。

Check by expanding: (x + 3)(x − 3) = x² − 3x + 3x − 9 = x² − 9. Correct.

通过展开检验:(x + 3)(x − 3) = x² − 3x + 3x − 9 = x² − 9。正确。

Common mistake: Forgetting that 9 is also a square and trying to factorise as x(x − 9/x) or leaving it as x² − 9. Always check for the difference of two squares pattern.

常见错误:忘记 9 也是平方数,尝试分解为 x(x − 9/x) 或直接保留 x² − 9。务必检查是否符合平方差公式。


5. Finding the Equation of a Straight Line | 求直线方程

Question: Find the equation of the straight line passing through points A(2,3) and B(4,7).

题目:求经过点 A(2,3) 和 B(4,7) 的直线方程。

Step 1: Calculate the gradient (slope) m using the formula m = (y₂ − y₁)/(x₂ − x₁).

步骤1:用公式 m = (y₂ − y₁)/(x₂ − x₁) 计算斜率 m。

Using A(2,3) as (x₁,y₁) and B(4,7) as (x₂,y₂): m = (7 − 3)/(4 − 2) = 4/2 = 2.

以 A(2,3) 为 (x₁,y₁),B(4,7) 为 (x₂,y₂):m = (7 − 3)/(4 − 2) = 4/2 = 2。

Step 2: Use the point-slope form: y − y₁ = m(x − x₁). Substitute m = 2 and A(2,3): y − 3 = 2(x − 2).

步骤2:使用点斜式:y − y₁ = m(x − x₁)。代入 m = 2 和点 A(2,3):y − 3 = 2(x − 2)。

Step 3: Simplify to slope-intercept form: y − 3 = 2x − 4, so y = 2x − 1.

步骤3:化简为斜截式:y − 3 = 2x − 4,因此 y = 2x − 1。

Check with point B: when x = 4, y = 2(4) − 1 = 7, which matches. The equation is y = 2x − 1.

用点 B 检验:当 x = 4 时,y = 2(4) − 1 = 7,吻合。方程为 y = 2x − 1。

Common mistake: Mixing up x₁ and x₂, leading to a negative gradient. Always subtract coordinates in the same order.

常见错误:混淆 x₁ 和 x₂,导致梯度为负。两个点的坐标要按同一顺序相减。


6. Angles in a Triangle | 三角形内角

Question: In triangle ABC, angle A = 50° and angle B = 60°. Find angle C.

题目:在三角形 ABC 中,∠A = 50°,∠B = 60°。求 ∠C。

Step 1: Recall that the sum of interior angles in any triangle is 180°.

步骤1:回忆任意三角形内角和为 180°。

Step 2: Add the two known angles: 50° + 60° = 110°.

步骤2:将两个已知角相加:50° + 60° = 110°。

Step 3: Subtract from 180° to find the missing angle: 180° − 110° = 70°. So angle C = 70°.

步骤3:用 180° 减去已知角的和得到未知角:180° − 110° = 70°。所以 ∠C = 70°。

Common mistake: Using 190° or 360° as the sum. Remember, only triangles have 180°; quadrilaterals have 360°.

常见错误:误认为内角和是 190° 或 360°。切记,只有三角形的内角和是 180°,四边形才是 360°。


7. Pythagoras’ Theorem | 勾股定理

Question: A right-angled triangle has legs of length 6 cm and 8 cm. Find the length of the hypotenuse.

题目:一个直角三角形的两条直角边分别为 6 cm 和 8 cm。求斜边长。

Step 1: State Pythagoras’ theorem: a² + b² = c², where c is the hypotenuse.

步骤1:陈述勾股定理:a² + b² = c²,其中 c 为斜边。

Step 2: Substitute the given lengths: a = 6, b = 8, so 6² + 8² = c².

步骤2:代入已知边长:a = 6,b = 8,因此 6² + 8² = c²。

Step 3: Calculate: 36 + 64 = 100, so c² = 100.

步骤3:计算:36 + 64 = 100,因此 c² = 100。

Step 4: Take the square root: c = √100 = 10 cm.

步骤4:开平方:c = √100 = 10 cm。

Common mistake: Adding the lengths before squaring, e.g. (6 + 8)² = 14² = 196. Remember to square each leg first, then add.

常见错误:先相加再平方,如 (6 + 8)² = 14² = 196。要先将各直角边分别平方,再相加。


8. Area of a Circle | 圆的面积

Question: A circle has radius 7 cm. Find its area using π = 22/7.

题目:一个圆的半径为 7 cm。用 π = 22/7 求圆的面积。

Step 1: Write the formula for the area of a circle: A = πr².

步骤1:写出圆的面积公式:A = πr²。

Step 2: Substitute r = 7 and π = 22/7: A = (22/7) × 7².

步骤2:代入 r = 7 和 π = 22/7:A = (22/7) × 7²。

Step 3: Compute 7² = 49. Then A = (22/7) × 49.

步骤3:计算 7² = 49。然后 A = (22/7) × 49。

Step 4: Cancel the 7: 49 ÷ 7 = 7, so A = 22 × 7 = 154 cm².

步骤4:约去 7:49 ÷ 7 = 7,因此 A = 22 × 7 = 154 cm²。

Common mistake: Using diameter instead of radius. If the diameter is given, halve it first to get the radius before squaring.

常见错误:误将直径当作半径使用。如果给出的是直径,要先除以 2 得到半径,再代入公式。


9. Converting Decimals to Fractions | 小数化分数

Question: Convert 0.375 to a fraction in its simplest form.

题目:将 0.375 化为最简分数。

Step 1: Write 0.375 as a fraction with denominator 1000, because there are three decimal places: 375/1000.

步骤1:因为小数有三位,所以将 0.375 写成分母为 1000 的分数:375/1000。

Step 2: Simplify by dividing numerator and denominator by their highest common factor. Both are divisible by 25: 375 ÷ 25 = 15, 1000 ÷ 25 = 40, giving 15/40.

步骤2:用分子分母的最大公因数进行约分。两者都能被 25 整除:375 ÷ 25 = 15,1000 ÷ 25 = 40,得到 15/40。

Step 3: Continue simplifying: 15 and 40 share a factor of 5. Divide both by 5: 15 ÷ 5 = 3, 40 ÷ 5 = 8. So the fraction is 3/8.

步骤3:继续约分:15 和 40 有公因数 5。两边除以 5:15 ÷ 5 = 3,40 ÷ 5 = 8。因此分数为 3/8。

Check: 3 ÷ 8 = 0.375. Correct.

检验:3 ÷ 8 = 0.375。正确。

Common mistake: Using the wrong power of 10 as denominator. For 0.375, the last digit is in the thousandths place, so denominator is 1000, not 100.

常见错误:分母使用错误的 10 的次方。对于 0.375,最后一位在千分位,所以分母应为 1000,而不是 100。


10. Basic Probability | 基础概率

Question: A bag contains 3 red, 5 blue and 2 green balls. One ball is drawn at random. Find the probability that it is blue.

题目:一个袋子里有 3 个红球、5 个蓝球和 2 个绿球。随机抽取一个球,求抽到蓝球的概率。

Step 1: Find the total number of possible outcomes: 3 + 5 + 2 = 10.

步骤1:计算所有可能结果的总数:3 + 5 + 2 = 10。

Step 2: Identify the number of favourable outcomes (blue balls): 5.

步骤2:确定有利结果(蓝球)的个数:5。

Step 3: Probability = (number of favourable outcomes) / (total number of outcomes) = 5/10 = 1/2.

步骤3:概率 = (有利结果数)/(总结果数)= 5/10 = 1/2。

Express as a fraction, decimal or percentage: 1/2, 0.5 or 50%.

可用分数、小数或百分数表示:1/2、0.5 或 50%。

Common mistake: Using the number of non-blue balls as the numerator or forgetting to simplify the fraction. Always simplify when possible.

常见错误:误用非蓝球的个数作为分子,或忘记约分。可能的情况下始终要化简分数。


11. Mean of a Data Set | 数据集的平均数

Question: Find the mean of the numbers: 12, 15, 20, 25.

题目:求数据 12, 15, 20, 25 的平均数。

Step 1: Add all the values together: 12 + 15 = 27; 27 + 20 = 47; 47 + 25 = 72. The sum is 72.

步骤1:将所有数值相加:12 + 15 = 27;27 + 20 = 47;47 + 25 = 72。总和为 72。

Step 2: Count the number of values: there are 4 numbers.

步骤2:数出数值的个数:共有 4 个数。

Step 3: Divide the sum by the count: 72 ÷ 4 = 18. The mean is 18.

步骤3:用总和除以个数:72 ÷ 4 = 18。平均数为 18。

Check: The mean should lie within the range of the dataset; 18 is between 12 and 25.

检验:平均数应在数据范围之内;18 介于 12 与 25 之间。

Common mistake: Dividing by the wrong count, especially when there are repeated values. Count every single data point.

常见错误:除以错误的个数,尤其在有重复值的时候。每个数据点都要计入。


12. Dividing a Quantity in a Given Ratio | 按比例分配

Question: Divide £120 in the ratio 3 : 5.

题目:将 £120 按 3 : 5 的比例分配。

Step 1: Find the total number of parts: 3 + 5 = 8 parts.

步骤1:计算总份数:3 + 5 = 8 份。

Step 2: Determine the value of one part: £120 ÷ 8 = £15 per part.

步骤2:求出一份的价值:£120 ÷ 8 = £15。

Step 3: Multiply each ratio share by the value of one part: First share = 3 × £15 = £45. Second share = 5 × £15 = £75.

步骤3:将各比例份数乘以一份的价值:第一部分 = 3 × £15 = £45;第二部分 = 5 × £15 = £75。

Check: £45 + £75 = £120, and the ratio £45 : £75 simplifies to 3 : 5.

检验:£45 + £75 = £120,且 £45 : £75 化简后为 3 : 5。

Common mistake: Dividing the amount directly by each ratio number. Always find the total parts first, then divide the total amount by that sum.

常见错误:直接用总量除以各个比例数。务必先求出总份数,再用总量除以总份数。

Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version