📚 PDF资源导航

Essential Maths 9H Answer Key & Question Type Analysis | Essential Maths 9H 答案与题型解析

📚 Essential Maths 9H Answer Key & Question Type Analysis | Essential Maths 9H 答案与题型解析

This article provides a detailed breakdown of the most common question types found in the Essential Maths 9H Higher tier textbook. By understanding these core problem structures and solution strategies, students can build confidence, improve accuracy, and prepare effectively for end-of-topic tests and KS3 SATs-style assessments. We will explore key areas such as algebra, geometry, data handling and number, offering worked examples and examiner-style commentary for each topic.

本文详细解析了 Essential Maths 9H(高阶)教材中最常见的题型。通过理解这些核心问题结构和解题策略,学生可以建立信心、提高准确率,并高效备考单元测试和 KS3 标准化考试。我们将逐一探讨代数、几何、数据处理和数系等重点领域,为每个主题提供经典例题和考题式点评。


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

Linear equations of the form ax + b = c appear in nearly every 9H assessment. The standard method is to undo operations around the variable using inverse steps. Always perform the same operation on both sides to maintain balance.

形如 ax + b = c 的一元一次方程在 9H 评估中几乎随处可见。标准方法是利用逆运算解除变量周围的运算。务必在等式两边同时进行相同的运算,以保持等式平衡。

Example: Solve 4x – 5 = 11. Add 5 to both sides to get 4x = 16, then divide by 4 to find x = 4. Always check your answer by substituting back into the original equation: 4(4) – 5 = 16 – 5 = 11, which is correct.

例题:解 4x – 5 = 11。两边加 5 得 4x = 16,再除以 4 得 x = 4。务必将答案代回原方程检验:4(4) – 5 = 16 – 5 = 11,结果正确。

Harder problems involve terms containing x on both sides, such as 5x + 2 = 3x + 10. Collect like terms: subtract 3x from both sides to obtain 2x + 2 = 10, then subtract 2: 2x = 8, so x = 4.

较难的题目会涉及未知数在等式两边,如 5x + 2 = 3x + 10。合并同类项:两边同时减 3x 得到 2x + 2 = 10,再减 2:2x = 8,因此 x = 4。


2. Equations with Fractions | 含分数的方程

Fractional equations often intimidate students, but the key is to eliminate denominators early. Multiply every term by the lowest common multiple (LCM) of all denominators to create a simpler, integer-based equation.

含分数的方程常常让学生望而生畏,但关键是要尽早消去分母。将每一项都乘以所有分母的最小公倍数 (LCM),就能得到一个更简单、仅含整数的方程。

For instance, to solve x/3 + 1 = x/2, multiply each term by 6 (the LCM of 3 and 2): 6(x/3) + 6(1) = 6(x/2) simplifies to 2x + 6 = 3x. Then solve 2x + 6 = 3x, giving x = 6.

例如,解 x/3 + 1 = x/2,每一项乘以 6(3 和 2 的 LCM):6(x/3) + 6(1) = 6(x/2) 化简为 2x + 6 = 3x。然后解 2x + 6 = 3x,得 x = 6。

When the unknown is in the denominator, such as 2/(x+1) = 3/4, cross-multiply: 2×4 = 3(x+1) becomes 8 = 3x + 3, so 3x = 5 and x = 5/3.

当未知数出现在分母中时,如 2/(x+1) = 3/4,可以用交叉相乘法:2×4 = 3(x+1) 化为 8 = 3x + 3,因此 3x = 5,x = 5/3。


3. Expanding Brackets and Factorising | 去括号与因式分解

Expanding a single bracket requires multiplying each term inside by the factor outside. With two brackets, use the FOIL method (First, Outer, Inner, Last) or a grid layout to ensure all four products are captured.

单个括号的展开需要将括号内每一项乘以外部的系数。两个括号相乘时,可使用首外内尾法则(FOIL)或网格法,确保四个乘积无一遗漏。

Example: Expand (2x + 3)(x – 4). Multiply First: 2x * x = 2x². Outer: 2x * (-4) = -8x. Inner: 3 * x = 3x. Last: 3 * (-4) = -12. Combine to get 2x² – 5x – 12.

例题:展开 (2x + 3)(x – 4)。首项相乘:2x * x = 2x²;外项:2x * (-4) = -8x;内项:3 * x = 3x;尾项:3 * (-4) = -12。合并得 2x² – 5x – 12。

Factorising is the reverse process. For a quadratic like x² + 7x + 10, look for two numbers that multiply to 10 and add to 7: 2 and 5. Thus the factorised form is (x + 2)(x + 5).

因式分解是展开的逆过程。对于 x² + 7x + 10 这样的二次式,寻找两个乘积为 10、和为 7 的数:2 和 5。因此分解结果为 (x + 2)(x + 5)。

Always check by expanding: (x+2)(x+5) = x² + 5x + 2x + 10 = x² + 7x + 10. This verification prevents sign errors.

务必通过展开来检查:(x+2)(x+5) = x² + 5x + 2x + 10 = x² + 7x + 10。这一验证步骤可以避免符号错误。


4. Working with Inequalities | 不等式

Inequalities are solved similarly to equations, with one critical exception: when multiplying or dividing by a negative number, the inequality symbol must be reversed.

不等式的解法与方程类似,但有一个关键例外:当乘以或除以一个负数时,不等号必须转向。

Solve 3 – 2x ≤ 7. Subtract 3: -2x ≤ 4. Divide by -2, remembering to reverse the sign: x ≥ -2. The solution represents all values greater than or equal to -2.

解不等式 3 – 2x ≤ 7。先减 3:-2x ≤ 4。除以 -2,记得反转不等号:x ≥ -2。解集表示所有大于或等于 -2 的数。

Representing solutions on a number line is essential. Use a filled circle for ≤ or ≥, and an open circle for < or >. For x ≥ -2, draw a filled circle at -2 and shade to the right.

在数轴上表示解集非常重要。≤ 或 ≥ 使用实心圆点,< 或 > 使用空心圆点。对于 x ≥ -2,在 -2 处画实心圆点并向右阴影。


5. Ratio and Proportion | 比例与比率

Ratio problems in 9H often involve sharing in a given ratio or finding missing quantities when part of a ratio is known. The unitary method is a reliable technique: find the value of one part first, then scale up.

9H 中的比率问题经常涉及按给定比例分配,或已知某部分量时求其他量。归一法是一种可靠技巧:先求出一份的值,再进行缩放。

Example: Divide £120 between two people in the ratio 2:3. Total parts = 2 + 3 = 5. One part = £120 ÷ 5 = £24. The first person gets 2 × £24 = £48, the second gets 3 × £24 = £72.

例题:将 120 英镑按 2:3 的比例分给两人。总份数 = 2 + 3 = 5。一份为 £120 ÷ 5 = £24。第一个人得 2 × £24 = £48,第二人得 3 × £24 = £72。

Proportion problems might ask: if 5 pens cost £3.75, how much do 8 pens cost? Find the cost per pen: £3.75 ÷ 5 = £0.75, then multiply: 8 × £0.75 = £6.00.

比例应用题可能问:若 5 支笔售价 £3.75,8 支笔多少钱?先求单价:£3.75 ÷ 5 = £0.75,再乘以 8:8 × £0.75 = £6.00。


6. Percentages, Increase and Decrease | 百分数增减

Percentage calculations appear in contexts such as discounts, profit, and compound interest. For a simple percentage of an amount, convert to a decimal and multiply. To find 15% of £80, compute 0.15 × 80 = £12.

百分数计算常出现在折扣、利润和复利等情境中。求一个数的简单百分数时,可转换为小数后相乘。计算 £80 的 15%,用 0.15 × 80 = £12。

For percentage increase, add the percentage to 100%, convert to a multiplier, and multiply. A 20% increase means using 1.20. So an item costing £45 after a 20% increase becomes £45 × 1.20 = £54.

关于百分数增长,将百分数与 100% 相加,转换为乘数后相乘。20% 的增长对应乘数 1.20。因此原价 £45 在 20% 涨幅后变为 £45 × 1.20 = £54。

Percentage decrease works similarly: a 15% discount uses the multiplier 0.85. Reverse percentages ask: if a sale price of £34 is after a 15% reduction, the original price was £34 ÷ 0.85 = £40.

百分数减少类似:15% 的折扣用乘数 0.85。逆向百分数问题:若打 15% 折扣后售价 £34,原价为 £34 ÷ 0.85 = £40。


7. Area and Perimeter of Compound Shapes | 复合图形的面积与周长

Compound shapes are made from two or more basic figures such as rectangles and triangles. To find the total area, split the shape into simpler parts, calculate each area, and sum them. Missing side lengths must be deduced using given dimensions.

复合图形由两个或更多基本图形(如矩形和三角形)组合而成。求总面积时,先将图形分割成简单部分,分别计算面积再相加。缺失的边长必须利用已知尺寸推算。

Consider an L-shaped figure formed by two rectangles: a 10 m by 4 m rectangle and a 6 m by 3 m rectangle attached. The area is (10×4) + (6×3) = 40 + 18 = 58 m². Watch out for overlapping regions and subtract if necessary.

考虑一个 L 形图形,由 10 m × 4 m 和 6 m × 3 m 的两个矩形连接而成。面积为 (10×4) + (6×3) = 40 + 18 = 58 m²。注意重叠区域,如有需要应减去。

Perimeter requires adding all outer sides. Do not add internal lines where shapes join. Draw arrows along the boundary to avoid mistakes. For the same L-shape, the perimeter might be 10 + 4 + 4 + 3 + 6 + 7 = 34 m.

周长需计算所有外围边的总和。不要将图形拼接处的内部线段计入。可沿边界画箭头以避免出错。同一个 L 形,周长可能为 10 + 4 + 4 + 3 + 6 + 7 = 34 m。


8. Volume and Surface Area of Prisms | 棱柱的体积与表面积

Prisms have a constant cross-section along their length. Volume = area of cross-section × length. Surface area is the total area of all faces. Triangular prisms are particularly common in 9H papers.

棱柱沿长度方向具有不变的横截面。体积 = 横截面积 × 长度。表面积是所有面的总面积。三棱柱在 9H 试卷中尤为常见。

Example: A triangular prism with a right-angled triangle cross-section of base 3 cm, height 4 cm, and hypotenuse 5 cm, and a length of 10 cm. Volume: area of triangle = ½ × 3 × 4 = 6 cm², multiplied by length 10 gives 60 cm³.

例题:一个三棱柱,横截面为直角三角形,底 3 cm,高 4 cm,斜边 5 cm,柱长 10 cm。体积:三角形面积 = ½ × 3 × 4 = 6 cm²,乘以长度 10 得 60 cm³。

Surface area: two triangular faces (2 × 6 = 12 cm²) plus three rectangular faces: 3×10, 4×10, and 5×10, giving 30+40+50 = 120 cm². Total surface area = 12 + 120 = 132 cm².

表面积:两个三角形面 (2 × 6 = 12 cm²) 加三个矩形面:3×10、4×10、5×10,分别为 30+40+50 = 120 cm²。总表面积 = 12 + 120 = 132 cm²。


9. Pythagoras’ Theorem | 毕达哥拉斯定理

Pythagoras’ theorem relates the sides of a right-angled triangle: a² + b² = c², where c is the hypotenuse. It is used to find an unknown side length and to check if a triangle is right-angled.

毕达哥拉斯定理描述直角三角形三边关系:a² + b² = c²,其中 c 为斜边。该定理可用于求未知边长,也可检验某三角形是否为直角三角形。

To find the hypotenuse: if a = 6 cm and b = 8 cm, then c² = 6² + 8² = 36 + 64 = 100, so c = √100 = 10 cm. Always label the sides carefully relative to the right angle.

求斜边:若 a = 6 cm,b = 8 cm,则 c² = 6² + 8² = 36 + 64 = 100,c = √100 = 10 cm。务必根据直角位置仔细标注各边。

To find a short side: if the hypotenuse is 13 m and one leg is 5 m, then a² = 13² – 5² = 169 – 25 = 144, so a = √144 = 12 m. Present working clearly, showing substitution.

求一直角边:若斜边为 13 m,一条直角边为 5 m,则 a² = 13² – 5² = 169 – 25 = 144,a = √144 = 12 m。清晰展示代入过程。


10. Introduction to Trigonometry (SOHCAHTOA) | 三角函数初步 (SOHCAHTOA)

In right-angled triangles, the ratios of sides define the three trigonometric functions: sin θ = opposite/hypotenuse, cos θ = adjacent/hypotenuse, tan θ = opposite/adjacent. The mnemonic SOHCAHTOA helps memory.

在直角三角形中,边长的比值定义了三个三角函数:sin θ = 对边/斜边,cos θ = 邻边/斜边,tan θ = 对边/邻边。助记口诀 SOHCAHTOA 有助于记忆。

When finding a missing side, choose the ratio that uses the known side and the unknown side. For an angle of 35° and a hypotenuse of 12 cm, to find the opposite side: sin 35° = opp/12, so opp = 12 × sin 35°.

求缺失边长时,选择包含已知边和未知边的比值。若角度为 35°,斜边 12 cm,求对边:sin 35° = 对边/12,因此对边 = 12 × sin 35°。

To find an angle, use the inverse functions. If opposite = 7 and adjacent = 10, then tan θ = 7/10, so θ = tan⁻¹(0.7). Always set calculator to degrees. Answers are usually given to one decimal place.

求角度时,使用反函数。若对边 = 7,邻边 = 10,则 tan θ = 7/10,θ = tan⁻¹(0.7)。始终将计算器设为角度模式。答案通常保留一位小数。


11. Scatter Graphs and Correlation | 散点图与相关性

Scatter graphs show the relationship between two sets of data. Plot points as ordered pairs (x, y). Describe the correlation as positive, negative, or no correlation. Draw a line of best fit to estimate unknown values.

散点图展示两组数据之间的关系。将数据点以有序对 (x, y) 的形式标出。根据情况描述为正相关、负相关或无相关。画出最佳拟合线以估计未知数值。

A positive correlation means as one variable increases, the other also increases (e.g., height and shoe size). A negative correlation means one increases while the other decreases (e.g., age of a car and its value).

正相关意味着一个变量增加时,另一个也增加(如身高和鞋码)。负相关则是一个增加而另一个减少(如车龄与价值)。

The line of best fit should have roughly equal numbers of points above and below it. It can be used to interpolate (within the data range) but be cautious with extrapolation (beyond the data range).

最佳拟合线应使线上方和线下方的点数大致相等。该线可用于数据范围内的内插,但对于超出数据范围的外推要格外小心。


12. Probability and Tree Diagrams | 概率与树状图

Probability measures how likely an event is, expressed as a fraction, decimal, or percentage. The probability of all possible outcomes sums to 1. For combined independent events, tree diagrams organise outcomes and probabilities efficiently.

概率衡量事件发生的可能性,用分数、小数或百分数表示。所有可能结果的概率之和为 1。对于组合独立事件,树状图可以高效地整理结果和概率。

Example: a bag has 3 red and 2 blue counters. Draw a tree for two selections without replacement. First branch: P(red) = 3/5, P(blue) = 2/5. For the second pick, probabilities change based on the remaining counters.

例题:袋中有 3 个红色和 2 个蓝色筹码。画出不放回抽取两次的树状图。第一分支:P(红) = 3/5,P(蓝) = 2/5。第二次抽取时,概率根据剩余筹码数发生变化。

After a red is taken first, 2 red and 2 blue remain, so P(red second) = 2/4 or ½. Multiply along branches for combined probabilities: P(red then red) = 3/5 × 2/4 = 6/20 = 3/10.

若第一次抽出红色,剩下 2 红 2 蓝,因此 P(第二次红) = 2/4 即 ½。沿分支将概率相乘可得组合概率:P(红然后红) = 3/5 × 2/4 = 6/20 = 3/10。

Published by TutorHao | KS3 Mathematics Revision Series | aleveler.com

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

Comments

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

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