Tag: KS3

  • Differential Equations for KS3 Mathematics | KS3 数学:微分方程 考点精讲

    📚 Differential Equations for KS3 Mathematics | KS3 数学:微分方程 考点精讲

    Differential equations might sound like a topic for A-level or university, but the core idea is something we can explore at KS3. A differential equation simply connects a quantity with its rate of change. In this article we will unravel the mystery step by step, using familiar examples from speed, growth and geometry. No advanced calculus is required — just a willingness to think about how things change.

    微分方程听起来像是高中或大学才会接触的内容,但它的核心思想其实在 KS3 阶段就可以探索。微分方程只是把某个量与其变化率联系起来。本文将通过速度、增长和几何等熟悉的例子,一步步揭开它的面纱。不需要高深的微积分知识,只需要一颗愿意思考“事物如何变化”的脑袋。

    1. What is a Differential Equation? | 什么是微分方程?

    A differential equation is an equation that involves a function and its derivative. The derivative tells us how fast a quantity is changing at any moment. For example, if y represents the distance a car has travelled, then dy/dx (or y’) represents its speed. A differential equation links y and dy/dx together in one mathematical statement.

    微分方程是包含一个函数及其导数的方程。导数告诉我们一个量在任意时刻变化的快慢。例如,如果 y 表示汽车行驶的距离,那么 dy/dx(或 y’)就表示它的速度。微分方程就是把 y 和 dy/dx 放在同一个数学式子里联系起来。

    We can think of it as a rule that says: “the rate of change of something depends on the current amount of that thing”. This idea appears in population growth, cooling tea and even in the curves of a rollercoaster.

    我们可以把它想象成一种规则:“某物的变化率取决于它当前的数量”。这个思想出现在人口增长、茶水冷却甚至过山车的曲线中。


    2. Rates of Change in Everyday Life | 日常生活中的变化率

    Speed is the most common rate of change. If you cycle at a steady 5 m/s, your distance increases by 5 metres every second. But if your speed changes — say you accelerate — then your rate of change of distance is no longer constant. That is where differential equations become useful.

    速度是最常见的变化率。如果你以 5 米/秒的速度匀速骑行,你的距离每秒增加 5 米。但如果你的速度在变化——比如加速——那么距离的变化率就不再是常数。这时微分方程就派上用场了。

    Another example is the cooling of a hot drink. The rate at which its temperature drops depends on the difference between the drink’s temperature and the room temperature. This is a differential equation: dT/dt = -k(T – T_room), where T is temperature, t is time and k is a positive constant.

    另一个例子是热饮的冷却。温度下降的速率取决于饮料温度与室温之差。这就是一个微分方程:dT/dt = -k(T – T_room),其中 T 是温度,t 是时间,k 是一个正常数。


    3. Understanding the Notation dy/dx | 理解符号 dy/dx

    The symbol dy/dx is read as “dee y by dee x”. It represents the rate at which y changes with respect to x. Think of it as a fraction: a tiny change in y divided by a tiny change in x. For a straight line graph y = mx + c, dy/dx is just the gradient m.

    符号 dy/dx 读作“y 对 x 的导数”。它表示 y 相对于 x 的变化率。你可以把它想象成一个分数:y 的微小变化量除以 x 的微小变化量。对于直线图像 y = mx + c,dy/dx 就是斜率 m。

    We also write derivatives as f'(x) or y’. All these notations mean the same thing. When you see an equation like dy/dx = 3x², it tells us that the gradient of the curve y at any point x is 3x².

    我们也会把导数写成 f'(x) 或 y’。这些记法意思都一样。当你看到一个方程如 dy/dx = 3x²,它告诉我们曲线 y 在任意点 x 处的斜率是 3x²。


    4. From a Function to Its Derivative | 从函数到它的导数

    Before tackling a full differential equation, we need to see how functions produce derivatives. For polynomial terms, we use a simple rule: the derivative of xⁿ is n xⁿ⁻¹. For example, if y = x³, then dy/dx = 3x². If y = 5x², then dy/dx = 10x.

    在处理完整的微分方程之前,我们需要了解函数是如何产生导数的。对于多项式项,我们使用一个简单的规则:xⁿ 的导数是 n xⁿ⁻¹。例如,如果 y = x³,那么 dy/dx = 3x²。如果 y = 5x²,那么 dy/dx = 10x。

    You can think of differentiation as the “gradient-finding” operation. Each time you differentiate, the power reduces by 1 and you multiply by the old power. This is the basic tool we will use when we solve simple differential equations.

    你可以把求导看作是“找斜率”的运算。每求一次导,指数减 1 并乘以原来的指数。这是我们求解简单微分方程时要用到的基本工具。


    5. Building a Simple Differential Equation | 建立一个简单的微分方程

    Consider a population of bacteria that grows at a rate proportional to its current size. If P is the population and t is time, the phrase “rate proportional to size” translates to dP/dt = kP, where k is a constant. This is a differential equation.

    设想一个细菌种群,其增长速度与当前数量成正比。如果 P 代表种群数量,t 代表时间,“速率与大小成正比”可翻译为 dP/dt = kP,其中 k 是常数。这就是一个微分方程。

    Another classic equation comes from geometry: a curve whose gradient at any point is equal to twice the x‑coordinate. That gives dy/dx = 2x. We can find the original curve by asking: “What function, when differentiated, gives 2x?”

    另一个经典方程来自几何:一条曲线在任意点的斜率等于该点 x 坐标的两倍。这给出 dy/dx = 2x。我们可以通过问“什么函数求导后得到 2x?”来找到原曲线。


    6. Solving dy/dx = 2x by Observation | 通过观察求解 dy/dx = 2x

    To solve dy/dx = 2x, we need a function y whose derivative is 2x. Using our differentiation rule backwards: if the derivative is 2x¹, the original power must have been 2, and the coefficient must be 1 because d/dx (x²) = 2x. So y = x² works.

    要求解 dy/dx = 2x,我们需要一个函数 y,其导数为 2x。反过来运用求导规则:如果导数是 2x¹,原来的指数一定是 2,系数必须是 1,因为 d/dx (x²) = 2x。所以 y = x² 满足条件。

    But y = x² + 5 also has derivative 2x. In fact, adding any constant gives the same derivative, because the derivative of a constant is zero. So the general solution is y = x² + C, where C is an arbitrary constant.

    但是 y = x² + 5 的导数也是 2x。实际上,加上任何常数都会得到相同的导数,因为常数的导数为零。因此通解是 y = x² + C,其中 C 是任意常数。


    7. The Constant of Integration | 积分常数

    The appearance of +C is a key feature of differential equations. It represents an infinite family of curves that all have the same gradient pattern. Geometrically, they are vertical translations of each other.

    出现 +C 是微分方程的一个关键特征。它代表着一族拥有相同斜率模式的曲线。从几何上看,它们是彼此竖直平移得到的。

    To pin down the exact curve, we need extra information — usually a point that the curve passes through. For example, if we know that when x = 0, y = 3, then substituting into y = x² + C gives 3 = 0 + C, so C = 3. The particular solution is y = x² + 3.

    为了确定具体的曲线,我们需要额外的信息——通常是曲线经过的某个点。例如,如果我们知道当 x = 0 时 y = 3,代入 y = x² + C 得到 3 = 0 + C,因此 C = 3。特解为 y = x² + 3。


    8. Verifying a Solution | 验证解

    Once you have a candidate solution, you can check it by differentiating and substituting back into the original equation. If dy/dx = 2x was the equation, and we claim y = x² + C is a solution, we compute dy/dx = 2x and see that it matches exactly.

    一旦你有了一个候选解,就可以通过求导并代回原方程来检验。如果原方程为 dy/dx = 2x,而我们声称 y = x² + C 是解,我们计算 dy/dx = 2x,发现恰好匹配。

    Verification is a quick way to gain confidence and catch algebraic mistakes. Even for more complicated equations, this checking step is exactly the same: differentiate, then see if the original statement holds.

    验证是一种快速建立信心并发现代数错误的方法。即使对于更复杂的方程,这个检验步骤也完全相同:求导,然后看原式是否成立。


    9. A Slightly Harder Example: dy/dx = 3x² + 2x | 稍难一点的例子:dy/dx = 3x² + 2x

    Here the derivative is a sum of terms. We treat each term separately, reversing the power rule. For 3x², reverse gives x³ (because d/dx(x³) = 3x²). For 2x, reverse gives x². So the general solution is y = x³ + x² + C.

    这里的导数是几项之和。我们分别处理每一项,反向运用幂函数求导规则。对于 3x²,反向得到 x³(因为 d/dx(x³) = 3x²)。对于 2x,反向得到 x²。所以通解是 y = x³ + x² + C。

    Always include the +C. Without it you have lost an infinite set of valid answers. If an initial condition is given, e.g. when x = 1, y = 4, then plug in: 4 = 1³ + 1² + C → 4 = 2 + C → C = 2. So y = x³ + x² + 2.

    一定要记得加上 +C。没有它你就丢失了无穷多组有效答案。如果给出了初始条件,例如当 x = 1 时 y = 4,那么代入:4 = 1³ + 1² + C → 4 = 2 + C → C = 2。因此 y = x³ + x² + 2。


    10. Graphical Interpretation of Solutions | 解的图形解释

    Every differential equation of the form dy/dx = f(x) describes a family of curves with the same “slope function”. If you plot several curves with different constants C, you will see they are all parallel in a vertical sense — at any x, their slopes are identical.

    每一个形如 dy/dx = f(x) 的微分方程都描述了一族具有相同“斜率函数”的曲线。如果画出带有不同常数 C 的几条曲线,你会发现它们在竖直意义上是平行的——在任何 x 处,它们的斜率都相同。

    This is a powerful visual idea: solving a differential equation is finding the shape of a curve from information about its gradient. A slope field can be drawn by plotting little line segments at grid points showing the gradient. Solutions are curves that follow these slopes.

    这是一个强大的视觉概念:求解微分方程就是从斜率信息中找到曲线的形状。可以通过在网格点上绘制展示斜率的小线段来画出斜率场。解就是顺着这些斜率走的曲线。


    11. Key Vocabulary | 核心词汇

    Below is a table of terms you will encounter. Mastering these words makes reading and discussing differential equations much easier.

    下面是你将遇到的术语表。掌握这些词汇会让阅读和讨论微分方程变得轻松许多。

    English Term 中文术语 Meaning
    Differential equation 微分方程 An equation linking a function and its derivatives
    Derivative / dy/dx 导数 Rate of change of y with respect to x
    General solution 通解 Solution containing an arbitrary constant C
    Particular solution 特解 Solution with a specific C found from an initial condition
    Initial condition 初始条件 A known pair (x, y) that fixes the constant

    12. Summary and Tips | 总结与提示

    Differential equations are not as intimidating as they first appear. At KS3 level, you are mainly learning to recognise them, link them to real-world rates, and solve very simple ones by reversing differentiation. Always bring the +C and use given points to find the particular solution.

    微分方程并不像乍看起来那么吓人。在 KS3 阶段,你主要学习识别它们、将它们与现实世界中的速率联系起来,以及通过反向求导来解决非常简单的微分方程。永远要带上 +C,并利用已知点来求出特解。

    Finally, draw diagrams, check your work by differentiating back, and remember that every differential equation tells a story of change. Enjoy uncovering that story!

    最后,多画图,通过求导回代来检验你的结果,并记住每一个微分方程都在讲述一个变化的故事。享受揭开这些故事的乐趣吧!

    Published by TutorHao | Mathematics Revision Series | aleveler.com

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

  • KS3 Maths: Essential Maths Book 7i Compressed – Key Concepts Explained | KS3 数学:精华数学 7i 压缩版 知识点精讲

    📚 KS3 Maths: Essential Maths Book 7i Compressed – Key Concepts Explained | KS3 数学:精华数学 7i 压缩版 知识点精讲

    Welcome to this focused revision guide covering the essential topics from the compressed KS3 Year 7 maths curriculum, often referred to as Book 7i. This resource is designed to help you master core concepts such as number operations, fractions, algebra, geometry, and data handling. Each section provides clear explanations in both English and Chinese to support bilingual learning and revision.

    欢迎阅读这份聚焦 KS3 七年级数学压缩版(常被称为 7i 书)的复习指南,涵盖所有核心知识点。文章针对数字运算、分数、代数、几何与数据处理等内容,以中英双语配对讲解,帮助你系统巩固基础、提升双语理解能力。

    1. Integers and the Four Operations | 整数与四则运算

    Integers are whole numbers that can be positive, negative, or zero. Mastery of addition, subtraction, multiplication, and division with integers is fundamental at KS3. Remember that subtracting a negative number is equivalent to adding its positive value: a − (−b) = a + b.

    整数包括正整数、负整数和零。熟练掌握整数的加、减、乘、除是 KS3 阶段的基础。特别要记住,减去一个负数等于加上它的相反数:a − (−b) = a + b。

    When multiplying or dividing integers, the sign rules are crucial: positive × positive = positive, negative × negative = positive, and positive × negative = negative. The same applies to division. Always perform operations inside brackets first, then powers, then multiplication/division (left to right), and finally addition/subtraction (BIDMAS).

    进行乘除运算时,符号规则非常重要:正 × 正 = 正,负 × 负 = 正,正 × 负 = 负。除法规则相同。永远遵循运算顺序:先算括号,再算乘方,接着从左到右计算乘除,最后计算加减(即 BIDMAS 法则)。

    Estimation and rounding are also covered in this topic. Rounding to the nearest 10, 100, or to a given number of decimal places helps check whether an answer is reasonable. Use the digit immediately to the right of the rounding digit: if it is 5 or more, round up.

    估算与四舍五入也是本主题的重要内容。将数值四舍五入到最近的 10、100 或指定的小数位数,有助于判断结果是否合理。观察保留位后一位数字,如果大于或等于 5,则向前一位进一。


    2. Fractions, Decimals and Percentages | 分数、小数与百分比

    Fractions represent parts of a whole. Equivalent fractions have the same value despite different numerators and denominators. Simplifying a fraction means dividing both numerator and denominator by their highest common factor (HCF). For example, ⁴/₈ simplifies to ½ because both can be divided by 4.

    分数表示整体的一部分。等价分数虽然分子和分母不同,但数值相同。化简分数的方法是同时除以分子和分母的最大公因数(HCF)。例如 ⁴/₈ 可以化简为 ½,因为它们都能被 4 整除。

    Converting between fractions, decimals, and percentages is a key skill. To change a fraction to a decimal, divide the numerator by the denominator. To convert a decimal to a percentage, multiply by 100. The table below shows common equivalents.

    能在分数、小数和百分数之间相互转换是一项核心技能。分数化小数,用分子除以分母;小数化百分数,乘以 100。下表给出了一些常用的等价形式。

    Fraction Decimal Percentage
    ½ 0.5 50%
    ¼ 0.25 25%
    ³/₄ 0.75 75%
    0.2 20%
    ¹/₁₀ 0.1 10%

    Percentages are used to compare quantities and to solve problems involving increases and decreases. To find a percentage of an amount, convert the percentage to a decimal and multiply. For example, 15% of 200 = 0.15 × 200 = 30.

    百分数用于比较数量以及解决增长和减少问题。求一个数的百分之几,先将百分数化为小数,再乘以这个数。例如,200 的 15% 等于 0.15 × 200 = 30。


    3. Algebraic Expressions | 代数表达式

    Algebra uses letters (variables) to represent unknown numbers. An algebraic expression combines numbers, variables, and operation signs. For instance, 3x + 5 is an expression where ‘3’ is the coefficient of x. Only like terms can be simplified by addition or subtraction.

    代数用字母(变量)表示未知数。代数表达式由数字、变量和运算符号组成。例如,3x + 5 是一个表达式,其中 3 是 x 的系数。只有同类项才能通过加减进行合并。

    When simplifying expressions, group like terms together. For example, 2a + 3b + 4a − b simplifies to 6a + 2b. The distributive law is used to expand brackets: a(b + c) = ab + ac. Always multiply each term inside the bracket by the term outside.

    化简表达式时,先将同类项分组。例如,2a + 3b + 4a − b 可化简为 6a + 2b。运用分配律去括号:a(b + c) = ab + ac。务必用括号外的项乘以括号内的每一项。

    Factorising is the reverse of expanding: it means taking out a common factor. For example, 6x + 9 can be written as 3(2x + 3) because 3 is a factor of both 6 and 9. This skill is essential for solving equations later on.

    因式分解是去括号的逆运算,即提取公因数。例如,6x + 9 可以写成 3(2x + 3),因为 3 是 6 和 9 的公因数。这项技能对后续解方程至关重要。


    4. Solving Simple Equations | 解简单方程

    An equation states that two expressions are equal. The goal is to find the value of the unknown that makes the equation true. Use inverse operations to isolate the variable. Always do the same to both sides to maintain balance.

    方程表示两个表达式相等。我们的目标是找到使方程成立的未知数的值。运用逆运算分离变量,始终在等号两边进行相同的操作以保持平衡。

    For one-step equations like x + 5 = 12, subtract 5 from both sides to get x = 7. For two-step equations such as 3x − 4 = 11, first add 4 to both sides (3x = 15), then divide both sides by 3 to obtain x = 5.

    对于一步方程,如 x + 5 = 12,两边同时减去 5 得到 x = 7。对于两步方程,如 3x − 4 = 11,先两边加 4 得 3x = 15,再将两边除以 3,解得 x = 5。

    Equations may involve brackets or negative terms. Always simplify first if needed. The solution can be checked by substituting the value back into the original equation. Word problems require translating a written scenario into an equation before solving.

    方程可能含有括号或负数项。如有需要,先进行化简。求得的解应带回原方程验算。文字题需要先将情景翻译成方程,再求解。


    5. Angles and Straight Lines | 角度与直线

    Angles are measured in degrees (°). A right angle is 90°, an acute angle is between 0° and 90°, an obtuse angle between 90° and 180°, and a reflex angle between 180° and 360°. Angles on a straight line add up to 180°.

    角度以度(°)为单位。直角为 90°,锐角在 0° 到 90° 之间,钝角在 90° 到 180° 之间,优角在 180° 到 360° 之间。同一直线上的角之和为 180°。

    Angles around a point add up to 360°. Vertically opposite angles are equal when two lines intersect. Knowing these basic angle facts allows you to calculate missing angles without measuring, often by forming and solving simple equations.

    围绕一点的角之和为 360°。两直线相交时,对顶角相等。掌握这些基本角度知识后,你就能在不测量的情况下计算未知角,常常通过设立并求解简单方程来完成。

    Parallel lines have special angle properties: corresponding angles are equal, alternate angles are equal, and interior (co-interior) angles sum to 180°. Using these relationships, you can find angles in diagrams involving parallel lines and a transversal.

    平行线具有特殊的角性质:同位角相等,内错角相等,同旁内角互补(和为 180°)。利用这些关系,可以求出含有平行线和截线图形中的各个角度。


    6. Perimeter and Area | 周长与面积

    Perimeter is the total distance around the outside of a 2D shape. It is found by adding all side lengths. For a rectangle, perimeter P = 2(l + w) where l is length and w is width. For regular polygons, multiply one side length by the number of sides.

    周长是指二维图形外边界的总长度,通过将所有边长相加求得。矩形的周长公式为 P = 2(l + w),其中 l 为长,w 为宽。正多边形的周长等于一条边长乘以边数。

    Area measures the surface inside a shape. The area of a rectangle is calculated as length × width. The area of a triangle is half the base times the vertical height. These formulas can be written as:

    面积衡量图形内部的表面大小。矩形的面积为长 × 宽。三角形的面积为底乘高的一半。这些公式可表示为:

    Area of rectangle = length × width

    矩形面积 = 长 × 宽

    Area of triangle = ½ × base × height

    三角形面积 = ½ × 底 × 高

    Compound shapes can be split into simpler rectangles and triangles. Work out the area of each part and then add them together. Always use the same units for all measurements and include unit squares (e.g., cm²) in your answer.

    组合图形可以拆分成简单的矩形和三角形,分别计算各部分面积再相加。所有测量必须使用相同单位,答案要带上平方单位(如 cm²)。


    7. Coordinates and Straight-Line Graphs | 坐标与直线图

    Coordinates are written as (x, y), where x is the horizontal position and y is the vertical position on a Cartesian grid. The x-axis is horizontal, the y-axis is vertical, and they intersect at the origin (0,0). Points in the first quadrant have both coordinates positive.

    坐标写作 (x, y),x 表示横轴位置,y 表示纵轴位置。直角坐标系中,横轴为 x 轴,纵轴为 y 轴,它们相交于原点 (0,0)。第一象限内的点两个坐标均为正。

    Plotting points accurately is the first step to drawing graphs. A straight-line graph is produced by an equation of the form y = mx + c, where m is the gradient and c is the y‑intercept. For simple cases, you can create a table of values.

    准确描点是绘制图像的第一步。形如 y = mx + c 的方程会生成一条直线图像,其中 m 是斜率,c 是 y 轴截距。对于简单情形,可先列出数值表。

    For example, the line y = 2x + 1 passes through points such as (0,1), (1,3), and (2,5). Plot these points and join them with a ruler. Understanding coordinates also helps in solving geometric problems, such as finding midpoints or missing vertices of shapes.

    例如,直线 y = 2x + 1 会经过 (0,1)、(1,3) 和 (2,5) 等点。描出这些点并用直尺连线。理解坐标同样有助于解决几何问题,比如求中点或图形缺失的顶点。


    8. Data Handling and Averages | 数据处理与平均数

    Data can be collected, organised, and displayed in various ways, including bar charts, pictograms, and line graphs. Choosing an appropriate representation helps to interpret the data clearly. Frequency tables make it easier to summarise large amounts of raw data.

    数据可以收集、整理并以多种方式呈现,包括条形图、象形图和折线图。选择合适的图表有助于清晰解读数据。频数表能够让大量原始数据的汇总变得更为简便。

    The three common averages are the mode (the most frequent value), the median (the middle value when ordered), and the mean (the sum of all values divided by the number of values). The range measures spread and is calculated as highest value minus lowest value.

    三种常见的平均数是众数(出现次数最多的值)、中位数(按顺序排列后中间的值)和平均数(所有数值之和除以个数)。极差描述数据的分散程度,等于最大值减最小值。

    When working with a frequency table, the mean can be found by multiplying each value by its frequency, summing these products, and then dividing by the total frequency. The median position is the (n+1)/2 th value, where n is the total frequency.

    若使用频数表求平均数,需要将每个值乘以其频数,求和后再除以总频数。中位数的位置是第 (n+1)/2 个数据,其中 n 为总频数。

    Interpreting charts and tables often involves comparing two data sets. A dual bar chart or a comparative line graph can illustrate differences clearly. Reasonable conclusions must be supported by data evidence, not assumptions.

    解读图表和表格时常需比较两组数据。复式条形图或对比折线图能够清晰地展现差异。任何合理结论都必须有数据证据支撑,而非依靠假设。


    9. Metric Unit Conversions | 公制单位转换

    The metric system is used for measuring length, mass, and capacity. Common units include millimetre (mm), centimetre (cm), metre (m), kilometre (km) for length; gram (g) and kilogram (kg) for mass; millilitre (ml) and litre (L) for capacity.

    公制广泛用于长度、质量和容积的度量。长度常用毫米 (mm)、厘米 (cm)、米 (m)、千米 (km);质量常用克 (g) 和千克 (kg);容积常用毫升 (ml) 和升 (L)。

    Conversions rely on multiplying or dividing by powers of 10. For example, 1 cm = 10 mm, 1 m = 100 cm, 1 km = 1000 m. Similarly, 1 kg = 1000 g and 1 L = 1000 ml. A conversion table can help you remember key relationships.

    单位转换基于 10 的倍数进行乘除。例如,1 cm = 10 mm,1 m = 100 cm,1 km = 1000 m。同样,1 kg = 1000 g,1 L = 1000 ml。记住这些关键换算关系非常重要。

    When solving problems, always ensure units are consistent before performing calculations. For instance, to find the area in cm² when dimensions are given in metres, convert to cm first. Metric conversions also appear in real-world contexts, such as measuring ingredients or distances.

    解题时务必在计算前统一单位。比如,已知尺寸单位为米,而要求以 cm² 为面积单位,则需先将长度转换为厘米。单位转换也出现在生活场景中,如测量食材用量或两地距离。


    10. Introduction to Probability | 概率初步

    Probability measures the chance that an event will happen. It is given on a scale from 0 (impossible) to 1 (certain), often written as a fraction, decimal, or percentage. For example, the probability of flipping a fair coin and getting heads is ½ or 0.5.

    概率用来衡量事件发生的可能性,取值范围从 0(不可能)到 1(一定),常用分数、小数或百分数表示。例如,掷一枚均匀硬币,正面朝上的概率是 ½ 或 0.5。

    The probability of an event can be calculated by the formula: number of favourable outcomes divided by total number of possible outcomes, provided all outcomes are equally likely. Outcomes can be listed using sample space diagrams or two-way tables.

    如果所有可能性出现的机会均等,概率可以用公式计算:事件发生的可能结果数 ÷ 所有可能结果总数。可以用样本空间图或双向表格列出所有结果。

    Experimental probability is based on actual trials, while theoretical probability is what should happen in theory. As the number of trials increases, the experimental probability tends to get closer to the theoretical probability. The sum of probabilities of all mutually exclusive outcomes is 1.

    实验概率基于实际试验,理论概率则是理论上应得的结果。随着试验次数的增加,实验概率会趋近于理论概率。所有互斥事件结果的概率之和为 1。

    Simple combined events can be analysed by listing all possibilities. For two independent events, the probability of both happening is the product of their individual probabilities. Understanding probability helps make informed predictions in games and daily situations.

    简单的组合事件可以通过列举所有可能性进行分析。对于两个独立事件,二者同时发生的概率是各自概率的乘积。理解概率有助于在游戏和日常生活情境中作出合理预测。


    Published by TutorHao | Mathematics Revision Series | aleveler.com

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

  • Essential Maths 7S Homework Book Compressed: Key Question Types Explained | KS3 数学:Essential Maths 7S 练习册压缩题型解析

    📚 Essential Maths 7S Homework Book Compressed: Key Question Types Explained | KS3 数学:Essential Maths 7S 练习册压缩题型解析

    The KS3 Maths curriculum builds on primary skills and introduces more formal algebraic and geometric thinking. The Essential Maths 7S Homework Book provides a compressed set of exercises designed to reinforce key concepts. In this article, we analyse the most common question types found in the compressed homework tasks, offering step-by-step methods to tackle them effectively.

    KS3 数学课程在小学技能的基础上,引入了更正式的代数和几何思维。《Essential Maths 7S Homework Book》提供了一套压缩练习,旨在巩固关键概念。本文将分析压缩家庭作业中最常见的题型,并提供逐步方法以有效解决它们。


    1. Integer Operations | 整数运算

    Integer operations mix addition, subtraction, multiplication and division with negative numbers. The homework book often combines them using BIDMAS (brackets, indices, division/multiplication, addition/subtraction). A typical question: Calculate –20 + 12 ÷ (–3) × 2.

    整数运算混合了正负数的加、减、乘、除。这本练习册常结合 BIDMAS 规则(括号、指数、乘除、加减)。典型题目:计算 –20 + 12 ÷ (–3) × 2。

    Step 1: Division first: 12 ÷ (–3) = –4. The expression becomes –20 + (–4) × 2.

    步骤1:先算除法:12 ÷ (–3) = –4。表达式变为 –20 + (–4) × 2。

    Step 2: Multiplication next: (–4) × 2 = –8. Now we have –20 + (–8).

    步骤2:接着乘法:(–4) × 2 = –8。现在剩下 –20 + (–8)。

    Step 3: Addition of two negatives: –20 + (–8) = –28. The answer is –28.

    步骤3:两个负数相加:–20 + (–8) = –28。答案是 –28。


    2. Fractions and Decimals | 分数与小数

    Questions test converting between fractions, decimals and mixed numbers, and performing operations. For instance, work out 2 ½ ÷ 1 ¼ and give the answer as a decimal.

    这类题目考查分数、小数和带分数之间的转换及运算。例如,计算 2 ½ ÷ 1 ¼,结果用小数表示。

    First, convert mixed numbers to improper fractions: 2 ½ = 5/2, 1 ¼ = 5/4.

    首先,把带分数化为假分数:2 ½ = 5/2,1 ¼ = 5/4。

    Divide fractions: 5/2 ÷ 5/4 = 5/2 × 4/5 = 20/10 = 2.

    分数相除:5/2 ÷ 5/4 = 5/2 × 4/5 = 20/10 = 2。

    Write as a decimal: 2 = 2.0. The homework often requires giving the answer to 1 decimal place, so 2.0 is acceptable.

    写成小数:2 = 2.0。练习中常要求保留一位小数,所以 2.0 可以接受。


    3. Percentages and Increase/Decrease | 百分比与增减

    Typical problems involve finding a percentage of an amount, or percentage increase and decrease. For example: A coat costing £85 is reduced by 15% in a sale. Find the sale price.

    典型问题包括求一个数的百分之几,或者求百分比增减。例如:一件原价 85 英镑的外套打 15% 折扣,求售价。

    Find 15% of £85: 85 × 0.15 = £12.75. Subtract from original: £85 – £12.75 = £72.25.

    先求 £85 的 15%:85 × 0.15 = £12.75。然后从原价减去:£85 – £12.75 = £72.25。

    Alternatively, the multiplier method: 100% – 15% = 85%, so new price = 85 × 0.85 = £72.25. Both ways appear in the homework book.

    另一种方法是用乘数:100% – 15% = 85%,因此新价格 = 85 × 0.85 = £72.25。两种方法在练习册中都会出现。


    4. Ratio and Proportion | 比率与比例

    Ratio questions often describe sharing in a given ratio or working out missing values. Example: Share £120 between Ali, Ben and Cath in the ratio 2 : 3 : 5. How much does each receive?

    比率题通常要求按给定比例分配,或计算缺失值。例题:将 120 英镑按 2:3:5 分给 Ali、Ben 和 Cath。每人分得多少?

    Total parts = 2 + 3 + 5 = 10. One part = £120 ÷ 10 = £12.

    总份数 = 2 + 3 + 5 = 10。一份 = £120 ÷ 10 = £12。

    Ali gets 2 × £12 = £24, Ben gets 3 × £12 = £36, Cath gets 5 × £12 = £60.

    Ali 得 2 × £12 = £24,Ben 得 3 × £12 = £36,Cath 得 5 × £12 = £60。


    5. Simplifying Algebraic Expressions | 代数表达式化简

    These tasks require collecting like terms and using index laws. A common compressed question: Simplify 4x² + 3y – 2x + 7y + x² – 5x.

    此类任务要求合并同类项并运用指数律。常见的压缩题:化简 4x² + 3y – 2x + 7y + x² – 5x。

    Group like terms: x² terms: 4x² + x² = 5x². x terms: –2x – 5x = –7x. y terms: 3y + 7y = 10y.

    合并同类项:x² 项:4x² + x² = 5x²。x 项:–2x – 5x = –7x。y 项:3y + 7y = 10y。

    Simplified expression: 5x² – 7x + 10y. Always write terms in descending order of powers.

    化简结果为:5x² – 7x + 10y。始终按次数降序书写各项。


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

    Solving equations with one unknown appears frequently. The homework book compresses multi-step problems like: Solve 5(x – 3) + 2 = 2x + 7.

    解含一个未知数的方程频繁出现。练习册中会压缩多步骤问题,如:解方程 5(x – 3) + 2 = 2x + 7。

    Expand brackets: 5x – 15 + 2 = 2x + 7 → 5x – 13 = 2x + 7.

    去括号:5x – 15 + 2 = 2x + 7 → 5x – 13 = 2x + 7。

    Collect x on one side: 5x – 2x = 7 + 13 → 3x = 20.

    移项使 x 在一边:5x – 2x = 7 + 13 → 3x = 20。

    Divide both sides by 3: x = 20/3 or 6 ⅔. Often the answer is left as a mixed number or fraction.

    两边除以 3:x = 20/3 或 6 ⅔。答案常保留为带分数或分数形式。


    7. Sequences and the nth Term | 序列与第 n 项

    Ks3 sequences focus on finding the term-to-term rule and the position-to-term rule (nth term). A typical task: Write down the first 4 terms of the sequence with nth term = 4n – 3. Then find the 20th term.

    KS3 序列侧重寻找项与项之间的关系以及位置与项的关系(第 n 项公式)。典型任务:写出通项公式为 4n – 3 的序列的前 4 项,然后求第 20 项。

    For n = 1: 4(1) – 3 = 1; n = 2: 4(2) – 3 = 5; n = 3: 4(3) – 3 = 9; n = 4: 4(4) – 3 = 13. The sequence begins 1, 5, 9, 13.

    n = 1:4(1) – 3 = 1;n = 2:4(2) – 3 = 5;n = 3:4(3) – 3 = 9;n = 4:4(4) – 3 = 13。序列开始为 1, 5, 9, 13。

    20th term: 4(20) – 3 = 80 – 3 = 77. The difference between terms is constant; this is an arithmetic sequence.

    第 20 项:4(20) – 3 = 80 – 3 = 77。各项之差恒定,这是一个等差数列。


    8. Angles and Straight Lines | 角与直线

    Angle questions test rules around points, straight lines, triangles and parallel lines. For example: In a triangle, two angles are 47° and 68°. Find the third angle. Then state whether the triangle is acute, right or obtuse.

    角度题考查点、直线、三角形和平行线的角度规则。例如:三角形中两个角分别是 47° 和 68°,求第三个角,并判断三角形是锐角、直角还是钝角三角形。

    Sum of angles in a triangle is 180°. Third angle = 180° – (47° + 68°) = 180° – 115° = 65°.

    三角形内角和为 180°。第三角 = 180° – (47° + 68°) = 180° – 115° = 65°。

    All angles (47°, 68°, 65°) are less than 90°, so it is an acute triangle. The compressed book often mixes reasoning with calculation.

    所有角 (47°, 68°, 65°) 都小于 90°,所以是锐角三角形。压缩练习册常将推理与计算结合。


    9. Area, Perimeter and Volume | 面积、周长与体积

    Pupils must calculate area and perimeter of compound shapes, and volume of cuboids. A standard question: A rectangle measures 8 cm by 5 cm. A square has the same perimeter. Find the side length of the square and compare their areas.

    学生需要计算组合图形的面积与周长,以及长方体的体积。标准题:一个长方形长 8 cm,宽 5 cm。一个正方形周长与之相等。求正方形的边长,并比较它们的面积。

    Rectangle perimeter = 2 × (8 + 5) = 26 cm. Square perimeter = 4 × side → side = 26 ÷ 4 = 6.5 cm.

    长方形周长 = 2 × (8 + 5) = 26 cm。正方形周长 = 4 × 边长 → 边长 = 26 ÷ 4 = 6.5 cm。

    Rectangle area = 8 × 5 = 40 cm². Square area = 6.5 × 6.5 = 42.25 cm². The square has a slightly larger area.

    长方形面积 = 8 × 5 = 40 cm²。正方形面积 = 6.5 × 6.5 = 42.25 cm²。正方形面积稍大。


    10. Statistical Diagrams and Averages | 统计图表与平均数

    Questions involve interpreting bar charts, pictograms, and calculating mean, median, mode and range. Example: The scores of 6 students are 5, 7, 6, 8, 5, 9. Find the mean score and the range.

    这类题目要求解释条形图、象形图,并计算平均数、中位数、众数和极差。例题:6 名学生的分数为 5, 7, 6, 8, 5, 9。求平均分和极差。

    Mean = sum of values ÷ number of values. Sum = 5 + 7 + 6 + 8 + 5 + 9 = 40. Mean = 40 ÷ 6 = 6.67 (to 2 d.p.).

    平均数 = 数据总和 ÷ 数据个数。总和 = 5 + 7 + 6 + 8 + 5 + 9 = 40。平均数 = 40 ÷ 6 ≈ 6.67(保留两位小数)。

    Range = highest – lowest = 9 – 5 = 4. In the homework book, you often need to draw conclusions from the averages.

    极差 = 最大值 – 最小值 = 9 – 5 = 4。在练习册中,经常需要根据平均数得出结论。


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

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

  • KS3 Maths: Essential Maths Book 9 Key Topics Revision | KS3 数学:Essential Maths Book 9 知识点精讲

    📚 KS3 Maths: Essential Maths Book 9 Key Topics Revision | KS3 数学:Essential Maths Book 9 知识点精讲

    This article offers a compressed, topic-by-topic revision guide covering all the essential content from Essential Maths Book 9. Whether you are preparing for end-of-year exams or simply reinforcing your Year 9 skills, each section pairs clear English explanations with matched Chinese translations to support bilingual learners.

    本文提供压缩式的分知识点复习指南,覆盖 Essential Maths Book 9 的所有核心内容。无论你是在准备年终考试,还是想巩固九年级的数学能力,每个小节都配有清晰的英文讲解和对应的中文翻译,帮助双语学习者轻松掌握。


    1. Number and Place Value | 数与位值

    In Year 9 you work confidently with numbers from billions to thousandths, and you learn to write very large or very small quantities using standard form, such as 4.2 × 10⁶.

    在九年级,你需要熟悉从十亿到千分之一的数,并学会用标准形式表示非常大或非常小的量,例如 4.2 × 10⁶。

    Rounding to decimal places and significant figures becomes essential when estimating answers. You also practise calculations with negative numbers, cube roots and complex index laws.

    舍入到指定的小数位数和有效数字在估算答案时至关重要。你还会练习负数的运算、立方根以及更复杂的指数律。

    Standard form: N = a × 10ⁿ, where 1 ≤ a < 10 and n is an integer.

    标准形式:N = a × 10ⁿ,其中 1 ≤ a < 10,n 为整数。


    2. Fractions, Decimals and Percentages | 分数、小数与百分数

    You must be fluent when converting between fractions, decimals and percentages. For instance, ⅗ = 0.6 = 60%. Core skills include finding a percentage of an amount, percentage increase and decrease, and reverse percentages.

    你必须能熟练进行分数、小数和百分数之间的转换,例如 ⅗ = 0.6 = 60%。核心技能包括求一个量的百分数、百分数增减以及逆向百分数问题。

    Compound interest calculations, such as finding the value of £500 invested at 4% per annum for 3 years, build on repeated percentage change. You also solve problems involving fractional changes in real‑life contexts.

    复利计算,比如求 500 英镑以年利率 4% 投资 3 年后的价值,建立在重复百分数变化的基础上。你还需要解决现实生活中涉及分数变化的问题。

    Reverse percentage: original = new ÷ (1 ± rate), where rate is the decimal multiplier.

    逆向百分数:原值 = 新值 ÷ (1 ± 比率),其中比率是小数乘数。


    3. Ratio and Proportion | 比与比例

    You simplify ratios, share quantities in a given ratio, and work with ratios expressed as 1 : n. Direct and inverse proportion are introduced through tables and graphs.

    你会化简比、按给定比分配数量,并处理用 1 : n 形式表达的比。正比例和反比例通过表格和图像引入。

    Understanding that two quantities are in direct proportion when their ratio is constant, or in inverse proportion when their product is constant, is key. Real‑life problems include recipes, speed‑distance‑time and exchange rates.

    理解两个量成正比时它们的比不变,成反比时它们的乘积不变,是重点。实际生活中的问题包括食谱、速度‑距离‑时间以及汇率。

    Direct proportion: y = kx. Inverse proportion: y = k/x.

    正比例:y = kx。反比例:y = k/x。


    4. Algebraic Expressions and Equations | 代数表达式与方程

    Year 9 algebra covers expanding brackets, factorising quadratics, and manipulating formulas. You learn to solve linear equations with unknowns on both sides and to change the subject of a formula.

    九年级代数涵盖展开括号、因式分解二次式以及变形公式。你会学习解未知数在两边出现的线性方程,以及更换公式的主项。

    Factorising a quadratic like x² + 5x + 6 into (x + 2)(x + 3) and solving equations using the balance method are practised extensively. Substitution into algebraic formulas is regularly tested.

    将二次式如 x² + 5x + 6 因式分解为 (x + 2)(x + 3),以及用平衡法解方程,都会得到大量练习。代入代数公式也是经常考查的内容。

    Expand: a(b + c) = ab + ac. Factorise: ab + ac = a(b + c).

    展开:a(b + c) = ab + ac。因式分解:ab + ac = a(b + c)。


    5. Inequalities | 不等式

    Inequalities use symbols <, >, ≤ and ≥. You represent solution sets on number lines with open or closed circles and solve linear inequalities in one variable.

    不等式使用符号 <、>、≤ 和 ≥。你在数轴上用空心或实心圆点表示解集,并求解一元线性不等式。

    Remember that multiplying or dividing by a negative number reverses the inequality sign. Double‑ended inequalities are also introduced to describe intervals.

    记住,乘以或除以一个负数时要反转不等号。还会引入两端不等式来描述区间。

    If -2x < 8, then x > -4.

    若 -2x < 8,则 x > -4。


    6. Sequences and the nth Term | 数列与第 n 项

    You generate terms of linear and more complex sequences and find the nth term rule. Quadratic sequences are explored by looking at the second differences.

    你会生成线性及更复杂数列的项,并求第 n 项规则。通过观察二阶差分探索二次数列。

    For a linear sequence, the nth term takes the form an + b. For quadratic sequences, the nth term contains an² term. Recognising patterns in number and picture sequences builds problem‑solving skills.

    对于线性数列,第 n 项形式为 an + b。对于二次数列,第 n 项包含 an² 项。识别数字和图形数列中的模式,有助于培养解决问题的能力。

    Linear nth term: T(n) = dn + (a – d), where a = 1st term, d = common difference.

    线性第 n 项:T(n) = dn + (a – d),其中 a = 首项,d = 公差。


    7. Angles in Parallel Lines and Polygons | 平行线与多边形中的角

    You use angle facts: vertically opposite angles are equal, angles on a straight line sum to 180°, and angles around a point total 360°. Parallel line angles include alternate, corresponding and co‑interior relationships.

    你会运用角度事实:对顶角相等,平角之和为 180°,周角为 360°。平行线中的角包括内错角、同位角和同旁内角关系。

    Polygons are studied through interior and exterior angle sums. The sum of exterior angles of any convex polygon is 360°, while the sum of interior angles is (n – 2) × 180°.

    通过内角和外角之和来研究多边形。任何一个凸多边形的外角和都是 360°,内角和为 (n – 2) × 180°。

    Co‑interior angles in parallel lines sum to 180°.

    平行线中的同旁内角之和为 180°。


    8. Perimeter, Area and Volume | 周长、面积与体积

    You calculate the circumference and area of a circle using π, and find the area of compound shapes made of rectangles and triangles. The surface area and volume of prisms are derived from the cross‑sectional area.

    你使用 π 计算圆的周长和面积,并求由矩形和三角形组成的复合图形的面积。棱柱的表面积和体积由横截面积推导得出。

    Units of measurement are critically important: converting between mm², cm², m² and mm³, cm³, m³. Volumes of pyramids, cones and spheres appear in Book 9 as an extension.

    度量单位至关重要:需要在 mm²、cm²、m² 以及 mm³、cm³、m³ 之间进行转换。作为拓展,Book 9 还会出现金字塔、圆锥和球体的体积。

    Circle area = πr². Circumference = 2πr or πd. Prism volume = area of cross‑section × length.

    圆面积 = πr²。周长 = 2πr 或 πd。棱柱体积 = 横截面积 × 长度。


    9. Transformations | 图形变换

    You describe and carry out reflections, rotations, translations and enlargements on a coordinate grid. Enlargements include fractional and negative scale factors.

    你在坐标网格上描述并执行反射、旋转、平移和放大变换。放大包括分数和负的比例因子。

    Understanding that reflections are specified by a mirror line, rotations by centre, angle and direction, and enlargements by a centre and scale factor is crucial. Combined transformations are also introduced.

    理解镜面反射由对称轴确定,旋转由中心、角度和方向确定,放大由中心和比例因子确定,这一点至关重要。还会引入组合变换。

    Scale factor k: image length = k × original length. Negative k gives an inverted enlargement.

    比例因子 k:像的长度 = k × 原长度。负 k 产生反转的放大图像。


    10. Pythagoras’ Theorem | 勾股定理

    In a right‑angled triangle, the square of the hypotenuse equals the sum of the squares of the other two sides: a² + b² = c². You use this to find missing lengths in 2D and 3D shapes.

    在直角三角形中,斜边的平方等于两条直角边的平方和:a² + b² = c²。你用它来求平面和三维图形中的缺失边长。

    Pythagorean triples and the converse of the theorem (if a² + b² = c² the triangle is right‑angled) are also covered. Applications include solving problems with ladders, diagonals and navigation.

    勾股数以及定理的逆命题(如果 a² + b² = c²,则这个三角形是直角三角形)也会涉及。应用包括梯子问题、对角线问题和导航问题。

    c = √(a² + b²); check if triangle is right‑angled by testing the relation.

    c = √(a² + b²);通过检验此关系来判断三角形是否为直角三角形。


    11. Statistics and Averages | 统计与平均数

    You interpret and construct pie charts, bar charts and scatter graphs. Averages (mean, median, mode) and the range are calculated from raw data and frequency tables.

    你会解读并绘制饼图、条形图和散点图。从原始数据和频数表中计算平均数(平均数、中位数、众数)以及极差。

    Grouped frequency tables are used to estimate the mean; you also identify modal class and median class. Comparing data sets using averages and spread is a key skill.

    使用分组频数表来估算平均数;你还需要找出众数所在组和中位数所在组。利用平均数和离散程度来比较数据集是一项关键技能。

    Estimated mean from grouped data = Σ(f × midpoint) ÷ Σf.

    分组数据的估算平均数 = Σ(f × 组中点) ÷ Σf。


    12. Probability | 概率

    Probability is measured on a scale from 0 to 1. You list outcomes using sample space diagrams and use the fact that the probabilities of all mutually exclusive events sum to 1.

    概率的度量范围是从 0 到 1。你使用样本空间图列出所有结果,并利用互斥事件的概率之和为 1。

    Tree diagrams are introduced for combined independent events, and you calculate expected frequency from theoretical probability. Conditional probability is touched upon in the latter stages of Book 9.

    树状图被引入用于组合独立事件,你还根据理论概率计算期望频数。在 Book 9 的后半部分会初步接触条件概率。

    P(A and B) = P(A) × P(B) for independent events. Expected frequency = probability × number of trials.

    对于独立事件,P(A 且 B) = P(A) × P(B)。期望频数 = 概率 × 试验次数。


    Published by TutorHao | Mathematics Revision Series | aleveler.com

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

  • KS3 Essential Maths 9H Homework Book: Key Concepts Explained | KS3数学:Essential Maths 9H练习册知识点精讲

    📚 KS3 Essential Maths 9H Homework Book: Key Concepts Explained | KS3数学:Essential Maths 9H练习册知识点精讲

    This article provides a structured review of the core topics in the KS3 Essential Maths 9H Homework Book, targeting students working at a higher level. Each section distils a key area of the KS3 curriculum, explaining methods, offering worked examples, and linking concepts to typical homework questions. Mastering these ideas builds a rock‑solid foundation for GCSE study.

    本文系统梳理《Essential Maths 9H》练习册中的核心知识点,面向高水平 KS3 学生。每一节聚焦一个关键领域,讲解方法、给出范例,并与常见作业题型相结合。掌握这些内容将为 GCSE 数学学习打下坚实基础。

    1. Number and Place Value | 数与位值

    Understanding place value means recognising that the value of a digit depends on its position within a number. In the decimal system, each place represents a power of 10. For example, in 5407.362 the digit 5 stands for 5 thousand, 4 for 4 hundreds, 0 for 0 tens, 7 for 7 ones, 3 for 3 tenths, 6 for 6 hundredths and 2 for 2 thousandths. Being confident with multiplying and dividing by powers of 10 underpins many later topics.

    位值理解是指认识到数字中每个数码的值由其位置决定。在十进制中,每位数代表 10 的幂次。例如在 5407.362 中,5 表示 5 个千,4 表示 4 个百,0 表示 0 个十,7 表示 7 个一,3 表示 3 个十分位,6 表示 6 个百分位,2 表示 2 个千分位。扎实掌握乘以或除以 10 的幂的运算,能为后续学习打好基础。

    • Multiplying by 10 moves digits one place left; dividing by 10 moves them one place right. | 乘以 10 所有数码左移一位;除以 10 所有数码右移一位。
    • 0.05 × 100 = 5; 320 ÷ 1000 = 0.32 | 0.05 × 100 = 5;320 ÷ 1000 = 0.32

    2. Fractions, Decimals and Percentages | 分数、小数与百分数

    Fractions, decimals and percentages are different ways of expressing parts of a whole. To compare or calculate confidently, students need to move fluently between these forms. Equivalent fractions are obtained by multiplying or dividing the numerator and denominator by the same non‑zero number. Converting a fraction to a decimal requires dividing the numerator by the denominator; converting a decimal to a percentage multiplies the decimal by 100.

    分数、小数和百分数是表示整体的一部分的不同方式。要自如地进行比较和计算,学生需要在三者之间流畅转换。通过将分子和分母同时乘以或除以同一个非零数,可以得到等值分数。将分数化为小数要用分子除以分母;将小数化为百分数则将小数乘以 100。

    3/5 = 0.6 = 60%

    Ordering fractions with different denominators requires finding a common denominator. For mixed‑operation questions, converting everything to the same form—often decimals or percentages—can simplify the work.

    比较分母不同的分数时,需要先通分。对于混合运算题,将所有数统一成同一种形式(通常为小数或百分数)可以简化计算。


    3. Algebraic Expressions | 代数表达式

    Algebra uses letters to represent numbers or variables. An expression is a mathematical phrase containing numbers, variables and operations. Key skills include collecting like terms, expanding brackets and factorising. Like terms have exactly the same variable part: for instance, 3a and 5a can be combined to give 8a, but 3a and 3b cannot.

    代数用字母表示数或变量。表达式是由数字、变量和运算符号组成的数学短语。关键技能包括合并同类项、展开括号和因式分解。同类项的变量部分完全相同,例如 3a 和 5a 可以合并为 8a,但 3a 和 3b 不能合并。

    2x + 5y – x + 3y = x + 8y

    Expanding a bracket uses the distributive law: a(b + c) = ab + ac. Care must be taken with negative signs. Factorising is the reverse process—writing an expression as a product, often by taking out the highest common factor.

    展开括号运用分配律:a(b + c) = ab + ac。需要特别注意负号。因式分解则是逆过程——将表达式写成乘积形式,通常是提取最大公因数。


    4. Linear Equations | 线性方程

    A linear equation contains an unknown, usually written as x, and can be solved by performing inverse operations to isolate the unknown. The fundamental rule is ‘do the same to both sides’ to maintain balance. For two‑step equations like 3x + 4 = 19, first subtract 4 from both sides, then divide by 3.

    线性方程含有一个未知数(通常用 x 表示),可通过逆运算将未知数分离出来求解。基本规则是“等式两边同时进行相同运算”以保持平衡。对于 3x + 4 = 19 这样的两步方程,先两边减去 4,再除以 3。

    • 3x + 4 = 19 → 3x = 15 → x = 5 | 3x + 4 = 19 → 3x = 15 → x = 5
    • Equations with unknowns on both sides: 2x + 7 = x + 12 → 2x – x = 12 – 7 → x = 5 | 未知数在两边的情况:2x + 7 = x + 12 → x = 5

    Always check the solution by substituting it back into the original equation. Bracketed equations should be expanded first.

    务必把解代回原方程检验。含有括号的方程应先去括号再求解。


    5. Coordinates and Straight‑Line Graphs | 坐标与直线图形

    Coordinates are written as (x, y) and show a point’s position on a grid. The x‑axis is horizontal, the y‑axis vertical. Plotting points accurately is the first step towards drawing graphs. Straight‑line graphs have an equation of the form y = mx + c, where m is the gradient and c is the y‑intercept.

    坐标写成 (x, y),表示点在网格上的位置。x 轴为水平轴,y 轴为垂直轴。精确描点是绘制图像的第一步。直线图形的方程通常形如 y = mx + c,其中 m 是斜率,c 是 y 轴截距。

    y = 2x + 1 has gradient 2, y‑intercept 1

    To draw a graph, create a table of values, calculate y for given x, plot the points and join them with a ruler. The gradient can be found by dividing the vertical change by the horizontal change between any two points on the line.

    绘制图像时,先列出数值表,计算给定 x 对应的 y 值,描点后用直尺连成直线。斜率可通过线上任意两点间的“垂直变化 ÷ 水平变化”求得。


    6. Ratio and Proportion | 比与比例

    Ratio compares the sizes of two or more quantities. It is written in its simplest form, much like a fraction. To simplify a ratio, divide all parts by their highest common factor. For example, 24:36 simplifies to 2:3 by dividing both by 12. Ratios can be used to share a quantity fairly. If £50 is divided in the ratio 2:3, the total parts are 5, so each part is £10; the shares are £20 and £30.

    比用来比较两个或多个量的大小,通常写成最简形式,类似于分数。化简比时,将各项除以它们的最大公因数。例如 24:36 同除以 12 得到 2:3。比可用于按比例分配。若将 £50 按 2:3 分配,总份数为 5,每份 £10,两部分分别为 £20 和 £30。

    Proportion describes how one quantity changes in relation to another. Direct proportion means that as one quantity doubles, the other also doubles. The relationship y = kx is a direct proportion, where k is the constant of proportionality.

    比例描述一个量随另一个量变化的关系。正比例意味着一个量翻倍时另一个量也翻倍。关系式 y = kx 表示正比例,其中 k 是比例常数。


    7. Perimeter, Area and Volume | 周长、面积与体积

    Perimeter is the total distance around the outside of a 2D shape. Area measures the space inside a shape, expressed in square units. Common area formulas include: rectangle = length × width, triangle = ½ × base × height, parallelogram = base × perpendicular height, trapezium = ½(a + b) × h.

    周长是二维图形外边线的总长度。面积测量图形内部的空间,以平方单位表示。常用面积公式:矩形 = 长×宽,三角形 = ½×底×高,平行四边形 = 底×垂直高,梯形 = ½(上底+下底)×高。

    For composite shapes, split the shape into simpler parts, calculate each area and add or subtract as needed. Volume measures the space inside a 3D solid. A cuboid’s volume = length × width × height. For prisms, volume = area of cross‑section × length.

    对于组合图形,可将其分解为简单图形,分别计算面积后再相加或相减。体积测量三维立体内部的空间。长方体的体积=长×宽×高。棱柱的体积=横截面积×长。


    8. Angles and 2D Shapes | 角与平面图形

    Angles are measured in degrees. Key angle facts must be memorised: angles on a straight line sum to 180°, angles around a point sum to 360°, vertically opposite angles are equal. In a triangle, the sum of interior angles is 180°; in a quadrilateral, it is 360°.

    角以度为单位。必须记住基本的角性质:平线上的角之和为 180°,绕一点一周的角之和为 360°,对顶角相等。三角形内角和为 180°,四边形内角和为 360°。

    • Angles in parallel lines: alternate angles are equal, corresponding angles are equal, allied (co‑interior) angles sum to 180°. | 平行线中的角:内错角相等,同位角相等,同旁内角之和为 180°。
    • Properties of quadrilaterals: e.g. a parallelogram has opposite sides parallel and equal, opposite angles equal. | 四边形性质:例如平行四边形对边平行且相等,对角相等。

    Using these facts to calculate missing angles is a very common exam‑style question. Always give a reason for each step.

    利用这些性质求未知角大小是常见题型。每一步都要写明理由。


    9. Statistics and Averages | 统计与平均数

    Statistics involves collecting, presenting and interpreting data. Common averages are the mean, median, mode and range. The mean is calculated by summing all values and dividing by the number of values. The median is the middle value when data are ordered. The mode is the most frequent value. The range is the difference between the largest and smallest values.

    统计学涉及数据的收集、展示与解读。常见的平均数有均值、中位数、众数和极差。均值是用总和除以数据个数。中位数是排序后位于中间的值。众数是出现次数最多的值。极差是最大值与最小值的差。

    Data can be displayed in bar charts, pie charts, line graphs and scatter graphs. Pie charts show proportions: the angle for a sector = (frequency ÷ total) × 360°. Scatter graphs can reveal correlation between two variables.

    数据可用条形图、饼图、折线图和散点图呈现。饼图展示比例:扇形的角度 = (频数÷总数)×360°。散点图可揭示两个变量之间的相关性。


    10. Probability | 概率

    Probability measures how likely an event is to occur, expressed as a fraction, decimal or percentage between 0 (impossible) and 1 (certain). The probability of an event not occurring is 1 minus the probability that it does occur.

    概率衡量事件发生的可能性,用 0(不可能)到 1(必然)之间的分数、小数或百分数表示。事件不发生的概率等于 1 减去它发生的概率。

    P(event) = number of favourable outcomes / total number of possible outcomes

    For mutually exclusive events, the probability of either A or B occurring is P(A) + P(B). Expected frequency is calculated by multiplying the probability by the number of trials. Sample space diagrams and probability trees help visualise combined events.

    对于互斥事件,A 或 B 发生的概率为 P(A) + P(B)。期望频数由概率乘以试验次数得到。用样本空间图和概率树可直观展示复合事件。


    Published by TutorHao | Mathematics Revision Series | aleveler.com

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

  • KS3 Maths: Essential Maths Book 7 Compressed – Key Concepts Explained | KS3 数学:Essential Maths Book 7.compressed 知识点精讲

    📚 KS3 Maths: Essential Maths Book 7 Compressed – Key Concepts Explained | KS3 数学:Essential Maths Book 7.compressed 知识点精讲

    This article distils the most important topics from a typical Year 7 mathematics textbook into a clear, bilingual revision guide. Whether you are preparing for end-of-year tests or simply consolidating your understanding, the explanations and examples below will help you master the key concepts. Each section pairs an English explanation with a matching Chinese version, making it easier to follow and learn the terminology in both languages.

    本文提炼了七年级数学教材中最核心的知识点,整理成清晰的双语复习指南。无论是准备期末考试,还是巩固已学内容,下面的讲解与例题都能帮助你掌握关键概念。每个部分都用英文和中文对照讲解,方便你同时熟悉两种语言的数学术语。

    1. Number Operations and Place Value | 整数运算与位值

    In Year 7 you work with whole numbers up to millions, understanding the value of each digit. You add, subtract, multiply and divide large numbers, and learn to use written methods such as column addition and long multiplication confidently. Place value means that in the number 3 456 782, the digit 3 stands for three million, while the 6 stands for six thousand.

    七年级会处理大到百万的整数,理解每位数字的值。你需要自信地运用竖式加法、长乘法等书面方法进行大数的加减乘除。位值意味着在数字 3 456 782 中,数字 3 代表三百万,而 6 代表六千。

    The four basic operations are revised with an emphasis on order of operations (BIDMAS/BODMAS). Brackets first, then Indices (powers), Division and Multiplication (left to right), Addition and Subtraction (left to right). For example, 3 + 4 × 2 = 3 + 8 = 11, not 14.

    四则运算的复习重点是运算顺序(括号-指数-乘除-加减)。先算括号,再算指数(幂),然后乘除(从左到右),最后加减(从左到右)。例如 3 + 4 × 2 = 3 + 8 = 11,而不是 14。

    Negative numbers are introduced. Adding a negative is the same as subtracting, and subtracting a negative is the same as adding. On a number line, moving left means decreasing, moving right means increasing. So −5 + 3 = −2 and 4 − (−2) = 4 + 2 = 6.

    负数也被引入。加一个负数等于减去其绝对值,减去一个负数等于加上其绝对值。在数轴上,向左移动表示减小,向右移动表示增大。因此 −5 + 3 = −2,而 4 − (−2) = 4 + 2 = 6。

    Factors, multiples and prime numbers are explored. A prime number has exactly two factors, 1 and itself (2, 3, 5, 7, 11, …). The highest common factor (HCF) and lowest common multiple (LCM) are used to simplify fractions and solve problems.

    还探究了因数、倍数和质数。质数只有两个因数,即 1 和它本身(2, 3, 5, 7, 11, …)。最大公因数(HCF)和最小公倍数(LCM)用于化简分数和解决问题。


    2. Fractions, Decimals and Percentages | 分数、小数与百分数

    Understanding that fractions, decimals and percentages are three ways of representing parts of a whole is a central theme. To convert a fraction to a decimal, divide the numerator by the denominator: 3/4 = 3 ÷ 4 = 0.75. To change a decimal to a percentage, multiply by 100: 0.75 × 100% = 75%.

    理解分数、小数和百分数是表示整体部分量的三种方式,这是核心主题。把分数化小数,用分子除以分母:3/4 = 3 ÷ 4 = 0.75。把小数化成百分数,乘以 100%:0.75 × 100% = 75%。

    Equivalent fractions are created by multiplying or dividing the numerator and denominator by the same non‑zero number. Simplifying a fraction means dividing until the numerator and denominator have no common factor other than 1. For example, 8/12 = 2/3 after dividing by 4.

    等值分数通过将分子和分母同时乘或除以同一个非零数得到。化简分数就是除以公因数,直到分子分母只有公因数 1。例如 8/12 除以 4 后得到 2/3。

    Adding and subtracting fractions requires a common denominator. To add 1/3 + 1/4, use the denominator 12: 4/12 + 3/12 = 7/12. Multiplying fractions is straightforward: multiply numerators and denominators. Dividing by a fraction means multiplying by its reciprocal.

    分数加减需要公分母。计算 1/3 + 1/4,用分母 12:4/12 + 3/12 = 7/12。分数乘法直接分子乘分子、分母乘分母。除以一个分数等于乘以它的倒数。

    Comparing fractions, decimals and percentages is often done by converting them all to the same form. Ordering 0.6, 55% and 3/5 is easy once you know 3/5 = 0.6 = 60%, so 55% is the smallest.

    比较分数、小数和百分数时,通常先将它们化为同一种形式。给 0.6、55% 和 3/5 排序,只要知道 3/5 = 0.6 = 60%,即可得出 55% 最小。


    3. Introduction to Algebra | 代数基础

    Algebra uses letters to stand for unknown numbers or variables. An expression like 3a + 2b combines numbers and letters with operations. You learn to collect like terms: 5x + 2x simplifies to 7x, but 3x + 4y cannot be simplified further because the letters are different.

    代数用字母表示未知数或变量。像 3a + 2b 这样的表达式将数字和字母用运算符号连接起来。你需要学会合并同类项:5x + 2x 化简为 7x,但 3x + 4y 不能进一步化简,因为字母不同。

    Substitution means replacing letters with given numbers. If a = 3 and b = 5, then 2a + b = 2×3 + 5 = 11. Brackets are expanded using the distributive law: 3(x + 2) = 3x + 6. This is often modelled with area diagrams.

    代入是指用具体数值替换字母。若 a = 3 且 b = 5,则 2a + b = 2×3 + 5 = 11。运用分配律展开括号:3(x + 2) = 3x + 6,常用面积模型来演示。

    Writing simple formulas from words is an essential skill. “The total cost C of n apples at 30p each” becomes C = 30n. You also learn to use function machines that show input → rule → output, helping to understand the idea of a mapping.

    根据文字编写简单公式是一项基本技能。“n 个苹果,每个 30 便士的总费用 C”可表示为 C = 30n。你还会学习函数机器,展示输入 → 规则 → 输出,以帮助理解映射的概念。

    The equals sign represents balance. Whatever operation you perform on one side of an equation must also be done to the other. This idea is reinforced with balancing scales and is the foundation for solving equations.

    等号代表平衡。对方程一边进行的任何运算,另一边也必须同样进行。借助天平模型强化这一思想,并为解方程奠定基础。


    4. Solving Simple Equations | 解简单方程

    An equation states that two expressions are equal, and the goal is to find the value of the unknown. For a one‑step equation like x + 5 = 12, subtract 5 from both sides to get x = 7. For x − 3 = 9, add 3 to both sides, giving x = 12.

    方程表示两个表达式相等,目标是找出未知数的值。对于一步方程,如 x + 5 = 12,两边同时减去5,得到 x = 7。对于 x − 3 = 9,两边加3,得出 x = 12。

    Multiplication and division equations are handled similarly. If 4x = 20, divide both sides by 4: x = 5. If x/6 = 3, multiply both sides by 6: x = 18. The key rule is to perform the inverse operation.

    涉及乘除的方程处理方法类似。若 4x = 20,两边除以4,得 x = 5。若 x/6 = 3,两边乘6,得 x = 18。关键原则是使用逆运算。

    Two‑step equations combine operations. Solve 2x + 3 = 11 by first subtracting 3 from both sides (2x = 8), then dividing by 2 (x = 4). Always check your answer by substituting it back into the original equation.

    两步方程结合了多种运算。解 2x + 3 = 11,先两边减3(2x = 8),再除以2(x = 4)。务必把答案代入原方程检验。

    Forming equations from word problems is practised. “I think of a number, double it and add 7. The result is 23.” Let the number be n, then 2n + 7 = 23, leading to n = 8. This bridges the gap between arithmetic and algebra.

    根据文字题建立方程需要练习。“我想一个数,把它加倍再加7,结果是23。”设该数为 n,则 2n + 7 = 23,解得 n = 8。这连接了算术与代数。


    5. Angles and Shapes | 角与形状

    Angles are measured in degrees using a protractor. Acute angles are less than 90°, right angles are exactly 90°, obtuse angles are between 90° and 180°, and reflex angles are between 180° and 360°. Angles on a straight line add up to 180°, and angles around a point sum to 360°.

    角用量角器以度为单位测量。锐角小于 90°,直角等于 90°,钝角介于 90° 和 180° 之间,优角(反角)介于 180° 和 360° 之间。直线上的角之和为 180°,绕一点的角之和为 360°。

    Vertically opposite angles are formed when two lines cross; they are equal. In parallel lines, alternate angles are equal, corresponding angles are equal, and co‑interior (allied) angles sum to 180°. These rules are used to find missing angles in diagrams.

    两直线相交产生对顶角,它们相等。在平行线中,内错角相等,同位角相等,同旁内角之和为 180°。这些规则用于求图形中的未知角。

    Triangles are classified by sides (equilateral, isosceles, scalene) and by angles (acute, right, obtuse). The sum of interior angles in any triangle is 180°. An exterior angle of a triangle equals the sum of the two opposite interior angles.

    三角形可按边分类(等边、等腰、不等边)或按角分类(锐角、直角、钝角)。任意三角形内角和为 180°。三角形的一个外角等于与它不相邻的两个内角之和。

    Properties of quadrilaterals are studied: square, rectangle, parallelogram, rhombus, trapezium and kite. For example, a parallelogram has opposite sides equal and parallel, and opposite angles equal. The sum of interior angles in any quadrilateral is 360°.

    学习四边形的性质:正方形、长方形、平行四边形、菱形、梯形和风筝形。例如,平行四边形对边平行且相等,对角相等。任意四边形内角和为 360°。


    6. Coordinates and Graphs | 坐标与图形

    Coordinates are written as ordered pairs (x, y). The x‑axis is horizontal, the y‑axis vertical, and they cross at the origin (0, 0). The first number tells you how far to move right (positive) or left (negative), the second how far to move up (positive) or down (negative).

    坐标写成有序对 (x, y)。x 轴水平,y 轴垂直,它们在原点 (0, 0) 相交。第一个数字表示向右(正)或向左(负)移动的距离,第二个数字表示向上(正)或向下(负)移动的距离。

    Plotting points and reading coordinates from a grid is a basic skill. You also learn to draw and interpret line graphs that show how one quantity changes in relation to another. A straight‑line graph with equation y = mx + c is introduced, where m is the gradient and c is the y‑intercept.

    在网格上描点和读取坐标是基本技能。你还将学习绘制和解读显示两个量如何变化的折线图。引入直线方程 y = mx + c,其中 m 是斜率,c 是 y 轴截距。

    Real‑life graphs such as distance–time graphs are examined. A horizontal line on a distance–time graph means the object is stationary; a steeper line means a faster speed. The slope (gradient) represents speed.

    研究实际生活中的图形,如距离–时间图。距离–时间图中的水平线段表示物体静止;线段越陡,速度越快。斜率代表速度。

    Midpoint of a line segment can be found by averaging the coordinates of the end points. If A(2, 3) and B(6, 7), the midpoint is ((2+6)/2, (3+7)/2) = (4, 5). This skill supports later work in geometry.

    线段的中点可以通过平均端点坐标求得。若 A(2, 3) 和 B(6, 7),中点为 ((2+6)/2, (3+7)/2) = (4, 5)。这一技能为以后的几何学习提供支持。


    7. Data Handling and Statistics | 数据处理与统计

    Data is collected, organised and displayed in different ways. Tally charts and frequency tables are used to record raw data. From these you can calculate the mode (most frequent value), median (middle value when ordered), mean (sum divided by count) and range (largest minus smallest).

    数据可以通过不同方式收集、整理和展示。划记表和频数表用于记录原始数据。由此可以计算众数(最常见值)、中位数(按顺序排列后的中间值)、平均数(总和除以数量)和极差(最大值减最小值)。

    Bar charts show frequencies with bars of equal width; the height of each bar represents the frequency. Dual bar charts allow comparison between two sets of data. Pictograms use symbols to represent a certain number of items, and a key is essential.

    条形图用等宽的长条表示频数,每个长条的高度代表频数。双条形图可以对两组数据进行比较。象形图用符号代表一定数量的项目,必须配有图例。

    Pie charts display proportions of a whole. The total angle of 360° is divided according to the frequencies. To find the angle for a category, calculate (frequency ÷ total frequency) × 360°. Interpreting pie charts involves estimating fractions and percentages.

    饼图展示整体中各部分的比例。总角度 360° 按频数分配。求某一类别的角度,计算为 (频数 ÷ 总频数) × 360°。解读饼图需要估算分数和百分数。

    Line graphs are used to show trends over time. The horizontal axis usually represents time, and the vertical axis the quantity being measured. Plotting points and joining them with straight lines helps to visualise increases, decreases or plateaus.

    折线图用于显示随时间变化的趋势。水平轴通常表示时间,垂直轴表示被测量。描点并用直线连接有助于直观地看出上升、下降或平稳的变化。


    8. Measurement and Units | 测量与单位

    Length, mass and capacity are measured using metric units: millimetres (mm), centimetres (cm), metres (m), kilometres (km); grams (g), kilograms (kg); millilitres (ml), litres (l). Conversions within the metric system rely on multiplying or dividing by powers of 10. For example, 1 km = 1000 m, 1 m = 100 cm, 1 kg = 1000 g.

    长度、质量和容量使用公制单位:毫米(mm)、厘米(cm)、米(m)、千米(km);克(g)、千克(kg);毫升(ml)、升(l)。公制单位间的换算基于乘或除以10的幂。例如,1 km = 1000 m,1 m = 100 cm,1 kg = 1000 g。

    Perimeter is the distance around the outside of a shape. For a rectangle, perimeter = 2 × (length + width). For a regular polygon, multiply the side length by the number of sides. You solve problems involving missing sides when the perimeter is known.

    周长是形状外部边界的总长度。矩形的周长 = 2 × (长 + 宽)。对于正多边形,用边长乘以边数即可。已知周长时,可求解缺失的边长。

    Area is measured in square units. The area of a rectangle = length × width. The area of a triangle = (base × height) ÷ 2. The area of a parallelogram is base × perpendicular height, and the area of a trapezium is ½ × (a + b) × h, where a and b are the parallel sides.

    面积以平方单位计量。矩形面积 = 长 × 宽。三角形面积 = (底 × 高) ÷ 2。平行四边形面积 = 底 × 垂直高,梯形面积 = ½ × (a + b) × h,其中 a 和 b 为平行边。

    Volume for cuboids is length × width × height, measured in cubic units such as cm³. You also learn to convert between units of area (1 m² = 10 000 cm²) and volume (1 m³ = 1 000 000 cm³), understanding the scaling effect of square and cubic units.

    长方体的体积 = 长 × 宽 × 高,单位是立方单位,如 cm³。你还要学习面积单位换算(1 m² = 10 000 cm²)和体积单位换算(1 m³ = 1 000 000 cm³),理解平方单位和立方单位的缩放效应。


    9. Ratio and Proportion | 比与比例

    Ratio compares the sizes of two or more quantities. It can be written in the form a:b or as a fraction. Simplifying a ratio is like simplifying a fraction: divide both sides by their highest common factor. 8:12 simplifies to 2:3 after dividing by 4.

    比用来比较两个或更多量的大小。可以写成 a:b 的形式或分数形式。化简比就像化简分数:两边除以它们的最大公因数。8:12 除以 4 后化简为 2:3。

    Sharing in a given ratio is done by finding the total number of parts and working out the value of one part. To split £60 in the ratio 2:3, total parts = 5, so one part = £60 ÷ 5 = £12. The shares are 2 × £12 = £24 and 3 × £12 = £36.

    按给定比分配的方法是求出总份数,再算出一份的值。按 2:3 分配 £60,总份数 = 5,一份 = £60 ÷ 5 = £12。两人分得 2 × £12 = £24 和 3 × £12 = £36。

    Proportion tells you if two ratios are equivalent. Direct proportion means as one quantity doubles, the other also doubles. You can use the unitary method: find the value for one unit first, then scale to the required amount. Tables and graphs of direct proportion produce straight lines through the origin.

    比例说明两个比是否相等。正比例意味着一个量加倍,另一个量也加倍。可以使用归一法:先求一个单位的值,再扩展到所需数量。正比例的表格和图形会产生过原点的直线。

    Scale drawing and maps use ratios. A scale of 1:50 000 on a map means 1 cm represents 50 000 cm in real life, which is 500 m or 0.5 km. Converting between map distances and real distances involves multiplication or division by the scale factor.

    比例图与地图使用比。地图上的比例尺 1:50 000 表示 1 cm 代表实际 50 000 cm,即 500 m 或 0.5 km。进行地图距离与实际距离的转换要用比例因子乘或除。


    10. Sequences and Patterns | 序列与规律

    A number sequence is an ordered list of numbers following a rule. The rule might be “add 4 each time” or “multiply by 2”. The numbers in a sequence are called terms. Finding the term‑to‑term rule lets you continue the sequence: 5, 9, 13, 17, … (rule: +4).

    数列是按某种规则排列的一串数。规则可能是“每次加4”或“每次乘以2”。数列中的数称为项。找出项与项之间的变化规则,就能继续写出数列:5, 9, 13, 17, …(规则:+4)。

    Linear sequences have a constant difference between consecutive terms. To find the nth term of a linear sequence, relate it to the multiplication table. For 3, 7, 11, 15, … the difference is 4, so the nth term is 4n − 1 (when n = 1, 4×1 − 1 = 3).

    线性序列相邻项的差是常数。求线性序列的第 n 项时,把它与乘法表联系起来。对于 3, 7, 11, 15, …,差为 4,所以第 n 项为 4n − 1(n = 1 时,4×1 − 1 = 3)。

    Patterns in shapes can be described using sequences. For matchstick patterns, count the number of sticks needed for each diagram and find the rule. A row of n squares needs 3n + 1 matches. Expressing this algebraically links visual patterns to formulas.

    图形中的规律可以用数列来描述。对于火柴棒图案,数出每个图形所需的火柴数,找到规则。一排 n 个正方形需要 3n + 1 根火柴。用代数式表达可以将视觉规律与公式联系起来。

    Square numbers (1, 4, 9, 16, …), triangular numbers (1, 3, 6, 10, …) and Fibonacci‑type sequences are introduced. Understanding these special sequences enriches pattern‑spotting and prepares for higher‑level algebra.

    还介绍平方数(1, 4, 9, 16, …)、三角形数(1, 3, 6, 10, …)以及斐波那契型数列。理解这些特殊序列可以丰富规律发现能力,并为更高阶代数做准备。


    Published by TutorHao | Maths Revision Series | aleveler.com

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

  • KS3 Maths: Sequences and Series Key Points | KS3 数学:数列与级数 考点精讲

    📚 KS3 Maths: Sequences and Series Key Points | KS3 数学:数列与级数 考点精讲

    Sequences and series are foundational topics in KS3 mathematics. A sequence is an ordered list of numbers following a specific rule, while a series is the sum of the terms of a sequence. Understanding how to generate, describe, and analyse sequences builds essential algebraic thinking and problem-solving skills relevant to patterns, functions, and later topics like calculus. This revision guide covers the key concepts, methods, and common pitfalls to help you master sequences and series.

    数列与级数是KS3数学的基础主题。数列是按照特定规则排列的一列有序数字,而级数是数列各项的和。理解如何生成、描述和分析数列有助于培养代数思维和解决问题的能力,这些能力在模式识别、函数以及后续微积分等主题中至关重要。本复习指南涵盖关键概念、方法和常见错误,帮助你掌握数列与级数。


    1. What is a Sequence? | 什么是数列?

    A sequence is a list of numbers arranged in a particular order. Each number in the sequence is called a term. Sequences can be finite (having a limited number of terms) or infinite, like the sequence of even numbers 2, 4, 6, 8, …

    数列是按照特定顺序排列的一列数字。数列中的每个数称为项。数列可以是有限的(项数有限)或无限的,例如偶数数列 2, 4, 6, 8, …。

    The position of a term is important. We often denote the first term as T₁, the second as T₂, and the nth term as Tₙ. For example, in the sequence 3, 7, 11, 15, … the first term T₁ = 3.

    项的位置很重要。我们通常将第1项记作 T₁,第2项记作 T₂,第n项记作 Tₙ。例如,在数列 3, 7, 11, 15, … 中,第1项 T₁ = 3。


    2. Terms and Notation | 项与符号

    We use subscript notation to refer to individual terms. For a sequence, ‘n’ represents the term number, and Tₙ or aₙ gives the value. Understanding this notation helps you transition from pattern spotting to formal algebra.

    我们使用下标符号来引用各个项。对于数列,“n”表示项数,而 Tₙ 或 aₙ 给出该项的值。理解这种符号有助于从模式识别过渡到正式的代数运算。

    When working with sequences, you will often see the notation {Tₙ} to denote the entire sequence. Each Tₙ is the value at position n. Being comfortable with this language will make reading exam questions much easier.

    在处理数列时,你常会看到用 {Tₙ} 表示整个数列。每个 Tₙ 是位置 n 处的值。熟悉这种语言会让阅读考试题目容易得多。


    3. Term-to-Term Rules | 项对项规则

    A term-to-term rule tells you how to get from one term to the next. This is also called a recurrence relation. For instance, the sequence 5, 8, 11, 14, … has the rule “add 3 to the previous term”. We can write: Tₙ₊₁ = Tₙ + 3, with T₁ = 5.

    项对项规则告诉你如何从一项得到下一项。这也称为递推关系。例如,数列 5, 8, 11, 14, … 的规则是“在前一项上加3”。我们可以写作:Tₙ₊₁ = Tₙ + 3,且 T₁ = 5。

    Term-to-term rules are useful for generating sequences step by step, but they are not efficient for finding a distant term directly. We need a position-to-term rule for that.

    项对项规则适合逐步生成数列,但要直接找到较远的项效率不高。为此我们需要位置对项规则。


    4. Position-to-Term Rules: The nth Term | 位置对项规则:第n项

    A position-to-term rule expresses the value of a term directly in terms of its position n. This is often called the nth term formula. For an arithmetic (linear) sequence, the nth term is given by Tₙ = a + (n − 1)d, where a is the first term and d is the common difference.

    位置对项规则用项的位置 n 直接表示该项的值,通常称为第 n 项公式。对于等差(线性)数列,第 n 项公式为 Tₙ = a + (n − 1)d,其中 a 是首项,d 是公差。

    Example: For the sequence 4, 9, 14, 19, … the difference is 5 and first term 4, so Tₙ = 4 + (n − 1)×5 = 5n − 1. Check: n = 3 gives T₃ = 5×3 − 1 = 14, correct.

    例如:对于数列 4, 9, 14, 19, …,差为5,首项为4,因此 Tₙ = 4 + (n − 1)×5 = 5n − 1。验证:n = 3 时 T₃ = 5×3 − 1 = 14,正确。

    Tₙ = 5n − 1


    5. Arithmetic Sequences | 等差数列

    An arithmetic sequence is a sequence where the difference between consecutive terms is constant. This constant is called the common difference, d. The sequence can be increasing (d > 0), decreasing (d < 0), or constant (d = 0).

    等差数列是相邻两项的差为常数的数列。这个常数称为公差 d。数列可以是递增的 (d > 0)、递减的 (d < 0) 或常数的 (d = 0)。

    The graph of an arithmetic sequence is a set of collinear points because the terms follow a linear pattern. This is why the nth term is a linear expression in n.

    等差数列的图像是一组共线的点,因为各项遵循线性规律。这就是为什么第 n 项是 n 的线性表达式。


    6. Finding the nth Term of an Arithmetic Sequence | 寻找等差数列的第n项

    To find the nth term: Step 1: Identify the first term a. Step 2: Find the common difference d by subtracting any term from the next. Step 3: Substitute into Tₙ = a + (n − 1)d and simplify. Alternatively, if the pattern is like outputs from a times table, you can write Tₙ = dn + c, where c is the zero term (value when n = 0). For 3, 7, 11, 15, … d = 4, zero term = −1, so Tₙ = 4n − 1.

    求第 n 项的方法:步骤1:确定首项 a。步骤2:用后一项减前一项求出公差 d。步骤3:代入 Tₙ = a + (n − 1)d 并化简。另一种方法,如果规律类似乘法表,可以写成 Tₙ = dn + c,其中 c 是第0项(n=0 时的值)。对于 3, 7, 11, 15, …,d = 4,第0项为 −1,所以 Tₙ = 4n − 1。

    Practice: Find the nth term of 10, 7, 4, 1, … (Answer: Tₙ = 13 − 3n). Always test your formula with at least three terms.

    练习:求数列 10, 7, 4, 1, … 的第 n 项。(答案:Tₙ = 13 − 3n)。务必用至少三项检验你的公式。

    Sequence a d nth term
    8, 15, 22, 29, … 8 7 7n + 1
    20, 17, 14, 11, … 20 −3 23 − 3n

    7. Other Common Sequences: Square and Triangular Numbers | 其他常见数列:平方数与三角形数

    Besides linear sequences, some special sequences appear frequently. Square numbers: 1, 4, 9, 16, 25, … nth term = n². Triangular numbers: 1, 3, 6, 10, 15, … nth term = n(n+1)/2. These are generated by dot patterns.

    除线性数列外,还有一些特殊的数列常出现。平方数:1, 4, 9, 16, 25, … 第 n 项 = n²。三角形数:1, 3, 6, 10, 15, … 第 n 项 = n(n+1)/2。它们可以通过点阵模式生成。

    Recognising these sequences helps in problem solving, especially when dealing with patterns in shapes. Cube numbers (1, 8, 27, … ) and Fibonacci-type sequences are also worth knowing.

    识别这些数列有助于解决问题,尤其是在处理图形模式时。立方数(1, 8, 27, …)和斐波那契型数列也值得了解。

    Square: Tₙ = n² Triangular: Tₙ = ½ n(n+1)


    8. Introduction to Series: Summing Sequences | 级数入门:数列求和

    A series is the sum of the terms of a sequence. For a finite arithmetic sequence, the sum Sₙ of the first n terms can be found using the formula Sₙ = n/2 (a + l) or Sₙ = n/2 [2a + (n − 1)d], where l is the last term. The famous story of Gauss summing 1 to 100 illustrates pairing terms to get 50×101 = 5050.

    级数是数列各项的和。对于有限等差数列,前 n 项的和 Sₙ 可用公式 Sₙ = n/2 (a + l) 或 Sₙ = n/2 [2a + (n − 1)d] 计算,其中 l 为末项。高斯求 1 到 100 和的著名故事展示了如何将项配对得到 50×101 = 5050。

    In KS3, you might be asked to find the sum of a simple sequence like the first 10 square numbers, or to interpret a series from a pattern. Focus on using logical grouping rather than memorising the formula for all types.

    在 KS3 中,你可能会被要求求简单数列的和,例如前10个平方数的和,或根据模式解读级数。应注重使用逻辑分组,而非死记硬背所有类型的公式。


    9. Recursively Defined and Special Sequences | 递推定义与特殊数列

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

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

  • KS3 Advanced Mathematics: Comparing Key Topics | KS3 进阶数学:知识点对比

    📚 KS3 Advanced Mathematics: Comparing Key Topics | KS3 进阶数学:知识点对比

    In KS3 advanced mathematics, students often encounter concepts that appear similar but have distinct definitions and applications. Understanding these differences is essential for building a strong foundation in algebra, geometry, statistics, and number. This article compares key topics side by side, helping learners distinguish between them and apply each correctly.

    在KS3进阶数学中,学生经常会遇到看似相似实则定义与应用截然不同的概念。理解这些区别对于在代数、几何、统计和数字领域打下坚实基础至关重要。本文并列对比了关键知识点,帮助学习者区分它们并正确运用每个概念。

    1. Expressions vs Equations | 表达式与方程

    An expression is a combination of numbers, variables, and operation symbols that represents a value, but it does not contain an equals sign. For example, 3x + 5 and 2a² − b are expressions.

    表达式是由数字、变量和运算符号组成的组合,代表一个值,但不包含等号。例如,3x + 5 和 2a² − b 就是表达式。

    An equation, on the other hand, shows that two expressions are equal. It always includes an ‘=’ sign, such as 3x + 5 = 11. Solving an equation means finding the value of the unknown that makes the equality true.

    另一方面,方程则表明两个表达式相等。它始终包含“=”号,例如 3x + 5 = 11。解方程意味着找出使等式成立的未知数值。

    While you can simplify expressions by collecting like terms, you cannot ‘solve’ an expression. You can only evaluate it by substituting a value for the variable. Equations, however, are solved using inverse operations to isolate the variable.

    虽然你可以通过合并同类项来化简表达式,但无法“解”表达式。你只能通过代入变量的值来求值。而方程则是利用逆运算分离变量来求解。


    2. Perimeter vs Area | 周长与面积

    Perimeter is the distance around the outside of a 2D shape. It is measured in linear units such as mm, cm, or m. To find the perimeter, you add all the side lengths together.

    周长是围绕二维图形外部的距离,用毫米、厘米或米等线性单位衡量。计算周长需将所有边长相加。

    Area is the amount of space inside a 2D shape. It is measured in square units, e.g. cm², m². Different shapes have specific area formulas: rectangle A = l × w, triangle A = ½ × b × h.

    面积是二维图形内部的空间大小,以平方单位衡量,如 cm²、m²。不同形状有各自的面积公式:矩形 A = l × w,三角形 A = ½ × b × h。

    A common mistake is confusing the units. Always check whether the question asks for perimeter (units) or area (square units). Perimeter changes with side length proportionally, while area often changes with the square of the scaling factor.

    一个常见错误是混淆单位。务必检查题目要求的是周长(单位)还是面积(平方单位)。周长随边长按比例变化,而面积随缩放因子的平方变化。


    3. Mean, Median, and Mode | 平均数、中位数与众数

    The mean is the average calculated by summing all data values and dividing by the number of values. It is sensitive to outliers. For grouped data, you estimate the mean using midpoints.

    平均数是通过将所有数据值相加再除以数值个数计算出的平均值。它对异常值敏感。对于分组数据,可使用组中值估算平均数。

    The median is the middle value when data are ordered. If there are two middle numbers, take their mean. The median is more robust against extreme values.

    中位数是数据排序后位于中间的数值。如果有两个中间数,则取它们的平均数。中位数对极值更有抵抗力。

    The mode is the most frequent value. A dataset may have no mode, one mode, or multiple modes. The mode is useful for categorical data.

    众数是出现频率最高的值。数据集可能没有众数、有一个众数或有多个众数。众数适用于分类数据。

    For skewed distributions, the median is often a better measure of central tendency than the mean. The mean considers all values but can be distorted by extreme scores.

    对于偏态分布,中位数往往是比平均数更好的集中趋势度量。平均数考虑所有值但可能被极端分數扭曲。


    4. Ratio vs Proportion | 比与比例

    A ratio compares the sizes of two or more parts of a whole (part-to-part). For example, if a class has boys and girls in the ratio 3:2, it means for every 3 boys there are 2 girls. Ratios have no units.

    比是比较整体中两个或多个部分的大小(部分与部分之比)。例如,如果一个班级男女比例为 3:2,意味着每 3 个男生对应 2 个女生。比没有单位。

    A proportion compares a part to the whole (part-to-whole) or shows two equal ratios. For instance, the proportion of boys in the class is 3/5. A proportion can be written as a fraction, decimal, or percentage.

    比例比较部分与整体(部分与整体)或显示两个相等比率。例如,班上男生的比例是 3/5。比例可以写成分数、小数或百分数。

    When solving problems, you often use the unitary method or equivalent ratios to find missing values. Direct proportion means as one quantity increases, the other increases at the same rate.

    解决问题时,常使用单位法或等值比来求未知值。正比例意味着当一个量增加时,另一个量以相同速率增加。


    5. Expanding Brackets vs Factorising | 展开括号与因式分解

    Expanding brackets means multiplying each term inside the bracket by the term outside. Use the distributive property: a(b + c) = ab + ac. Double brackets use FOIL: (x + a)(x + b) = x² + (a+b)x + ab.

    展开括号意为将括号外的项与括号内的每一项相乘。使用分配律:a(b + c) = ab + ac。双重括号使用 FOIL 方法:(x + a)(x + b) = x² + (a+b)x + ab。

    Factorising is the reverse process: writing an expression as a product of factors. Start by taking out the highest common factor (HCF). For quadratics, factorising x² + 5x + 6 into (x + 2)(x + 3).

    因式分解是逆过程:把表达式写成因式的积。从提取最大公因数 (HCF) 开始。对于二次式,将 x² + 5x + 6 分解为 (x + 2)(x + 3)。

    Expanding and factorising are essential for solving quadratic equations. Always check your factorising by expanding back.

    展开和因式分解是解二次方程的基础。务必通过重新展开来检查因式分解。


    6. Area vs Volume | 面积与体积

    Area measures the surface of a 2D shape; volume measures the space occupied by a 3D solid. While area uses square units, volume uses cubic units (e.g., cm³, m³).

    面积测量二维图形的表面;体积测量三维立体所占的空间。面积使用平方单位,体积使用立方单位(如 cm³、m³)。

    Volume of a cuboid = length × width × height. The volume of a prism is area of cross-section × length. Surface area of a 3D shape is the total area of all its faces.

    长方体体积 = 长 × 宽 × 高。柱体的体积 = 横截面积 × 长度。三维图形的表面积是所有面的面积总和。

    When converting between units, note that 1 m² = 10,000 cm², but 1 m³ = 1,000,000 cm³. This is a common pitfall.

    单位换算时注意,1 m² = 10,000 cm²,但 1 m³ = 1,000,000 cm³。这是个常见易错点。


    7. Experimental vs Theoretical Probability | 实验概率与理论概率

    Theoretical probability is what we expect to happen based on equally likely outcomes. For a fair dice, P(rolling a 6) = 1/6.

    理论概率是基于等可能结果我们预期会发生的事。对于均匀骰子,P(掷出6) = 1/6。

    Experimental probability (or relative frequency) is found by conducting trials: number of successful outcomes / total trials. It tends to match theoretical probability with a large number of trials.

    实验概率(或频率)通过试验获得:成功结果次数 / 总试验次数。当试验次数很多时,它趋近于理论概率。

    Use experiments to check fairness or test hypotheses. Compare expected frequencies with observed frequencies. The more trials, the more reliable the estimate.

    通过实验检验公平性或检验假设。比较期望频率和观测频率。试验次数越多,估计越可靠。


    8. Linear Equations vs Inequalities | 线性方程与不等式

    Linear equations have one exact solution, e.g. 2x + 3 = 7 gives x = 2. Inequalities describe a range of values, such as x > 2, and use symbols <, >, ≤, ≥.

    线性方程有一个确切解,例如 2x + 3 = 7 得到 x = 2。不等式描述一个值的范围,如 x > 2,使用符号 <、>、≤、≥。

    Solving inequalities is similar to solving equations, but if you multiply or divide by a negative number, you must reverse the inequality sign. For example, -2x < 4 becomes x > -2.

    解不等式与解方程类似,但如果乘或除以负数,必须反转不等号方向。例如 -2x < 4 变为 x > -2。

    Represent inequalities on a number line: open circle for < or >, closed circle for ≤ or ≥. Show solution sets as x > -2 and x ≤ 5.

    用数轴表示不等式:< 或 > 用空心圆,≤ 或 ≥ 用实心圆。显示解集如 x > -2 且 x ≤ 5。


    9. Translations, Reflections, and Rotations | 平移、反射与旋转

    A translation slides a shape without turning or flipping. It is described by a vector, e.g. (5, 2) meaning move

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

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

  • Mastering KS3 Maths: Essential Topics from Book 8F | KS3 数学:Book 8F 核心知识点精讲

    📚 Mastering KS3 Maths: Essential Topics from Book 8F | KS3 数学:Book 8F 核心知识点精讲

    In this article, we delve into the core ideas presented in Essential Maths Book 8F, a trusted resource for Key Stage 3 foundation level. You will revisit the most important concepts, from fractions and algebra to geometry and probability, with clear explanations and practical examples designed to build confidence and exam readiness.

    本文我们将深入探讨 Essential Maths Book 8F 中的核心内容,这是一本针对 KS3 基础阶段的可靠教材。你将回顾从分数、代数到几何和概率的最重要概念,辅以清晰的解释和实用例题,旨在帮助你建立信心并做好考试准备。

    1. Fractions, Decimals, and Percentages | 分数、小数与百分数

    Understanding the relationship between fractions, decimals, and percentages is fundamental. To convert a fraction to a decimal, divide the numerator by the denominator. For example, 3/4 becomes 0.75. To turn a decimal into a percentage, multiply by 100. Thus 0.75 = 75%. Conversely, to change a percentage to a fraction, write it over 100 and simplify: 40% = 40/100 = 2/5.

    理解分数、小数和百分数之间的关系是基础。要将分数转换为小数,用分子除以分母。例如,3/4 变成 0.75。要把小数转换为百分数,乘以 100。因此 0.75 = 75%。反过来,将百分数转换为分数,把它写在 100 上方然后化简:40% = 40/100 = 2/5。

    When adding or subtracting fractions, you must first find a common denominator. For instance, 1/3 + 1/4 = 4/12 + 3/12 = 7/12. For multiplication, simply multiply the numerators and denominators: 2/5 × 3/4 = 6/20 = 3/10. Division involves flipping the second fraction and multiplying: 2/5 ÷ 3/4 = 2/5 × 4/3 = 8/15.

    在加减分数时,你必须先找到公分母。例如,1/3 + 1/4 = 4/12 + 3/12 = 7/12。乘法时,直接将分子和分母相乘:2/5 × 3/4 = 6/20 = 3/10。除法则需要把第二个分数倒转再相乘:2/5 ÷ 3/4 = 2/5 × 4/3 = 8/15。

    Being able to compare quantities using percentages is a key skill. If a test score is 18 out of 25, the percentage is (18/25) × 100 = 72%. Percentages are also used to calculate increases and decreases, such as adding 15% VAT to a price or finding a 20% discount.

    能够用百分数比较数量是一项关键技能。如果一次测验得了 25 分中的 18 分,百分数是 (18/25) × 100 = 72%。百分数也用于计算增减,例如在价格上加 15% 增值税或计算 20% 的折扣。


    2. Ratio and Proportion | 比与比例

    Ratio compares the sizes of two or more quantities. If a recipe uses 2 cups of flour and 1 cup of sugar, the ratio is 2:1. Ratios can be simplified just like fractions by dividing both sides by a common factor. For example, 10:15 simplifies to 2:3 after dividing by 5.

    比用来比较两个或多个量的大小。如果一个食谱需要用 2 杯面粉和 1 杯糖,比就是 2:1。比可以像分数那样通过除以公因数来化简。例如,10:15 除以 5 后化简为 2:3。

    Proportion tells us how one quantity changes with another. If 5 pens cost £3.50, the cost of 1 pen is £0.70, and 8 pens would cost 8 × £0.70 = £5.60. This is called direct proportion: as the number of pens increases, the total cost increases at the same rate.

    比例告诉我们一个量如何随另一个量变化。如果 5 支笔的价格是 3.50 英镑,那么 1 支笔的价格是 0.70 英镑,8 支笔的费用就是 8 × 0.70 = 5.60 英镑。这叫做正比例:随着笔的数量增加,总费用以同样的速度增加。

    Sharing a quantity in a given ratio is a common type of problem. To share £50 in the ratio 2:3, you first add the parts: 2+3=5. One part is £50 ÷ 5 = £10. The first share receives 2 × £10 = £20, the second 3 × £10 = £30.

    按给定的比分配一个数量是一类常见题目。按 2:3 的比例分配 50 英镑,首先将份数相加:2+3=5。一份是 50 ÷ 5 = 10 英镑。第一份得到 2 × 10 = 20 英镑,第二份得到 3 × 10 = 30 英镑。


    3. Algebraic Expressions | 代数表达式

    Algebra uses letters to represent unknown numbers. In an expression like 3a + 2b − 5, a and b are variables. You can simplify expressions by combining like terms: 4x + 3y − 2x + y becomes 2x + 4y. Remember that x means 1x, and xy is short for x × y.

    代数运用字母来表示未知数。在像 3a + 2b − 5 这样的表达式中,a 和 b 是变量。你可以通过合并同类项来化简表达式:4x + 3y − 2x + y 化简为 2x + 4y。记住 x 就是 1x,而 xy 是 x × y 的简写。

    Expanding brackets is another essential skill. When you see a number or term outside a bracket, multiply everything inside by it: 3(m + 4) = 3m + 12. For double brackets, like (x + 2)(x + 5), use the FOIL method: First, Outer, Inner, Last. So (x + 2)(x + 5) = x² + 5x + 2x + 10 = x² + 7x + 10.

    去括号是另一项基本技能。当你看到括号外有一个数或项,用它乘括号内的每一项:3(m + 4) = 3m + 12。对于像 (x + 2)(x + 5) 这样的两个括号相乘,使用 FOIL 方法:首项、外项、内项、尾项。所以 (x + 2)(x + 5) = x² + 5x + 2x + 10 = x² + 7x + 10。

    Factorising is the reverse of expanding. For 6x + 9, the highest common factor is 3, giving 3(2x + 3). A quadratic like x² + 5x + 6 factorises into (x + 2)(x + 3) because 2 and 3 add to 5 and multiply to 6.

    因式分解是去括号的逆过程。对于 6x + 9,最大公因数是 3,因此分解为 3(2x + 3)。一个像 x² + 5x + 6 的二次式因式分解为 (x + 2)(x + 3),因为 2 和 3 相加得 5,相乘得 6。


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

    A linear equation contains an unknown, often x, and we solve it by isolating the variable on one side. For example, x + 7 = 12. Subtract 7 from both sides: x = 5. If the equation has a multiplication, like 3x = 18, divide both sides by 3 to find x = 6.

    一元一次方程含有一个未知数,通常是 x,我们通过把变量隔离到等式一边来求解。例如,x + 7 = 12。两边同时减去 7:x = 5。如果方程带有乘法,如 3x = 18,两边同时除以 3 得到 x = 6。

    Sometimes equations require two steps. Solve 2x − 4 = 10 by first adding 4 to both sides: 2x = 14, then dividing by 2: x = 7. Always check your solution by substituting it back into the original equation: 2(7) − 4 = 14 − 4 = 10, so it works.

    有时候解方程需要两步。解 2x − 4 = 10,先两边加 4:2x = 14,然后除以 2:x = 7。始终通过将解代回原方程来检验:2(7) − 4 = 14 − 4 = 10,所以正确。

    Equations with the variable on both sides need a little more care. For 5x + 3 = 2x + 12, subtract 2x from both sides: 3x + 3 = 12. Then subtract 3: 3x = 9, so x = 3. Always aim to collect x terms on one side and numbers on the other.

    变量出现在等式两边的方程需要更加小心。对于 5x + 3 = 2x + 12,两边同时减去 2x:3x + 3 = 12。然后减去 3:3x = 9,所以 x = 3。始终力求把含 x 的项移到一边,数字移到另一边。


    5. Sequences and Patterns | 数列与规律

    A sequence is a list of numbers that follows a rule. The rule often involves adding or subtracting a constant. In the sequence 4, 7, 10, 13, … the term-to-term rule is ‘add 3’. The next terms are 16, 19, 22. This is called an arithmetic sequence.

    数列是按照一定规则排列的一列数。规则常涉及加上或减去一个常数。在数列 4, 7, 10, 13, … 中,项与项之间的规则是“加 3”。接下来的项是 16, 19, 22。这就叫做等差数列。

    We can also find the position-to-term rule (nth term) for a sequence. For 4, 7, 10, 13, …, the nth term is 3n + 1, because multiplying the position n by 3 and adding 1 gives the term. For n=1: 3(1)+1=4; n=2: 3(2)+1=7, and so on.

    我们还能找到数列的第 n 项公式。对于 4, 7, 10, 13, …,第 n 项公式是 3n + 1,因为将位置 n 乘以 3 再加 1 就得到该项。当 n=1:3(1)+1=4;n=2:3(2)+1=7,以此类推。

    Recognising patterns is useful for problem solving. Look for differences between consecutive terms. If the differences are constant, the sequence is linear and the nth term will be of the form an + b, where a is the common difference.

    识别规律对解题非常有用。观察连续项之间的差。如果差是常数,那么该数列是线性的,第 n 项公式为 an + b 的形式,其中 a 是公差。


    6. Coordinates and Straight-Line Graphs | 坐标与直线图像

    Coordinates are written as (x, y) and they describe a point’s position on a grid. The x-value tells you how far across, and the y-value how far up or down. The point (3, −2) is 3 units right and 2 units down from the origin (0,0).

    坐标写成 (x, y) 的形式,描述点在网格上的位置。x 值告诉你水平方向多远,y 值告诉你垂直方向多远。点 (3, −2) 是从原点 (0,0) 向右 3 个单位、向下 2 个单位。

    A straight-line graph has an equation of the form y = mx + c. Here m is the gradient (steepness) and c is the y-intercept (where the line crosses the y-axis). For y = 2x + 1, the line crosses the y-axis at (0,1) and has a gradient of 2, meaning for every 1 across, it goes up by 2.

    直线图像具有 y = mx + c 形式的方程。这里 m 是斜率(坡度),c 是 y 轴截距(直线与 y 轴的交点)。对于 y = 2x + 1,直线在 (0,1) 处与 y 轴相交,斜率为 2,意味着横向每变化 1,纵向上升 2。

    To draw a straight line, create a table of values. Choose x-values like −2, −1, 0, 1, 2, calculate the corresponding y-values, plot the points, and join them with a ruler. Parallel lines have the same gradient; perpendicular lines have gradients that multiply to −1.

    要画一条直线,先列出数值表。选择 x 值如 −2, −1, 0, 1, 2,计算对应的 y 值,描点,然后用直尺连接。平行线有相同的斜率;互相垂直的直线斜率之积为 −1。


    7. Perimeter, Area, and Volume | 周长、面积与体积

    Perimeter is the total distance around a 2D shape. For a rectangle with length l and width w, P = 2l + 2w. For a triangle, simply add the lengths of its three sides. Compound shapes can be split into simpler parts to find the perimeter.

    周长是二维图形四周的总长度。对于长为 l 宽为 w 的矩形,周长 P = 2l + 2w。对于三角形,只需将三条边的长度相加。复合图形可以拆分成更简单的部分来求周长。

    Area is the amount of surface a shape covers. Rectangle area = length × width. Triangle area = ½ × base × height. For a circle, area = π × radius² (A = πr²) and circumference (perimeter of a circle) = 2πr. π is approximately 3.14.

    面积是图形覆盖的表面大小。矩形面积 = 长 × 宽。三角形面积 = ½ × 底 × 高。对于圆,面积 = π × 半径²(A = πr²),周长(圆的周长)= 2πr。π 约等于 3.14。

    Volume measures the space inside a 3D object. Volume of a cuboid = length × width × height. For prisms, volume = area of cross-section × length. Units are cubic: cm³, m³. Always check the units are consistent before calculating.

    体积测量的是三维物体内部的空间。长方体体积 = 长 × 宽 × 高。对于棱柱,体积 = 横截面积 × 长。单位是立方的:cm³、m³。计算前务必确保单位一致。


    8. Angles and Shapes | 角与图形

    Angles are measured in degrees, and they can be classified as acute (less than 90°), right (90°), obtuse (between 90° and 180°), and reflex (more than 180°). Angles on a straight line sum to 180°, and angles around a point sum to 360°.

    角以度为单位,可分为锐角(小于 90°)、直角(90°)、钝角(介于 90° 和 180° 之间)和优角(大于 180°)。一条直线上的角之和为 180°,围绕一个点的角之和为 360°。

    When two parallel lines are crossed by a transversal, corresponding angles are equal, alternate angles are equal, and co-interior (allied) angles sum to 180°. Recognising these facts helps find missing angles in complex diagrams.

    当两条平行线被一条截线穿过时,同位角相等,内错角相等,同旁内角之和为 180°。识别这些性质有助于在复杂图形中找到未知角度。

    In a triangle, the sum of interior angles is always 180°. An equilateral triangle has three 60° angles and equal sides. An isosceles triangle has two equal sides and two equal base angles. Sum of angles in a quadrilateral is 360°.

    在三角形中,内角和总是 180°。等边三角形有三个 60° 角且边边相等。等腰三角形有两条相等边和两个相等的底角。四边形内角和为 360°。


    9. Transformations | 图形变换

    Transformations move or change a shape. The four types are translation (sliding), reflection (flipping), rotation (turning), and enlargement (resizing). Each transformation has specific rules and describing them fully requires certain details.

    变换是将一个图形移动或改变。共有四种类型:平移(滑动)、反射(翻转)、旋转(转动)和放大(大小变化)。每种变换都有特定的规则,全面描述它们需要具体的细节。

    A translation is described by a vector, e.g., (3, −2) means move 3 units right and 2 units down. A reflection needs a mirror line, such as the x-axis, y-axis, or the line y = x. Every point is the same distance from the mirror.

    平移用向量描述,例如 (3, −2) 表示向右移动 3 个单位、向下移动 2 个单位。反射需要一条镜子线,如 x 轴、y 轴或直线 y = x。每个点到镜子的距离都相等。

    A rotation requires a centre of rotation, an angle (90°, 180°, 270°), and a direction (clockwise or anticlockwise). An enlargement needs a centre of enlargement and a scale factor. If the scale factor is 2, all side lengths double, and the shape stays similar.

    旋转需要一个旋转中心、一个角度(90°、180°、270°)和一个方向(顺时针或逆时针)。放大需要一个放大中心和一个比例因子。如果比例因子是 2,所有边长翻倍,图形保持相似。


    10. Statistics and Averages | 统计与平均数

    Data can be displayed in various charts. Bar charts compare categories, pictograms use symbols, and pie charts show proportions of a whole. A line graph is useful for showing changes over time, and a scatter graph shows the relationship between two variables.

    数据可以用多种图表显示。条形图用于比较类别,象形图使用符号,饼图展示各部分占整体的比例。折线图适合展示随时间的变化,散点图则显示两个变量之间的关系。

    The three main averages are the mean, median, and mode. The mean is calculated by adding all values and dividing by the number of values. The median is the middle value when the data is ordered. The mode is the value that appears most often.

    三种主要的平均数是平均数、中位数和众数。平均数通过将所有数值相加再除以数值的个数来计算。中位数是将数据排序后位于中间的值。众数是出现次数最多的值。

    The range measures how spread out the data is: range = largest value − smallest value. A bigger range means more variability. When comparing data sets, always consider both an average and the range to get a full picture.

    极差衡量数据的分散程度:极差 = 最大值 − 最小值。极差越大意味着变化性越大。比较数据集时,要同时考虑平均数和极差才能全面把握情况。


    11. Probability Introduction | 概率初步

    Probability describes the chance of an event happening. It is written as a fraction, decimal, or percentage between 0 (impossible) and 1 (certain). The probability of flipping a fair coin and getting heads is 1/2 or 0.5 or 50%.

    概率描述一个事件发生的可能性。它用 0(不可能)到 1(必然)之间的一个分数、小数或百分数来表示。抛掷一枚公平硬币得到正面的概率是 1/2,即 0.5 或 50%。

    The probability of equally likely outcomes is: P(event) = number of favourable outcomes / total number of possible outcomes. When rolling a normal dice, P(rolling a 6) = 1/6. The sum of probabilities of all possible outcomes is always 1.

    等可能结果的概率为:P(事件) = 有利结果数 / 所有可能结果数。掷一个普通骰子时,P(掷出 6) = 1/6。所有可能结果的概率之和总是 1。

    We can estimate probabilities from experiments using relative frequency. If a spinner lands on blue 23 times out of 100 spins, the experimental probability is 23/100 = 0.23. Theoretical probability uses the structure of the situation.

    我们可以通过实验用相对频率来估计概率。如果一个转盘旋转 100 次中有 23 次停在蓝色上,实验概率就是 23/100 = 0.23。理论概率则利用情境的结构来计算。


    12. Review and Practice Tips | 复习与练习建议

    Consolidating your understanding of these KS3 topics is best achieved through active practice. Work through mixed exercises, use past papers, and try explaining a method to someone else. When you get stuck, revisit the basic examples before moving on to harder problems.

    巩固对这些 KS3 主题的理解最好通过主动练习来实现。做混合练习题,使用历年试卷,并尝试向别人解释一种方法。遇到困难时,先回顾基本例题,然后再挑战更难的题目。

    Try creating your own revision notes with key formulae and examples. Use diagrams for geometry and transformations. Remember that making mistakes is part of learning—review your errors and understand why you went wrong. Little and often is more effective than cramming.

    尝试制作自己的复习笔记,包含关键公式和例题。几何和变换部分要多画图。记住犯错误是学习的一部分——回顾你的错误并理解错在哪里。少量多次的学习比死记硬背更有效。

    Published by TutorHao | Mathematics Revision Series | aleveler.com

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

  • KS3 Maths: Essential Maths Book 9C Answers – Common Mistakes Summary | KS3 数学:Essential Maths Book 9C 答案解析常见错误总结

    📚 KS3 Maths: Essential Maths Book 9C Answers – Common Mistakes Summary | KS3 数学:Essential Maths Book 9C 答案解析常见错误总结

    The Essential Maths Book 9C is designed to stretch Year 9 students with more demanding topics, from algebraic fractions to trigonometry. When working through the answers, many learners find that their mistakes are not due to a lack of understanding, but because of small, repeated slips that can be easily fixed. This article highlights the most frequent pitfalls in each topic area, explains why they happen, and shows how to avoid them.

    Essential Maths Book 9C 旨在通过更具挑战性的主题(如代数分数、三角学)来拓展 9 年级学生的能力。在核对答案时,许多学生发现错误并非源于不理解,而是由于反复出现的小失误,而这些失误是完全可以纠正的。本文梳理了各个知识领域中最常见的易错点,分析其成因,并展示如何避免。

    1. BIDMAS and Order of Operations | 运算顺序(BIDMAS)规则

    A classic error in 9C is working left to right without respecting BIDMAS (Brackets, Indices, Division/Multiplication, Addition/Subtraction). For instance, in 2 + 3 × 4, many write 20 instead of 14. The problem deepens when negatives or powers are involved, like −3² being misinterpreted as (−3)².

    9C 中最典型的错误是忽视 BIDMAS 规则(括号、指数、乘除、加减),直接从左往右计算。例如,在 2 + 3 × 4 中,许多人得出 20 而非 14。当涉及负数或乘方时,问题更严重,比如将 −3² 误解为 (−3)²。

    • Always perform multiplication before addition: 2 + 3 × 4 = 2 + 12 = 14.
    • 记得乘法优先于加法:2 + 3 × 4 = 2 + 12 = 14。
    • For −3², only the 3 is squared, then the negative sign is applied: −3² = −9, whereas (−3)² = +9.
    • 对于 −3²,只有 3 被平方,负号在平方之后应用:−3² = −9,而 (−3)² = +9。

    2. Negative Number Arithmetic | 负数运算

    Adding and subtracting negatives is a regular stumbling block. Students often treat −5 − (−3) as −5 − 3, arriving at −8 instead of −2. Similarly, −4 × −2 is sometimes wrongly given as −8. The book 9C includes many multi‑step equations where a single sign error throws off the whole solution.

    负数的加减是常见的障碍。学生常把 −5 − (−3) 误作 −5 − 3,得到 −8 而不是 −2。同样,−4 × −2 有时被错误地算成 −8。9C 教材中包含大量多步方程,一处符号错误就会导致整个解答偏离。

    • Two signs adjacent: −5 − (−3) = −5 + 3 = −2.
    • 两负号相邻时变为加号:−5 − (−3) = −5 + 3 = −2。
    • Multiplying or dividing two negatives gives a positive: −4 × −2 = +8.
    • 两个负数相乘或相除得正数:−4 × −2 = +8。
    • Adding a negative is the same as subtracting its positive: 7 + (−5) = 7 − 5 = 2.
    • 加上一个负数等于减去它的绝对值:7 + (−5) = 7 − 5 = 2。

    3. Fractions without a Common Denominator | 忽略通分的分数加减

    In 9C, fractional expressions include algebraic terms, but the core mistake is still the same: adding numerators and denominators directly. For example, 1/2 + 1/3 is incorrectly answered as 2/5. This error can persist into fraction‑of‑amount problems and composite areas.

    在 9C 中,分数表达式包含代数项,但核心错误仍然一样:直接将分子相加、分母相加。例如,1/2 + 1/3 被错误地算成 2/5。这种错误会延续到求一个数的几分之几以及组合面积问题中。

    • Find the lowest common multiple: 1/2 + 1/3 = 3/6 + 2/6 = 5/6.
    • 找出最小公倍数:1/2 + 1/3 = 3/6 + 2/6 = 5/6。
    • For subtraction: 3/4 − 1/6 = 9/12 − 2/12 = 7/12, not 2/0 or 2/2.
    • 减法同理:3/4 − 1/6 = 9/12 − 2/12 = 7/12,而不是 2/0 或 2/2。
    • With mixed numbers, convert to improper fractions first.
    • 遇到带分数时,先转化为假分数再计算。

    4. Percentage Increase vs Decrease Mix‑up | 百分数增减混淆

    When finding a price after a 15% discount, pupils sometimes multiply by 1.15 instead of 0.85. Conversely, when increasing by 20%, they may multiply by 0.2 alone, forgetting to add the original amount. Book 9C applies this to repeated percentage change and reverse percentages, where the correct multiplier is crucial.

    计算 15% 折扣后的价格时,学生有时错误地乘以 1.15 而不是 0.85。反之,在增加 20% 时,他们可能仅乘以 0.2,忘记加上原值。9C 教材将这一知识点应用到连续百分数变化和逆向百分数中,正确的乘数至关重要。

    • For a decrease of 15%, the multiplier is (100% − 15%) = 85% = 0.85.
    • 减少 15% 时,乘数为 (100% − 15%) = 85% = 0.85。
    • For an increase of 20%, the multiplier is (100% + 20%) = 120% = 1.20.
    • 增加 20% 时,乘数为 (100% + 20%) = 120% = 1.20。
    • To undo an increase of 25%, do not subtract 25%; divide by 1.25 instead.
    • 要撤销一次 25% 的增长,不能直接减去 25%,而应该除以 1.25。

    5. Expanding Brackets with Signs and Coefficients | 去括号时的符号与系数错误

    When expanding 3 − 2(4x − 5), a typical error is to write 3 − 8x − 10, forgetting that −2 multiplied by −5 gives +10. Another slip is squaring the first term only when expanding (x + 5)², yielding x² + 25 instead of x² + 10x + 25.

    展开 3 − 2(4x − 5) 时,典型错误是写成 3 − 8x − 10,忘记了 −2 乘以 −5 得到 +10。另一个常见失误是在展开 (x + 5)² 时只将第一个项平方,得出 x² + 25,而非 x² + 10x + 25。

    • Distribute the sign as well: −2(4x − 5) = −8x + 10, so 3 − 8x + 10 = 13 − 8x.
    • 系数符号要一起分配:−2(4x − 5) = −8x + 10,因此 3 − 8x + 10 = 13 − 8x。
    • For (x + 5)², use FOIL or the square of a binomial: (x + 5)(x + 5) = x² + 5x + 5x + 25.
    • 对于 (x + 5)²,使用乘法分配律或完全平方公式:(x + 5)(x + 5) = x² + 5x + 5x + 25。

    6. Solving Equations: Moving Terms Incorrectly | 解方程移项错误

    A widespread mistake in 9C is “changing sides, changing signs” without understanding. For example, when solving 3x − 2 = x + 4, students might move x to the left as −x, but forget to move 4, or move −2 as +2 but also add 2 on the same side. This leads to nonsense like 2x = 2 instead of 2x = 6.

    9C 中普遍存在的问题是机械地“移项变号”而不理解。例如,解 3x − 2 = x + 4 时,学生可能将 x 移到左边变为 −x,却忘记移动 4,或者将 −2 变成 +2 但又同侧多加了一个 2。结果得出诸如 2x = 2 而非 2x = 6 的荒谬结论。

    • Perform the same operation on both sides: 3x − 2 − x = x + 4 − x → 2x − 2 = 4.
    • 对等式两边同时进行相同操作:3x − 2 − x = x + 4 − x → 2x − 2 = 4。
    • Then add 2: 2x − 2 + 2 = 4 + 2 → 2x = 6, so x = 3.
    • 然后加 2:2x − 2 + 2 = 4 + 2 → 2x = 6,得 x = 3。
    • Avoid “magic” transposition; always think of inverse operations.
    • 避免“魔力”移项;始终思考逆运算。

    7. Ratio and Proportion Misconceptions | 比例和比率误解

    When asked to share £60 in the ratio 3:5, students often divide £60 by 3 and by 5 separately. The correct approach is to find the total number of parts (3+5=8) and then calculate 3/8 × £60. Another pitfall is assuming that the ratio 1:2 means one is half the other, but that is only true when comparing to the second part, not to the total.

    当被要求按 3:5 的比例分配 60 英镑时,学生常常分别用 60 英镑除以 3 和除以 5。正确的方法是先求出总份数(3+5=8),再分别计算 3/8 × £60。另一个误区是认为比例 1:2 意味着一个是另一个的一半,但这只在与第二部分比较时才成立,并非相对于总数。

    • Total parts first: 3 + 5 = 8. One part = £60 ÷ 8 = £7.50. Then 3 parts = £22.50, 5 parts = £37.50.
    • 先求总份数:3 + 5 = 8。一份 = £60 ÷ 8 = £7.50。然后 3 份 = £22.50,5 份 = £37.50。
    • When simplifying a ratio, both sides must be in the same units, and always divide by the greatest common factor.
    • 化简比例时,两边必须单位一致,且始终除以最大公因数。

    8. Units in Area and Volume | 面积和体积的单位转换

    Converting between square metres and square centimetres is a persistent fault. Many learners still use a factor of 100 instead of 100² = 10,000. So 2 m² becomes 200 cm² in their working, when it should be 20,000 cm². The same happens with volume: 1 m³ = 1,000,000 cm³, not 1,000,000 cm? The cubic factor is 100³.

    平方米和平方厘米之间的换算是一个顽固的错误。许多学习者仍然使用 100 作为换算因子,而不是 100² = 10,000。因此他们的运算中 2 m² 变成了 200 cm²,而正确的应该是 20,000 cm²。体积同理:1 m³ = 1,000,000 cm³,而非 1000 cm³。立方换算因子是 100³。

    • 1 m² = 100 cm × 100 cm = 10,000 cm². Multiply the number of m² by 10,000.
    • 1 m² = 100 cm × 100 cm = 10,000 cm²。将平方米的数值乘以 10,000。
    • 1 m³ = 100 cm × 100 cm × 100 cm = 1,000,000 cm³. Always write the units clearly during calculation.
    • 1 m³ = 100 cm × 100 cm × 100 cm = 1,000,000 cm³。计算时务必清晰书写单位。

    9. Misreading Statistical Diagrams | 统计图表的误读

    Interpreting a cumulative frequency graph or a box plot leads to errors when students read the axes backwards or confuse median with mode. In 9C, questions often ask for the interquartile range; a common mistake is to give the difference between the maximum and minimum instead of Q3 − Q1. Likewise, calculating an estimated mean from grouped frequency requires using the midpoint, not the class boundaries.

    在解读累积频率图或箱形图时,学生常因反向读取坐标轴或混淆中位数与众数而出错。9C 中常要求求四分位距;常见的错误是给出最大值与最小值之差,而不是 Q3 − Q1。此外,根据分组频率估算平均值时,需使用组中值,而非组界。

    • Median is the value at the 50th percentile, not the most frequent value.
    • 中位数是第 50 百分位数对应的值,而非出现频率最高的值。
    • Interquartile range = upper quartile − lower quartile, not max − min.
    • 四分位距 = 上四分位数 − 下四分位数,而非最大值 − 最小值。
    • Midpoint of class = (lower bound + upper bound) ÷ 2. Use that for estimated mean.
    • 组中值 = (分组下限 + 上限) ÷ 2。估算平均值时使用组中值。

    10. Probability that Doesn’t Sum to 1 | 概率之和不为 1

    When listing probabilities for all outcomes, some students forget that the total must be 1. They might leave a gap or double‑count. In tree diagrams, multiplying along branches is often correct, but adding probabilities at the end is where slips occur – especially when the events are not mutually exclusive. 9C includes combined events where the “AND” and “OR” rules need care.

    在列举所有结果的概率时,一些学生忘记总和必须为 1。他们可能会漏掉某个结果或重复计算。在树状图中,沿分支相乘通常正确,但在最后相加概率时容易出错——尤其是当事件不是互斥的时候。9C 包含了组合事件,需要谨慎处理“AND”和“OR”法则。

    • All mutually exclusive outcomes of an experiment must add to 1. Always check the sum.
    • 一项试验所有互斥结果的概率之和必须为 1。务必检查总和。
    • P(A or B) = P(A) + P(B) − P(A and B) if not mutually exclusive. Do not just add.
    • 若非互斥事件,P(A 或 B) = P(A) + P(B) − P(A 且 B)。不要简单地相加。
    • In tree diagrams, the probabilities on each set of branches sum to 1.
    • 树状图中,每组分支上的概率之和为 1。

    11. Trigonometry: Wrong Ratio or Missing Units | 三角比选错或忽略单位

    In 9C, students are introduced to sin, cos and tan. A frequent slip is mixing up opposite and adjacent sides, leading to an incorrect ratio. Another error is solving for an angle but forgetting to use the inverse function (sin⁻¹ etc.). Also, when a side length is required, answers sometimes appear without units or with the wrong unit.

    在 9C 中,学生初次接触正弦、余弦和正切。常见失误是混淆对边和邻边,导致选错三角比。另一个错误是在求角度时忘记使用反函数(sin⁻¹ 等)。此外,当要求边长时,答案有时缺少单位或单位错误。

    • Label the sides clearly: opposite the given angle, hypotenuse opposite the right angle, adjacent next to the angle and the right angle.
    • 清晰标注各边:对边是给定角对面的边,斜边是直角对面的边,邻边是紧挨给定角和直角的边。
    • To find an angle, use the inverse trig function: θ = sin⁻¹(opp/hyp).
    • 求角度时,使用反三角函数:θ = sin⁻¹(对边/斜边)。
    • Always include units (cm, m, etc.) when giving a length, unless the question specifies “units”.
    • 给出长度时,始终包含单位(cm、m 等),除非题目要求用“单位”表示。

    12. Algebraic Fractions: Cancelling Incorrectly | 代数分式的约分错误

    When simplifying expressions like (x² − 9)/(x − 3), pupils often cancel the x² with x or the −9 with −3, ignoring that only factors can be cancelled. The expression must be factorised first: (x − 3)(x + 3)/(x − 3) → x + 3, provided x ≠ 3. Similarly, when adding algebraic fractions, failing to find a common denominator in the numerator and denominator is common.

    化简形如 (x² − 9)/(x − 3) 的表达式时,学生常常将 x² 与 x 相约,或将 −9 与 −3 相约,却忽视了只有因式才能约分。必须先因式分解:(x − 3)(x + 3)/(x − 3) → x + 3,前提是 x ≠ 3。同样,在代数分式加减时,未对分子和分母同时通分也很常见。

    • Factorise completely before cancelling: (x² − 9) = (x − 3)(x + 3).
    • 约分前先彻底因式分解:(x² − 9) = (x − 3)(x + 3)。
    • Only cancel entire factors, never individual terms in a sum.
    • 只能约掉整个因式,不能约掉和式中的单项。
    • For addition, use a common denominator: a/b + c/d = (ad + bc)/bd.
    • 加法时通分:a/b + c/d = (ad + bc)/bd。

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

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

  • Key Mistakes in Essential Maths 8C Homework Book | KS3数学易错点总结:Essential Maths 8C 作业本

    📚 Key Mistakes in Essential Maths 8C Homework Book | KS3数学易错点总结:Essential Maths 8C 作业本

    Throughout the Essential Maths 8C Homework Book, students encounter a range of topics that are fundamental to KS3 success. However, certain recurring errors can hold them back. This article pinpoints those common pitfalls and explains how to avoid them. By tackling these mistakes head-on, learners can build a stronger mathematical foundation.

    在 Essential Maths 8C 作业本中,学生会接触到一系列 KS3 阶段的重点知识,但一些反复出现的错误往往会影响他们的进步。本文梳理了这些典型的易错点,并讲解如何避开它们。直面这些错误,能帮助学生打下更牢固的数学基础。

    1. Negative Number Operations | 负数运算

    A very frequent slip is mishandling signs when multiplying or dividing. Many students still write −4 × −5 = −20. In fact, multiplying two negatives yields a positive: −4 × −5 = 20. The same rule applies to division: −12 ÷ −3 = 4.

    在乘除法中弄错符号是最常见的错误之一。很多同学依然会写出 −4 × −5 = −20。实际上,两数相乘同号得正:−4 × −5 = 20。除法同样适用:−12 ÷ −3 = 4。

    Addition and subtraction of negatives cause equal trouble. For instance, 2 − (−7) is often incorrectly computed as 2 − 7 = −5. Remember, subtracting a negative is the same as adding its positive, so 2 − (−7) = 2 + 7 = 9.

    负数的加减法也容易出错。例如 2 − (−7) 常被错误地算成 2 − 7 = −5。请记住,减去一个负数等同于加上它的相反数,因此 2 − (−7) = 2 + 7 = 9。

    When faced with a mixture like −3 + 8 − 5, it helps to group positives and negatives separately. The correct sum is (−3 − 5) + 8 = −8 + 8 = 0. The typical error is forgetting that −5 is still negative, leading to an answer of 6.

    遇到 −3 + 8 − 5 这类混合运算时,可以将正负数分组。正确计算为 (−3 − 5) + 8 = −8 + 8 = 0。常见的错误是忘记 −5 依然是负数,从而得出 6 这样的答案。


    2. Fraction Division | 分数除法

    The ‘keep-change-flip’ rule is easily forgotten under pressure. When asked to calculate 2/3 ÷ 4/5, some students multiply straight across: (2×4)/(3×5) = 8/15. The right method is to keep the first fraction, change ÷ to ×, and flip the second fraction: 2/3 × 5/4 = 10/12, which simplifies to 5/6.

    “不变-变号-倒数”的规则在紧张时很容易被遗忘。计算 2/3 ÷ 4/5 时,有些同学会直接分子乘分子、分母乘分母,得到 8/15。正确做法是保留第一个分数,除号变乘号,第二个分数取倒数:2/3 × 5/4 = 10/12,化简为 5/6。

    Another pitfall is mixing up which fraction to flip. For 3 ÷ 2/7, always write 3 as 3/1 first, then flip only the divisor: 3/1 × 7/2 = 21/2 = 10 ½.

    另一个易错点是把倒数取错了对象。对于 3 ÷ 2/7,要先将 3 写成 3/1,然后只需将除数 2/7 翻转:3/1 × 7/2 = 21/2 = 10 ½。

    Students also fail to simplify before multiplying. In 5/8 ÷ 15/16, flipping gives 5/8 × 16/15. Cancelling 5 with 15 and 8 with 16 yields 1/1 × 2/3 = 2/3, much simpler than multiplying 80/120 first.

    很多学生不会在乘之前先约分。计算 5/8 ÷ 15/16 时,取倒数得 5/8 × 16/15。用 5 和 15 约分,用 8 和 16 约分,得到 1/1 × 2/3 = 2/3,比先乘出 80/120 再化简要简便得多。


    3. Expanding Brackets | 展开括号

    When expanding 3(2x − 4), the most common error is getting the sign of the constant wrong. Some write 3 × 2x = 6x, and 3 × 4 = 12, forgetting the original minus sign, resulting in 6x − 12? Actually, 3 × (−4) = −12, so the answer is 6x − 12. The mistake often happens when the minus sign is mentally ignored, giving 6x + 12.

    展开 3(2x − 4) 时,最容易犯的错误是常数项符号出错。有的同学写 3 × 2x = 6x,然后 3 × 4 = 12,忘了原来的减号,得出 6x − 12——等等,其实 3 × (−4) = −12,正确答案就是 6x − 12。让人意外的是,很多人会直接忽略负号,写成 6x + 12。

    Double brackets like (x + 5)(x − 3) demand careful cross-multiplication. A typical slip is to do x × x = x², x × 3 = 3x, 5 × x = 5x, 5 × −3 = −15, but then mistakenly combine +3x and +5x as +8x, forgetting that the first product of x and −3 should be −3x. Correct expansion gives x² − 3x + 5x − 15 = x² + 2x − 15.

    像 (x + 5)(x − 3) 这样的两个括号相乘,需要仔细进行交叉相乘。典型错误是:x × x = x²,然后 x × 3 = 3x,5 × x = 5x,5 × (−3) = −15。接着把 3x 和 5x 合并成 8x,却忘了 x 乘 −3 本应是 −3x。正确展开应该是 x² − 3x + 5x − 15 = x² + 2x − 15。


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

    In equations such as 4x + 7 = 31, many subtract 7 from 31 correctly to get 4x = 24, but then divide by 4 and obtain x = 6. The error arises when they instead add 7 to both sides, resulting in 4x = 38, or when they try to move the 7 and forget to change its sign.

    对于 4x + 7 = 31 这样的方程,很多人能正确地从 31 中减去 7,得到 4x = 24,然后除以 4 得出 x = 6。但当方程变成 4x − 7 = 31 时,错误就来了——有人会两边仍然减 7,得出 4x = 24,而不是正确地加 7,得到 4x = 38。

    Equations with variables on both sides, like 5x − 3 = 2x + 9, confuse students who try to subtract 2x from 5x but also subtract 3 from 9 incorrectly. The safe strategy is to collect x terms on one side and numbers on the other: 5x − 2x = 9 + 3, giving 3x = 12, so x = 4.

    方程两边都有未知数,如 5x − 3 = 2x + 9,常让学生手忙脚乱。有人试图两边同时减 2x 和减 3,却弄不清符号变化。稳妥的做法是把含 x 的项移到一边,常数项移到另一边:5x − 2x = 9 + 3,得 3x = 12,x = 4。

    Always check your solution by substituting it back. For 2(x − 4) = 10, solving gives x = 9. Plug it back: 2(9 − 4) = 2(5) = 10. If it doesn’t work, a sign or arithmetic error has occurred.

    解完后一定要代回原方程检验。例如 2(x − 4) = 10,解得 x = 9。代回去:2(9 − 4) = 2 × 5 = 10。如果不等,就说明符号或计算出了错。


    5. Ratio and Proportion | 比与比例

    When a recipe question says ‘the ratio of flour to sugar is 3:2; how much flour for 150 g of sugar?’, a frequent mistake is to set up the proportion incorrectly. Many write 3/2 = x/150 and cross-multiply to get 2x = 450, x = 225. That’s actually correct here. The error creeps in when the labels are swapped: 2/3 = x/150 would yield 100 g, which is wrong. Always align the first number with the first quantity.

    碰到“面粉和糖的比是 3:2,用 150 克糖需要多少面粉”这种题,常见的错误是比例式列反了。正确的方程是 3/2 = x/150,交叉相乘得 2x = 450,x = 225 克。可一旦写成 2/3 = x/150,就会得到 100 克。一定要让比的前项对应第一个量。

    Unitary method errors also appear. To divide £48 in the ratio 3:5, the total parts are 8, each part £6, so shares are £18 and £30. Students sometimes divide £48 by 3 and 5 separately, which is meaningless.

    单位法也容易用错。把 48 英镑按 3:5 分配,总份数是 8,每份 6 英镑,分别得 18 和 30 英镑。有的学生直接用 48 ÷ 3 和 48 ÷ 5,这毫无意义。

    Sharing ratios with three terms does not change the logic, but students may add only two numbers. For a share of 90 in the ratio 1:2:3, total parts = 1+2+3 = 6, each part = 15, so shares are 15, 30, 45.

    三部分的比同样处理,但总有人只加两个数。把 90 按 1:2:3 分配,总份数 = 1+2+3 = 6,每份 15,结果分别是 15、30、45。


    6. Area and Circumference of Circles | 圆的面积和周长

    The formulas A = πr² and C = 2πr (or C = πd) are swapped constantly. A classic mistake is using the diameter in the area formula: if d = 10 cm, students might compute A = π × 10² = 100π, forgetting that radius = 5 cm, giving A = π × 5² = 25π cm².

    面积公式 A = πr² 和周长公式 C = 2πr(或 C = πd)经常被学生用混。一个经典错误是把直径带进面积公式:若直径 d = 10 cm,有同学会算成 A = π × 10² = 100π,而忘了半径是 5 cm,正确的面积是 π × 5² = 25π cm²。

    Another frequent blunder is writing circumference in square units or area in linear units. Remember: area is measured in cm², m², etc.; circumference is just cm, m. Always check the units of your answer.

    另一个常见错误是给周长套上平方单位,或给面积标上长度单位。请记住:面积的单位是平方厘米、平方米等,周长则是厘米、米。做完题一定要复查单位。

    When working with semi-circles, students often add the diameter once but forget to halve the circumference part. The perimeter of a semi-circle is πr + 2r, not just πr. For a semi-circle with r = 7 cm, perimeter = (π × 7) + 14 ≈ 22 + 14 = 36 cm.

    处理半圆时,学生常常只加一次直径,却忘了圆周长要取一半。半圆的周长是 πr + 2r,而不仅仅是 πr。例如 r = 7 cm 的半圆,周长约为 (π × 7) + 14 ≈ 22 + 14 = 36 cm。


    7. Basic Probability | 基础概率

    Probability values must lie between 0 and 1. Nonetheless, students regularly give answers like 1.2 or −0.3. If a bag contains 3 red and 5 blue marbles, the probability of red is 3/8, not 3/5.

    概率值只能在 0 到 1 之间,可是学生常给出 1.2 或 −0.3 这样的答案。如果袋子里有 3 个红球和 5 个蓝球,摸到红球的概率是 3/8,而不是 3/5。

    When outcomes are combined, pupils often add probabilities when they should multiply. For tossing a fair coin twice, getting two heads is ½ × ½ = ¼, not ½ + ½ = 1. Adding is only for mutually exclusive ‘OR’ events.

    处理组合事件时,该用乘法的地方却用了加法。掷一枚公平硬币两次,两次都是正面的概率是 ½ × ½ = ¼,不是 ½ + ½ = 1。只有互斥的“或”事件才用加法。

    The ‘at least one’ problem causes headaches. For two throws of a die, the probability of at least one six is better found by 1 − P(no six) = 1 − (5/6 × 5/6) = 1 − 25/36 = 11/36. Direct counting often leads to double counts.

    “至少一次”的问题让人头疼。掷两次骰子,至少得到一个 6 的概率最好用 1 − P(没有 6) = 1 − (5/6 × 5/6) = 1 − 25/36 = 11/36 来求。直接数个数很容易重复计算。


    8. Unit Conversions | 单位换算

    Length conversions are generally fine, but area and volume conversions catch many out. Students know 1 m = 100 cm, so they assume 1 m² = 100 cm². In truth, 1 m² = 100 cm × 100 cm = 10,000 cm².

    长度换算通常没问题,可面积与体积换算就难倒一片。学生知道 1 m = 100 cm,于是想当然地认为 1 m² = 100 cm²。实际上,1 m² = 100 cm × 100 cm = 10,000 cm²。

    For volume, 1 m³ = 100 cm × 100 cm × 100 cm = 1,000,000 cm³. Many will put just 1000. Drawing a cube and labelling each side can help visualise the scale.

    体积方面,1 m³ = 100 cm × 100 cm × 100 cm = 1,000,000 cm³,常被误写成 1000 cm³。画一个立方体并标注每条边的长度,有助于把关系形象化。

    Capacity conversions (litres to cm³) are also tricky. 1 litre = 1000 cm³. When a container’s volume is 2000 cm³, its capacity is 2 litres, not 20.

    容积单位(升与立方厘米)的换算也容易错。1 升 = 1000 cm³。若容器体积是 2000 cm³,其容量就是 2 升,不是 20 升。


    9. Averages from Frequency Tables | 频数表求平均值

    Finding the mean from a grouped frequency table requires multiplying the midpoint of each class by the frequency. A common mistake is using the class boundary instead of the midpoint. For the interval 10 ≤ x < 20, the midpoint is 15, not 10 or 20.

    根据分组频数表求平均数,需要用每组的组中值乘以频数。一个常见错误是把组限当作组中值。例如区间 10 ≤ x < 20,组中值是 15,而不是 10 或 20。

    After summing the fx column, students divide by the number of classes instead of the total frequency. If total frequency is 30, and the sum of fx is 540, the mean is 540 ÷ 30 = 18, not 540 ÷ 5 (if there are 5 classes).

    求出 fx 列的总和后,有的学生除以组数,而不是总频数。若总频数是 30,fx 总和为 540,均值就是 540 ÷ 30 = 18,而不能除以组数 5。

    The mode from a frequency table is the value or class with the highest frequency, not the highest value itself. Checking the frequency column carefully prevents picking a number that appears near the top by accident.

    频数表的众数是频数最高的那个数值或组,而非数值本身最大。仔细看频数列,避免顺手选到排在表格靠前位置的数值。


    10. Coordinates and Transformations | 坐标与图形变换

    When plotting points such as (3, −2), some students go right 3, down 2, but then label it (−3, 2) or swap x and y. Coordinates are always (x, y); the x-coordinate comes first. A quick sketch with arrows helps.

    标出点 (3, −2) 时,有些同学向右移 3、向下移 2,却标成 (−3, 2) 或把 x、y 搞反。坐标始终是 (x, y),先写横坐标。画上带箭头的简图有助于记忆。

    In reflections, the mistake is often reflecting in the wrong line. To reflect in the line x = 2, the perpendicular distance to the line must be equal. A point (4, 5) is 2 units to the right of x = 2, so its image is (0, 5). Without counting distances, students might place it at (−4, 5).

    做反射变换时,常错在选错了对称轴。关于直线 x = 2 反射,点到直线的垂直距离必须在另一侧相等。点 (4, 5) 在 x = 2 右侧 2 个单位,它的像就是 (0, 5)。不数距离的话,可能会被错放到 (−4, 5)。

    Enlargements from a centre point require multiplying the distance from the centre by the scale factor. If the centre is (0,0) and the scale factor is 2, then (1, 3) maps to (2, 6). The error is adding the scale factor instead of multiplying, giving (3, 5).

    以某点为中心做放大变换,需要将各点到中心的距离乘以比例因子。若中心为 (0,0),比例因子 2,点 (1, 3) 就变到 (2, 6)。常见错误是做加法而不是乘法,结果写成 (3, 5)。


    Published by TutorHao | Mathematics Revision Series | aleveler.com

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

  • KS3 Advanced Maths: Mathematical Skills in Oxford KS3 Chemistry Activate | KS3进阶数学:牛津KS3化学Activate中的数学技能

    📚 KS3 Advanced Maths: Mathematical Skills in Oxford KS3 Chemistry Activate | KS3进阶数学:牛津KS3化学Activate中的数学技能

    Oxford KS3 Chemistry Activate is not only about test tubes and reactions – it is packed with opportunities to sharpen your advanced maths skills. From balancing equations to interpreting graphs, every chemical concept asks you to think mathematically. In this article, we will explore the core mathematical techniques hidden in the Activate chemistry course, giving you the confidence to handle numbers, ratios, units, and data like a true scientist.

    牛津 KS3 化学 Activate 不仅仅是关于试管和化学反应——它充满了提升你进阶数学技能的机会。从配平方程式到解读图表,每一个化学概念都需要你用数学思维去思考。在本文中,我们将探索 Activate 化学课程中隐藏的核心数学技巧,让你像一名真正的科学家一样自信地处理数字、比例、单位和数据。

    1. Reading Subscripts in Chemical Formulae | 读懂化学式中的下标

    A formula such as H₂O tells you exactly how many atoms of each element are in one molecule. The subscript ‘2’ after H indicates two hydrogen atoms, while no subscript on O means there is one oxygen atom. This is your first step into ratio language in chemistry.

    像 H₂O 这样的化学式准确地告诉你一个分子中每种元素的原子数目。H 后面的下标“2”表示有两个氢原子,而 O 没有下标则意味着只有一个氧原子。这是你进入化学比例语言的第一步。

    In CO₂, the subscript ₂ shows a ratio of 1 carbon to 2 oxygen atoms. Mathematically, you can say the number of oxygen atoms is twice the number of carbon atoms. When you later calculate relative formula masses, these tiny numbers become essential multiplication factors.

    在 CO₂ 中,下标 ₂ 显示了碳与氧的原子个数比为 1:2。从数学上说,氧原子数是碳原子数的两倍。当你以后计算相对化学式质量时,这些小小的数字就变成了至关重要的乘法因子。


    2. Balancing Equations with Algebraic Thinking | 用代数思维配平方程式

    Consider the reaction H₂ + O₂ → H₂O. It is not balanced because the number of oxygen atoms does not match. You can treat the balancing process as solving a simple algebraic puzzle: find the smallest whole numbers a, b, c so that a H₂ + b O₂ → c H₂O has equal numbers of each atom on both sides.

    考虑反应 H₂ + O₂ → H₂O。它并不平衡,因为氧原子数目不相等。你可以把配平过程当作一个简单的代数谜题:找到最小的整数 a, b, c,使得 a H₂ + b O₂ → c H₂O 两边每种原子的数目相等。

    Setting up the equations: for H, 2a = 2c; for O, 2b = c. If we try c = 2, then a = 2 and b = 1, giving 2H₂ + O₂ → 2H₂O. This logical method is a straightforward application of mathematical equality and trial by substitution, skills that are central to KS3 advanced maths.

    列出方程:对于氢,2a = 2c;对于氧,2b = c。如果 c = 2,则 a = 2,b = 1,得到 2H₂ + O₂ → 2H₂O。这种逻辑方法是数学等式和代入尝试的直接应用,是 KS3 进阶数学的核心技能。


    3. Ratios and Proportions from Reaction Equations | 来自反应方程式的比与比例

    A balanced equation like 2Mg + O₂ → 2MgO tells you that the ratio of magnesium atoms to oxygen molecules is 2:1. If you start with 4 moles of Mg, you can use proportion to deduce that you need 2 moles of O₂ and will produce 4 moles of MgO. This is the same as scaling up a recipe.

    像 2Mg + O₂ → 2MgO 这样的配平方程式告诉你,镁原子与氧分子的比例是 2:1。如果你从 4 摩尔的 Mg 开始,你可以利用比例推断出需要 2 摩尔的 O₂,并且会产生 4 摩尔的 MgO。这和放大一份菜谱的原理是一样的。

    Practice question: In the reaction N₂ + 3H₂ → 2NH₃, how many molecules of NH₃ can be made from 6 molecules of H₂? By ratio, H₂ : NH₃ = 3 : 2, so 6 ÷ 3 × 2 = 4 molecules. This shows direct proportion at work inside chemical processes.

    练习题:在反应 N₂ + 3H₂ → 2NH₃ 中,6 个 H₂ 分子可以生成多少个 NH₃ 分子?根据比例,H₂ : NH₃ = 3 : 2,因此 6 ÷ 3 × 2 = 4 个分子。这显示了正比例在化学过程中的运用。


    4. Unit Conversion: cm³, dm³ and Litres | 单位换算:cm³、dm³ 和升

    In the lab, you often measure liquid volumes in cm³, but chemical calculations frequently require dm³. Since 1 dm³ = 1000 cm³, converting from cm³ to dm³ means dividing by 1000. For example, 250 cm³ = 0.25 dm³. This is a simple multiplication or division by powers of ten, a key KS3 number skill.

    在实验室里,你经常用 cm³ 测量液体体积,但化学计算常常需要 dm³。由于 1 dm³ = 1000 cm³,将 cm³ 转换为 dm³ 意味着除以 1000。例如,250 cm³ = 0.25 dm³。这是简单的乘除以十的幂次,是 KS3 数字技能的关键。

    Sometimes you need to convert between mass units: 1 kg = 1000 g, and 1 tonne = 1,000,000 g. Being comfortable moving between milli-, centi-, and kilo- prefixes helps you avoid careless mistakes in science and maths.

    有时候你需要在质量单位之间转换:1 kg = 1000 g,1 吨 = 1,000,000 g。熟悉在毫、厘、千这些前缀之间切换,可以帮助你避免在科学和数学中犯粗心的错误。


    5. Creating Tables and Organising Experimental Data | 创建表格与整理实验数据

    In an Activate chemistry investigation, you might measure the temperature of a reaction every 30 seconds. A well-structured results table with clear headings, including units in brackets, is a fundamental maths skill. For instance:

    在 Activate 化学探究实验中,你可能需要每隔 30 秒测量一次反应的温度。一个结构良好的结果表格,具有清晰的标题并把单位放在括号中,是一项基本的数学技能。例如:

    Time (s) Temperature (°C)
    0 20
    30 25
    60 29
    90 32

    Designing such tables yourself trains you to think about independent and dependent variables, and prepares you for graph plotting, a skill that bridges maths and science seamlessly.

    自己设计这样的表格可以训练你思考自变量和因变量,并为你绘制图表做好准备,这项技能将数学与科学无缝连接了起来。


    6. Plotting Line Graphs and Finding Trends | 绘制线图并寻找趋势

    Using data from a temperature–time table, you can plot a line graph with time on the x‑axis and temperature on the y‑axis. Choosing a sensible scale that uses most of the graph paper is a vital mathematical judgement. You then plot the points and draw a smooth line of best fit.

    利用温度–时间表中的数据,你可以绘制一幅线图,时间在 x 轴,温度在 y 轴。选择一个合理的刻度以充分利用坐标纸,这是一项重要的数学判断。然后你标出数据点,并画出一条平滑的最佳拟合线。

    The gradient of the line tells you the rate of temperature change. For example, if the temperature rises from 20 °C to 40 °C in 100 seconds, the rate = (40 – 20) ÷ 100 = 0.2 °C/s. This concept of rate directly mirrors the ‘rise over run’ idea in KS3 straight line graphs.

    线的斜率告诉你温度变化的速率。例如,如果温度在 100 秒内从 20 °C 上升到 40 °C,则速率 = (40 – 20) ÷ 100 = 0.2 °C/秒。这个速率的概念直接对应 KS3 直线图像中的“纵增量除以横增量”。

    Interpreting whether a line becomes flatter means the reaction is slowing down — a real-world use of gradients that makes abstract maths concrete and memorable.

    判断一条线是否变得更加平缓,意味着反应正在减慢——这是斜率在现实世界中的应用,使抽象的数学变得具体而难忘。


    7. Calculating Averages and Dealing with Anomalies | 计算平均值与处理异常值

    When you repeat an experiment, you obtain several results. To find the mean, add all the values and divide by the number of readings. For instance, three temperature changes of 5.2 °C, 5.8 °C and 5.4 °C have a mean of (5.2 + 5.8 + 5.4) ÷ 3 = 5.47 °C (rounded to 5.5 °C). This is basic statistics applied in a chemical context.

    当你重复一个实验时,会得到多个结果。求平均值的方法是:将所有数值相加,再除以读数的个数。例如,三次温度变化分别是 5.2 °C、5.8 °C 和 5.4 °C,其平均值为 (5.2 + 5.8 + 5.4) ÷ 3 = 5.47 °C(四舍五入为 5.5 °C)。这是在化学背景下应用的基本统计学。

    Identifying anomalous results — such as a reading of 8.1 °C when others are around 5 °C — is also part of experimental maths. You should omit clear outliers when calculating the mean, explaining your reasoning, which develops critical evaluation skills.

    识别异常结果——例如在其他读数约为 5 °C 时出现一个 8.1 °C 的读数——也是实验数学的一部分。在计算平均值时,你应该去掉明显的异常值,并解释你的理由,这可以培养批判性评价技能。


    8. Using the Density Formula | 使用密度公式

    In chemistry, density links the mass of a substance to the volume it occupies. The formula is written as:

    在化学中,密度将物质的质量与其占据的体积联系起来。公式写作:

    density = mass ÷ volume

    If a liquid has a mass of 50 g and a volume of 40 cm³, its density is 50 ÷ 40 = 1.25 g/cm³. You can rearrange the formula to find mass (mass = density × volume) or volume (volume = mass ÷ density), using the same algebraic manipulation skills you practise in maths lessons.

    如果一种液体的质量为 50 g,体积为 40 cm³,其密度为 50 ÷ 40 = 1.25 g/cm³。你可以通过公式变形求出质量(质量 = 密度 × 体积)或体积(体积 = 质量 ÷ 密度),这运用了你在数学课上练习的代数变形技能。

    This concept also appears in the Activate course when comparing densities of solids and liquids, or understanding why oil floats on water. Mathematics makes the explanation precise and quantitative.

    在 Activate 课程中,当比较固体和液体的密度,或理解为什么油会浮在水面上时,也会出现这个概念。数学使解释变得精确且定量。


    9. Percentage by Mass in Compounds | 化合物中的质量百分比

    To find the percentage of an element in a compound, you divide the total mass of that element in the formula by the relative formula mass of the whole compound, then multiply by 100. For example, in CO₂ (C = 12, O = 16), the relative formula mass is 12 + 2 × 16 = 44. The mass of carbon is 12, so percentage of carbon = (12 ÷ 44) × 100 ≈ 27.3%.

    要计算化合物中某元素的质量百分比,你需要用该元素在化学式中的总质量除以整个化合物的相对化学式质量,然后乘以 100。例如,在 CO₂(C = 12,O = 16)中,相对化学式质量为 12 + 2 × 16 = 44。碳的质量为 12,因此碳的质量百分比 = (12 ÷ 44) × 100 ≈ 27.3%。

    This calculation uses fractions, decimals and percentages, connecting several KS3 number topics into one meaningful task. Practising with compounds like H₂O, CaCO₃ or MgO builds fluency in multi‑step maths.

    这类计算用到了分数、小数和百分数,将多个 KS3 数学数字主题连接到一个有意义的任务中。练习计算 H₂O、CaCO₃ 或 MgO 等化合物,可以使你熟练处理多步骤数学问题。


    10. Handling Negative Numbers in Temperature Changes | 处理温度变化中的负数

    Some reactions, such as dissolving ammonium nitrate in water, cause a temperature drop below the starting point. You might record an initial temperature of 20 °C and a final temperature of 12 °C. The temperature change is final – initial = 12 – 20 = -8 °C, meaning a decrease of 8 °C.

    一些反应,比如把硝酸铵溶解在水中,会导致温度降到起点以下。你可能会记录到起始温度为 20 °C,最终温度为 12 °C。温度变化 = 终温 – 初温 = 12 – 20 = -8 °C,意味着下降了 8 °C。

    When dealing with negative temperatures, especially in winter experiments, you might need to find the difference between -5 °C and 8 °C, which is 8 – (-5) = 13 °C. This is a direct application of directed number rules from the KS3 curriculum in a real scientific setting.

    当处理零下温度时,特别是在冬季实验中,你可能需要计算 -5 °C 和 8 °C 之间的差值,即 8 – (-5) = 13 °C。这是 KS3 课程中有向数规则在真实科学情境中的直接应用。

    Understanding how negative numbers behave on thermometer scales also reinforces the number line model, making abstract signs meaningful.

    理解负数在温度计刻度上的表现,也强化了数轴模型,使抽象的符号变得有意义。


    Published by TutorHao | Maths Revision Series | aleveler.com

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

  • Common Mistakes in Essential Maths 8C Homework Answers | KS3 数学:Essential Maths 8C 作业答案易错点总结

    📚 Common Mistakes in Essential Maths 8C Homework Answers | KS3 数学:Essential Maths 8C 作业答案易错点总结

    The Essential Maths 8C homework book is widely used in KS3 to build core mathematical skills—from algebra and geometry to statistics. However, in marking thousands of answers, the same errors keep appearing. This article highlights the most frequent mistakes, explains why they happen, and shows how to avoid them. Mastering these small but crucial points will boost both your homework accuracy and exam confidence.

    《Essential Maths 8C》练习册是 KS3 阶段巩固数学核心能力(从代数、几何到统计)的常用材料。但从大量批改情况来看,有些错误反反复复地出现。本文梳理了最高频的易错点,解释原因,并给出正确思路。把这些看似微小的关键点吃透,作业正确率和考试信心都会明显提升。


    1. Confusing Area with Perimeter | 混淆面积与周长

    Students often mix up the concepts of perimeter and area, especially when given side lengths and asked to ‘find the total’ of a rectangle. Perimeter is the distance around the edge; area is the space inside. A classic error is adding only two sides and labelling the answer in square units, or multiplying length by width but giving the result in linear units.

    很多同学容易把周长和面积的概念搞混,特别是给出边长、要求“求图形的总和”时。周长是外围一圈的长度;面积是内部空间的大小。最常见的错误是只加了两条边就标成平方单位,或者用长乘宽算出了面积,却写成了长度单位。

    Mistake / 错误 Correct Approach / 正确做法
    Rectangle with length 8 cm, width 5 cm, student writes perimeter = 8 + 5 = 13 cm. / 长方形长8 cm,宽5 cm,学生写周长 = 8 + 5 = 13 cm。 Perimeter = 2 × (8 + 5) = 26 cm. Area = 8 × 5 = 40 cm². Always check: perimeter units are plain cm, area units are cm². / 周长 = 2 × (8 + 5) = 26 cm;面积 = 8 × 5 = 40 cm²。始终检查:周长单位是 cm,面积单位是 cm²。

    Remember: for any polygon, perimeter is the sum of all side lengths; area formulas depend on the shape. Always scan the unit required—’cm’ with no square symbol means perimeter, ‘cm²’ means area.

    记住:对任何多边形,周长是所有边长的和;面积公式取决于形状。先看清题目要求的单位——不带平方的 cm 是周长,cm² 是面积。


    2. Ignoring Order of Operations (BIDMAS) | 忽略运算顺序

    Order of operations errors are extremely common in 8C homework, particularly when expressions mix addition, multiplication, and brackets. Many learners blindly calculate from left to right without giving priority to brackets, indices, division/multiplication, then addition/subtraction.

    运算顺序错误在 8C 作业中极其常见,尤其是当一个算式里同时出现加法、乘法和括号的时候。许多同学习惯性地从左往右死算,而忽视了括号、乘方、乘除优先、加减在后的规则。

    Example: 3 + 5 × 2. Mistake: 3 + 5 = 8, then 8 × 2 = 16. Correct: 5 × 2 = 10, then 3 + 10 = 13. The division and multiplication have equal priority—work left to right for these. With brackets, always simplify inside them first.

    例如:3 + 5 × 2。错误做法:3 + 5 = 8,然后 8 × 2 = 16。正确做法:5 × 2 = 10,然后 3 + 10 = 13。除法和乘法同级,从左到右计算。遇到括号,永远先算括号里的。

    Recall BIDMAS: Brackets, Indices, Division & Multiplication, Addition & Subtraction / 记住运算法则:括号,乘方,乘除,加减

    Drill this with varied homework questions—when indices like 3² appear, do the square before multiplying or adding. Indices are often forgotten.

    多用不同类型的题目练手——当出现 3² 这样的乘方时,要先算平方,再做乘法或加法。指数运算很容易被遗漏。


    3. Fraction Multiplication and Division Flips | 分数乘除易错点

    When multiplying fractions, the rule is straight: multiply the numerators and multiply the denominators. The common slip is incorrectly cancelling or adding denominators. Division is even trickier: many forget to invert the second fraction and change division to multiplication.

    分数乘法规则很直截了当:分子乘分子,分母乘分母。常见的疏漏是约分出错,或者把分母相加。除法更容易出错:很多同学忘记把第二个分数颠倒,并把除号改成乘号。

    Error / 错误 Correction / 纠正
    2/5 ÷ 3/4 = 2/5 × 3/4 = 6/20 (failure to invert) / 2/5 ÷ 3/4 = 2/5 × 3/4 = 6/20 (未取倒数) 2/5 ÷ 3/4 = 2/5 × 4/3 = 8/15. Always KEEP the first, CHANGE the sign, FLIP the second (KCF). / 2/5 ÷ 3/4 = 2/5 × 4/3 = 8/15。记住口诀:保留第一个,除号变乘号,第二个取倒数。

    Also in multiplication, cancel common factors before multiplying to simplify. But cancel only across a product, never across an addition or subtraction. So in (3+1)/5 × 10/7, cancel only after simplifying the numerator if possible.

    在乘法中,先约分再相乘可以简化。但只能约去乘积中的公因数,不能跨加减号约分。因此遇到 (3+1)/5 × 10/7 这样的式子,先算分子再考虑约分。


    4. Negative Number Slips | 负数运算错误

    Working with negative numbers in 8C homework trips up even confident students. The most frequent mistake is mishandling double signs: two minuses make a plus, but only when they are directly next to each other. Also, subtracting a negative is often misread as subtracting a positive.

    8C 作业里的负数运算,即便基础不错的同学也会栽跟头。最高频的错误是处理双符号:两个负号得正,但只有它们紧挨着时才成立。减去一个负数,也经常被当成减去正数。

    For example: 5 − −3. Students may write 5 − 3 = 2, ignoring the double negative. The correct interpretation: 5 − (−3) = 5 + 3 = 8. Similarly, −4 × −6 = 24, not −24. Yet when adding a negative and a positive, the sign of the larger absolute value dominates: −7 + 4 = −3.

    例如:5 − −3。学生可能写成 5 − 3 = 2,忽略了双负号。正确理解:5 − (−3) = 5 + 3 = 8。同样,−4 × −6 = 24,不是 −24。然而当一个负数加一个正数时,谁的绝对值大就取谁的符号:−7 + 4 = −3。

    A handy trick: circle the sign attached to each number on a number line. If in doubt, visualise moving left for negative and right for positive.

    小窍门:在数轴上演练,给每个数的符号画圈。拿不准的时候,想象负数向左走、正数向右走。


    5. Equation Solving – Moving Terms Incorrectly | 解方程时移项错误

    When solving linear equations, a persistent mistake is moving a term to the other side without reversing its operation. Pupils also forget to apply the ‘do the same to both sides’ rule evenly, leading to unbalanced equations.

    解一次方程时,一个顽固的错误是把项移到等号另一侧却没有改变运算符号。同学们还经常忘记“等号两边同时做同样操作”的原则,导致方程失衡。

    Example: 3x + 2 = 14. Common wrong step: x = 14 − 3 − 2, mixing operations. Correct: subtract 2 from both sides => 3x = 12, then divide by 3 => x = 4. Or: 5x − 3 = 2x + 6. Wrong: bring 2x over as 2x without sign change. Right: 5x − 3 − 2x = 6 => 3x − 3 = 6, etc.

    例子:3x + 2 = 14。常见错误步骤:x = 14 − 3 − 2,运算全乱。正确:两边同时减去2,得 3x = 12,然后除以3,x = 4。再比如:5x − 3 = 2x + 6。错误:把 2x 直接移过去,符号没变。正确:5x − 3 − 2x = 6,得 3x − 3 = 6,继续解。

    Think of the equation as a balance scale. Whatever you do to one side, you must do to the other. When moving a term, reverse its operation: + becomes −, × becomes ÷, and vice versa.

    把方程想象成天平。对一边做什么操作,另一边必须同样处理。移项时,运算符号反过来:加法变减法,乘法变除法,反之亦然。


    6. Ratio Sharing Errors | 比例分配易错点

    Ratio questions often ask ‘share £120 in the ratio 3:5’. A classic mistake is to divide £120 by only one part, e.g. £120 ÷ 3 = £40, then multiply by 5, ignoring that the total parts must be found first.

    比例题常考“按 3:5 分 120 英镑”。典型的错误是只除以其中一份,比如 120 ÷ 3 = 40,然后乘 5,而忽略了先要算出总份数。

    Correct method: add the parts (3 + 5 = 8 total parts). Value of one part = £120 ÷ 8 = £15. Then the shares are 3 × £15 = £45 and 5 × £15 = £75. Check: £45 + £75 = £120. Without the total parts, the ratio relationship is lost.

    正确做法:先把份数加起来(3+5=8 份)。每一份的钱 = 120 ÷ 8 = 15 英镑。然后分别得 3×15=45 英镑,5×15=75 英镑。验算:45+75=120。不先求总份数,比例关系就错了。

    Also watch for ratio simplification in reverse: given two quantities and asked for the ratio in simplest form, always divide by the highest common factor. A common slip is to stop too early or divide by different numbers.

    还要注意根据数量反推最简比的情形:给定两个量,要求化成最简整数比,一定要除以最大公因数。常见失误是约分不彻底,或用了不同的除数。


    7. Missing Straight Line and Point Angle Facts | 补角和对顶角遗漏

    In geometry questions from 8C, angles on a straight line add to 180°, vertically opposite angles are equal, and angles around a point sum to 360°. Students frequently mislabel which angle relationship to use, or simply guess an angle value without showing reasoning.

    在 8C 的几何题中,直线上的邻角互补(和为 180°),对顶角相等,绕一点一周的角度和为 360°。同学们经常搞混该用哪条规律,或者不写推导过程直接猜一个角度值。

    For instance, given two intersecting lines with one angle 70°, the opposite angle is also 70° (vertically opposite), and the adjacent angles are 110° (180° − 70°). A common error is to write all missing angles as 70° because the diagram ‘looks symmetric’.

    例如,两条直线相交,其中一个角是 70°,对顶角也是 70°,邻角则是 110°(180° − 70°)。常见错误是把所有未知角都写成 70°,因为图形“看起来对称”。

    Always label known angles and write a short reason: ‘angles on a straight line’, ‘vertically opposite’, or ‘angles in a triangle sum to 180°’. This builds both accuracy and marks in exams.

    务必标出已知角,并写上简短理由:“直线上的邻角”、“对顶角”、“三角形内角和 180°”。这不仅提高准确率,考试时还能拿到过程分。


    8. Misunderstanding Mean, Median, and Mode | 统计中的平均数、中位数、众数混淆

    Statistics homework in 8C often asks for mean, median, and mode. The mean (average) is sum divided by count; median is the middle value when ordered; mode is the most frequent value. Mixing these up—such as calculating the median by adding and dividing—is a very common slip.

    8C 统计作业常要求求平均数、中位数和众数。平均数 = 总和 ÷ 个数;中位数是排序后中间的那个值;众数是出现次数最多的值。把它们搞混——比如用加和除以个数的方法求中位数——是非常常见的失误。

    With an even number of data values, the median is the mean of the two middle numbers. Pupils often just pick one of the middle values or forget to order the list first. Always sort from smallest to largest before finding the median.

    当数据量为偶数时,中位数是中间两个数的平均值。同学们常常只挑其中一个中间值,或者忘了先排序。找中位数之前,务必从小排到大。

    Data set: 5, 3, 9, 7, 5, 10 / 数据组:5, 3, 9, 7, 5, 10 Correct solution / 正确解答
    Student might say median = 9 (wrong middle) / 学生可能说中位数 = 9 (中间挑错) Ordered: 3, 5, 5, 7, 9, 10. Median = (5+7)/2 = 6. Mean = (3+5+5+7+9+10)/6 = 39/6 = 6.5. Mode = 5. / 排序后:3, 5, 5, 7, 9, 10。中位数 = (5+7)/2 = 6。平均数 = 39/6 = 6.5。众数 = 5。

    Mode can be none or multiple; it is not affected by extreme values. Mean is sensitive to outliers, so in a data set with an extreme value, median may be a better average to use—this is a typical reasoning question.

    众数可以没有,也可以有多个;它不受极端值影响。平均数易受异常值拉偏,所以数据有极端大或小的时候,中位数可能更适合代表“平均水平”——这是典型的说理题。


    9. Forgetting to Distribute in Algebra | 代数展开遗漏分配律

    Expanding brackets is a key skill in 8C. The error here is to multiply the outside term by only the first term inside the bracket, leaving the second term untouched. For example, 3(x + 5) wrongly becomes 3x + 5 instead of 3x + 15.

    去括号是 8C 的重点技能。这里的易错点在于,只用括号外的项乘括号里的第一项,而漏掉了第二项。比如,3(x + 5) 错误地写成 3x + 5,而不是 3x + 15。

    Similarly, when a negative number multiplies the bracket, the sign errors multiply: −2(3x − 4) should become −6x + 8, not −6x − 8. The negative must be applied to both terms.

    同样,当括号外是负数时,符号错误更频繁:−2(3x − 4) 应得 −6x + 8,而不是 −6x − 8。负号必须同时作用于两个项。

    Always use arrows or draw lines to show the distribution: multiply the outside number by each term inside. Then carefully combine like terms. In expressions like 4(2x − 1) + 3(x + 2), distribute both brackets first, then simplify: 8x − 4 + 3x + 6 = 11x + 2.

    养成用箭头连线的方法展示分配律:括号外的数依次乘括号内的每一项。再仔细合并同类项。遇到 4(2x − 1) + 3(x + 2) 这样的式子,先去括号:8x − 4 + 3x + 6 = 11x + 2。


    10. Unit Conversion Oversights | 单位换算疏漏

    Unit conversion appears across many 8C topics: length, mass, capacity, time, and area. The common pattern is moving the decimal point in the wrong direction or using wrong conversion factors, especially between cm² and m², or minutes and hours.

    单位换算贯穿 8C 的许多主题:长度、质量、容积、时间和面积。常见的错误是小数点移错方向,或者用了错误的进率,特别是在 cm² 和 m²,以及分钟与小时之间。

    Key conversions: 1 m = 100 cm, but 1 m² = 10 000 cm² (since 100 × 100). Many forget to square the conversion factor when dealing with area. When converting 15 minutes to hours, students often write 0.15 h instead of 0.25 h. There are 60 minutes in an hour, so divide by 60.

    关键进率:1 m = 100 cm,但 1 m² = 10 000 cm²(因为 100×100)。很多同学处理面积时忘了把进率也平方。把 15 分钟化成小时时,常有人写成 0.15 h,正确的是 0.25 h。一小时 60 分钟,所以要除以 60。

    For compound units like km/h to m/s, break it down: ×1000 for km to m, ÷3600 for h to s. Always show the working steps to avoid careless misplacement of the decimal.

    对于复合单位如 km/h 转 m/s,分步来:km 转 m ×1000,h 转 s ÷3600。一定要展示过程,避免小数点随意移动的粗心错。


    11. Misreading Graphs – Scales and Labels | 图表误读——比例尺与坐标轴标签

    Graph questions in 8C homework often involve bar charts, line graphs, and pictograms. The main mistake is failing to read the scale carefully: a bar chart might have increments of 0.5 or 2 instead of 1. Pupils answer with ‘5’ when the axis actually shows 5 lots of a scale, e.g. 5 × 0.5 = 2.5.

    8C 作业里的统计图题常考条形图、折线图和象形图。主要错因是没仔细看坐标轴刻度:条形图的每一格可能代表 0.5 或 2,而不是 1。学生一看柱顶对着 5,就答 5,实际坐标轴刻度可能是 5 个 0.5,即 2.5。

    Also, in pictograms where a symbol represents more than one unit, using half or quarter symbols incorrectly leads to wrong totals. Always check the key: one symbol = ? units. For anything between whole symbols, calculate proportionally.

    另外,象形图中一个图形代表多个数量时,半图形或四分之一图形理解不对,总数就算不准。一定要看图例:一个符号代表几个单位。介于整符号之间的,按比例计算。

    Finally, when plotting points, mixing up the x- and y-coordinates is a perennial error—the x-coordinate comes first. Using a ruler for straight lines in line graphs and labelling axes clearly can prevent many silly marks.

    最后,描点时常年出错的是横纵坐标搞反——x 坐标在前。折线图要用直尺画直线,坐标轴要清晰标注,这样能避免很多不必要的失分。


    12. Probability Pitfalls – ‘Likely’ and Scale | 概率陷阱——“很有可能”和概率尺度

    Probability mistakes in 8C often stem from confusing language with numerical scales. Words like ‘likely’, ‘even chance’, ‘certain’ must be linked to numbers between 0 and 1. A common wrong answer: ‘the probability is 1.5’ or ‘−0.2’, forgetting probability always lies between 0 and 1 inclusive.

    8C 概率题的错误常常源于把描述性词语和数值尺度混淆。类似“很可能”、“一半机会”、“一定”这些词必须和 0 到 1 之间的数字对应。常见的错误答案是“概率是 1.5”或“−0.2”,忘了概率总是在 0 到 1 之间(包含两端)。

    When listing possible outcomes, pupils sometimes miss one or count outcomes incorrectly. Using a sample space diagram or a two-way table helps ensure all options are covered. In combined events, be careful to multiply probabilities only when the events are independent.

    列举所有可能结果时,同学们有时会漏掉一种,或者数错数量。画样本空间图或双向表能确保没有遗漏。在联合事件中,只有事件独立时才能把概率相乘。

    For questions like ‘a bag has 3 red and 5 blue balls, probability of red’, the correct answer is 3/8, not 3/5. The denominator is the total, not the other colour. Simplifying fractions to lowest terms is also expected.

    像“袋子里有 3 个红球和 5 个蓝球,摸到红球的概率”这类题,正确答案是 3/8,不是 3/5。分母是总数,不是另一个颜色的个数。概率分数通常要化成最简。


    Published by TutorHao | Maths Revision Series | aleveler.com

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

  • KS3 Maths: Essential Maths 9C Homework Answers – Top Tips for High Scores | KS3 数学:Essential Maths 9C 作业答案高分技巧

    📚 KS3 Maths: Essential Maths 9C Homework Answers – Top Tips for High Scores | KS3 数学:Essential Maths 9C 作业答案高分技巧

    The ‘Essential Maths 9C’ homework book is a widely used resource for KS3 students aiming to strengthen their mathematical skills. Having access to the answers is not just a shortcut to finishing homework quickly – it is a powerful tool that, when used wisely, can dramatically boost your understanding and exam scores. In this guide, we will explore high-score tips for making the most of the answers, turning every homework session into a step towards mastery.

    《Essential Maths 9C》作业册是 KS3 学生广泛使用的资源,旨在强化数学技能。获得答案并不仅仅是快速完成作业的捷径——如果善加利用,它是一个强大的工具,可以显著提升你的理解力和考试成绩。在本指南中,我们将探讨如何最大限度地利用答案来获得高分的技巧,让每一次作业都成为通往精通的阶梯。

    1. The Role of Homework Answers in Learning | 作业答案在学习中的作用

    Many students see homework answers only as a way to check if they are ‘right’ or ‘wrong’. However, the real value lies in analysing why an answer is correct and how the solution is constructed. The answers can reveal alternative methods, highlight common pitfalls, and help you internalise mathematical processes.

    很多学生只把作业答案看作是检查“对”或“错”的方法。然而,真正的价值在于分析为什么某个答案是正确的,以及解题过程是如何构建的。答案可以揭示替代方法,突出常见陷阱,并帮助你内化数学过程。

    For example, when you see the answer to a ratio problem, do not simply compare digits. Notice the steps: simplifying by dividing by the highest common factor, and how proportions are maintained. This builds a deeper conceptual understanding.

    例如,当你看到比例问题的答案时,不要只比较数字。注意步骤:通过除以最大公因数进行化简,以及比例如何保持不变。这能建立更深刻的概念理解。


    2. Active Learning vs. Passive Copying | 主动学习与被动抄袭

    One of the biggest mistakes is to look at the answers first and then copy the solution without thinking. This passive approach gives a false sense of progress. Instead, attempt each question fully on your own, then use the answers to verify and correct. Research shows that active retrieval strengthens memory far more than passive reading.

    最大的错误之一就是先看答案,然后不加思考地抄写解法。这种被动方式会给人一种虚假的进步感。相反,你应该先独立尝试每一道题,再用答案进行验证和纠正。研究表明,主动提取比被动阅读更能强化记忆。

    If you get stuck, do not immediately turn to the answers. Re-read the question, underline keywords, and try a different approach. Only after a sincere attempt should you check the answer, turning it into a learning checkpoint.

    如果卡住了,不要立刻翻看答案。重新读题,标出关键词,尝试不同的方法。只有经过认真尝试后,你才应该核对答案,把它变成一个学习检查点。


    3. Step-by-Step Verification | 逐步验证

    Answer keys in Essential Maths 9C often provide more than just the final answer. Use them to verify each step of your working. If your final answer matches but your method differed, examine whether your approach is equally valid. Some questions have multiple valid strategies, such as solving equations by balancing or by using inverse operations.

    Essential Maths 9C 的答案通常提供的不仅仅是最终结果。用它们来验证解答中的每一步。如果你的最终答案匹配但方法不同,检查你的方法是否同样有效。有些问题有多种可行策略,例如通过平衡或使用逆运算解方程。

    For instance, when solving 3(x + 2) = 15, you could expand brackets to get 3x + 6 = 15, then solve, or you could divide both sides by 3 first. The answers may show one route, but understanding both deepens flexibility.

    例如,解 3(x + 2) = 15 时,你可以展开括号得到 3x + 6 = 15,再求解;也可以先两边除以 3。答案也许会展示其中一种途径,但理解两者能增强灵活性。


    4. Spotting and Fixing Mistakes | 发现并纠正错误

    Incorrect answers are golden opportunities. When your answer does not match, do not just write the correct one. Re-trace your steps to find where you went wrong. Common KS3 errors include misapplying BIDMAS, confusing area and perimeter, or mishandling negative numbers.

    错误的答案是宝贵的机会。当你的答案不匹配时,不要只写下正确的答案。回溯你的步骤,找到出错的地方。KS3 常见错误包括错误使用运算顺序(BIDMAS)、混淆面积与周长,或者错误处理负数。

    Keep an error log: a notebook where you record the mistake, the correct method, and a tip to avoid it next time. For example, ‘When subtracting a negative number like 5 – (-3), remember it becomes 5 + 3 = 8’. This transforms errors into lasting learning.

    记一本错误日志:用一个本子记录错误、正确方法以及下次避免的提示。例如,“做 5 – (-3) 这种减去负数的题时,记住它变成 5 + 3 = 8”。这样就把错误转化成了持久的学习。

    5 – (-3) = 5 + 3 = 8


    5. Self-Assessment and Grading | 自我评估与评分

    Use the answers to mark your own work and assign a percentage score. But go further: try to understand the level of each question. In Essential Maths 9C, questions often progress from basic to challenging. Grade yourself against the topic learning objectives – were you able to tackle extension problems? Self-grading builds exam confidence and helps target weak areas.

    利用答案批改你自己的作业,并给出一个百分比分数。但还要进一步:试着理解每道题的层次。在 Essential Maths 9C 中,题目通常从基础到挑战逐步递进。根据主题的学习目标给自己评分——你能解决拓展问题吗?自我评分能建立考试信心,并帮助锁定薄弱环节。

    For instance, if you scored full marks on the core section but stumbled on the starred problems, that signals a need to deepen understanding, perhaps by revisiting worked examples or seeking extra practice.

    例如,如果你在核心部分得了满分,但被带星号的题目卡住,这意味着需要加深理解,也许要通过重温例题或寻求额外练习。


    6. Redoing Questions for Mastery | 重做题目以掌握

    A powerful technique is to wait a day or two after checking answers and then redo the questions you got wrong – without looking at the answer. This tests whether you have truly learned the correct method. Only after another attempt should you verify again. Mastery comes from repeated, spaced practice.

    一个强大的技巧是在核对答案后,等一两天再重做你做错的题目——不要看答案。这能检验你是否真正学会了正确的方法。只有再次尝试后,才再次核对。精通源自重复、分散的练习。

    This is particularly useful for algebra and problem-solving questions. Recreate the question in a slightly altered form: change a number and solve again. This flexible practice ensures you understand the underlying principle, not just the specific answer.

    这对代数和解决问题类题目尤其有用。用稍微改变的形式重新创建题目:改变一个数字,然后再解一次。这种灵活的练习能确保你理解的是基本原理,而不只是特定答案。


    7. Using Model Solutions as a Guide | 以标准答案为指导

    Many answer booklets provide fully worked solutions. Treat these as model answers to learn how to present your work clearly. In exams, method marks are awarded for correct steps even if the final answer is wrong. Study how the solution sets out each line, labels units, and avoids skipping steps.

    许多答案册子都提供了完整的解答过程。把这些视为标准答案,学习如何清晰地展示你的作业。在考试中,即使最终答案错误,正确的步骤也能得到过程分。研究解答是如何逐行呈现、标注单位并避免跳步的。

    For example, when calculating the area of a triangle, a model answer shows: Area = ½ × base × height = ½ × 6 × 4 = 12 cm². Notice the units and intermediate step. Your homework should mimic this clarity.

    例如,计算三角形面积时,标准答案会显示:面积 = ½ × 底 × 高 = ½ × 6 × 4 = 12 cm²。请注意其中的单位和中间步骤。你的作业应模仿这种清晰度。


    8. Time Management During Homework | 作业时间管理

    Set a timer for each homework task, just like an exam. Try to complete the questions within that time before checking answers. If you run out of time, mark where you stopped and then use the answers to analyse whether you were too slow on certain topics. This conditions your speed and accuracy for timed assessments.

    为每项作业任务设置计时器,就像考试一样。试着在规定时间内完成题目,然后再核对答案。如果时间不够,记下你停下的地方,然后用答案分析你在某些主题上是否太慢了。这能训练你在限时评估中的速度与准确性。

    Essential Maths 9C homeworks often contain mixed exercises. Use a watch to give yourself an average of 1-2 minutes per mark. After self-marking, note if any topic consumed disproportionate time. Then practise those topics with a clock until you reach a comfortable pace.

    Essential Maths 9C 的作业通常包含混合练习。利用手表,给自己平均每分题1–2分钟的时间。自我批改后,注意是否有某个主题花费了不成比例的时间。然后针对这些主题计时练习,直到你达到舒适的节奏。


    9. Tackling Number Topics with Confidence | 自信应对数字主题

    Number skills form the backbone of KS3. When checking answers on fractions, decimals, percentages, or indices, always verify the simplest form. For example, if your fraction answer is 8/12, the answer key will show 2/3. Always reduce fully. Also, learn to convert between forms effectively.

    数字技能是 KS3 的基础。在检查分数、小数、百分数或指数的答案时,一定要验证是否化为最简形式。例如,如果你的答案是 8/12,答案会显示 2/3。务必彻底约分。同时,学习有效地在形式之间转换。

    Practise estimating to catch silly errors. If you calculate 37% of 200 as 370, the answer (74) should alert you that your decimal placement is wrong. Use the answers to develop this number sense.

    练习估算以捕捉粗心错误。如果你算出 200 的 37% 是 370,那么正确答案(74)就应该提醒你小数点位置错了。利用答案来培养这种数感。

    37% of 200 = 0

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

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

  • Essential Maths 9C Homework Answers: Key Concepts | KS3 数学:Essential Maths 9C 作业答案 核心知识点

    📚 Essential Maths 9C Homework Answers: Key Concepts | KS3 数学:Essential Maths 9C 作业答案 核心知识点

    This article covers the essential mathematical ideas behind typical Year 9 homework tasks from the Essential Maths 9C series. Each section presents a core topic with clear explanations, relevant formulas, and step‑by‑step logic that you can use to check your answers and understand the methods. Whether you are revising for a test or completing homework, these notes will strengthen your grasp of KS3 mathematics.

    本文围绕 Essential Maths 9C 教材中常见的家庭作业题目,梳理核心数学知识点。每一节都给出关键概念、公式和解题思路,帮助你核对自己的答案并真正理解背后的方法。无论是准备考试还是完成作业,这些内容都能帮你打牢 KS3 数学基础。

    1. Number Operations and BIDMAS | 数的运算与运算顺序

    When a calculation involves more than one operation, the BIDMAS rule tells us the correct order: Brackets first, then Indices (powers and roots), then Division and Multiplication (left to right), and finally Addition and Subtraction (left to right).

    当一个算式包含多种运算时,BIDMAS 规则规定了正确的计算顺序:先算括号,再算乘方与根号,接着算乘除(从左到右),最后算加减(从左到右)。

    For example, to evaluate 3 + 4 × (5 − 2)², we start inside the brackets: 5 − 2 = 3. Next we apply the index: 3² = 9. Then multiply: 4 × 9 = 36. Finally add: 3 + 36 = 39.

    例如计算 3 + 4 × (5 − 2)²,先算括号里的 5 − 2 = 3,然后计算指数 3² = 9,再乘法 4 × 9 = 36,最后加法 3 + 36 = 39。

    With division and multiplication having equal priority, you must work from left to right. So 24 ÷ 6 × 2 gives (24 ÷ 6) × 2 = 4 × 2 = 8, not 24 ÷ (6 × 2).

    除法和乘法优先级相同,必须从左到右计算。所以 24 ÷ 6 × 2 等于 (24 ÷ 6) × 2 = 4 × 2 = 8,而不是 24 ÷ (6 × 2)。


    2. Fractions, Decimals, and Percentages | 分数、小数和百分比

    These three are different ways of writing the same value. A fraction represents a part of a whole; a decimal uses a point to show tenths, hundredths, etc.; a percentage is a number out of 100.

    这三种形式可以相互转换:分数表示整体的一部分,小数用小数点表示十分位、百分位等,百分比则是一个以 100 为分母的数。

    To convert a fraction to a decimal, divide the numerator by the denominator. For example, 3/8 = 3 ÷ 8 = 0.375. To change a decimal to a percentage, multiply by 100: 0.375 × 100 = 37.5%.

    分数化小数只需用分子除以分母,如 3/8 = 3 ÷ 8 = 0.375。小数化百分比乘以 100,即 0.375 × 100 = 37.5%。

    Recurring decimals like 1/3 = 0.333… can be written with a dot over the repeating digit. Fractions can be simplified by dividing top and bottom by their highest common factor (HCF).

    循环小数如 1/3 = 0.333… 可在循环数字上加一个点。分数可以通过分子分母同时除以它们的最大公因数(HCF)化简。

    Always be careful when calculating with mixed numbers; convert them to improper fractions first. For instance, 2½ = 5/2.

    处理带分数时要先化成假分数,例如 2½ = 5/2。


    3. Ratio and Proportion | 比率与比例

    A ratio compares two or more quantities, showing how much of one there is compared to another. Ratios can be simplified by dividing each part by the same number, just like fractions.

    比率用于比较两个或以上的数量。可以将比的每一项同时除以同一个数来化简,就像化简分数一样。

    If a recipe uses 200 g of flour and 120 g of sugar, the ratio flour : sugar = 200 : 120. Divide both numbers by 40 (the HCF) to get 5 : 3.

    例如一个配方用 200 g 面粉和 120 g 糖,面粉与糖的比为 200 : 120,两边同除以 40 得到 5 : 3。

    Proportion problems often involve sharing an amount in a given ratio. To share £72 in the ratio 3 : 5, first find the total number of parts (3 + 5 = 8). One part is £72 ÷ 8 = £9. So the shares are £27 and £45.

    按比例分配时,先计算总份数。比如按 3 : 5 分配 72 英镑,总份数 8,每份 72 ÷ 8 = 9,最终两份分别为 3×9 = 27 和 5×9 = 45。

    The unitary method finds the value of one unit first, using it to scale up or down. Direct proportion means that as one quantity doubles, the other also doubles.

    单位法就是先求出一个单位的量,再按比例放大或缩小。正比例意味着一个量翻倍时,另一个量也跟着翻倍。


    4. Algebraic Expressions and Simplification | 代数表达式与化简

    In algebra, letters stand for unknown numbers. Like terms contain the same letter(s) raised to the same power and can be combined by adding or subtracting their coefficients.

    代数中,字母代表未知数。同类项是指含有相同字母且对应指数也相同的项,可以将其系数相加或相减。

    For example, 3a + 5a simplifies to 8a, while 4x² + 2x cannot be combined because the powers of x are different. You can multiply terms in any order: 2p × 3q = 6pq.

    例如 3a + 5a 化简为 8a,而 4x² + 2x 不能合并,因为 x 的指数不同。乘法可以按任意顺序:2p × 3q = 6pq。

    Expanding brackets uses the distributive law: a(b + c) = ab + ac. To expand 3(x + 4), multiply 3 by both x and 4 to get 3x + 12. Double brackets like (x + 2)(x + 5) can be expanded with the FOIL method: x² + 5x + 2x + 10 = x² + 7x + 10.

    去括号使用分配律:a(b + c) = ab + ac。如 3(x + 4) = 3x + 12。两个括号相乘如 (x + 2)(x + 5) 可用 FOIL 方法得到 x² + 5x + 2x + 10 = x² + 7x + 10。

    Factorising is the reverse of expanding. Look for a common factor and place it outside the bracket: 4x + 12 = 4(x + 3).

    因式分解是去括号的逆运算。找出公因式并提到括号外:4x + 12 = 4(x + 3)。


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

    A linear equation contains an unknown, usually represented by a letter, and the highest power of the unknown is 1. The goal is to find the value that makes the equation true, using inverse operations to isolate the unknown.

    一元一次方程含有一个未知数(通常用字母表示),未知数的最高次数为 1。目标是利用逆运算将未知数单独放在等号一边,求出它的值。

    To solve 2x + 7 = 15, subtract 7 from both sides: 2x = 8, then divide by 2: x = 4. Always do the same operation to both sides to keep the equation balanced.

    解 2x + 7 = 15,两边先减 7:2x = 8,再除以 2:x = 4。一定要对等号两边进行相同的运算以保持平衡。

    When the unknown appears on both sides, collect like terms first. For 5x − 3 = 2x + 9, subtract 2x from both sides to get 3x − 3 = 9, then add 3 to both sides: 3x = 12, so x = 4.

    当未知数出现在等号两边时,先合并同类项。如 5x − 3 = 2x + 9,两边同时减去 2x 得 3x − 3 = 9,再加 3:3x = 12,x = 4。

    Equations with brackets should be expanded first. Solve 3(2y − 1) = 15 → 6y − 3 = 15 → 6y = 18 → y = 3.

    含有括号的方程应先去括号。解 3(2y − 1) = 15,先展开得 6y − 3 = 15,6y = 18,y = 3。


    6. Linear Graphs and Coordinates | 线性图像与坐标

    A linear graph is a straight line. Its equation is usually written as y = mx + c, where m is the gradient (steepness) and c is the y‑intercept (where the line crosses the y‑axis).

    线性图像是一条直线,其方程通常写成 y = mx + c,其中 m 是斜率,c 是直线在 y 轴上的截距。

    To draw the graph of y = 2x + 1, create a table of values. Choose x‑values like 0, 1, 2, substitute them in, find the y‑values, and plot the coordinate pairs (x, y).

    画 y = 2x + 1 的图像时,先列一个数值表。选取 x 值如 0, 1, 2,代入方程算出 y 值,然后在坐标系中描出对应的 (x, y) 点。

    The gradient m can be found using two points on the line: m = change in y / change in x. A positive gradient slopes upwards, a negative gradient slopes downwards.

    直线上两个点可以计算斜率:m = y 的变化量 / x 的变化量。正斜率向右上方倾斜,负斜率向右下方倾斜。

    Horizontal lines have the equation y = a constant, and their gradient is 0. Vertical lines are x = a constant, but their gradient is undefined.

    水平线的方程为 y = 常数,斜率为 0。竖直线的方程为 x = 常数,斜率不存在。


    7. Area and Perimeter of 2D Shapes | 平面图形的面积与周长

    Perimeter is the total distance around the outside of a shape. Area is the amount of space inside a flat shape, measured in square units.

    周长是指围绕图形外边缘的总长度。面积是平面图形内部区域的大小,用平方单位表示。

    Key formulas you need to know:

    重点需要掌握的公式:

    • Square: Perimeter = 4 × side length; Area = side².
    • 正方形:周长 = 4 × 边长;面积 = 边长²。
    • Rectangle: Perimeter = 2(l + w); Area = length × width.
    • 长方形:周长 = 2(长 + 宽);面积 = 长 × 宽。
    • Triangle: Area = ½ × base × height.
    • 三角形:面积 = ½ × 底 × 高。
    • Parallelogram: Area = base × perpendicular height.
    • 平行四边形:面积 = 底 × 垂直高。
    • Trapezium: Area = ½ × (a + b) × h, where a and b are the parallel sides.
    • 梯形:面积 = ½ × (上底 + 下底) × 高。

    For compound shapes, divide them into simpler shapes, find individual areas, and add them together. For circles, the circumference is 2πr or πd, and the area is πr², where r is the radius.

    对于组合图形,可以分割成若干个简单图形,分别求面积再相加。圆形的周长使用 2πr 或 πd,面积使用 πr²,其中 r 为半径。


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

    A prism is a 3D shape with the same cross‑section running all the way through. The volume of any prism is found by multiplying the area of the cross‑section by the length.

    棱柱是一种横截面处处相同的三维立体。任何棱柱的体积都可以用横截面面积乘以长度计算。

    For a cuboid (rectangular prism), Volume = length × width × height. Surface area is the total area of all six faces. For a cube of side s, surface area = 6s².

    长方体的体积 = 长 × 宽 × 高。表面积是所有六个面的面积之和。边长为 s 的立方体,表面积 = 6s²。

    For a cylinder (a prism with circular cross‑section), Volume = πr²h, where r is the radius and h is the height. Its surface area is 2πr² + 2πrh (the two circles plus the curved surface).

    圆柱是一种横截面为圆的棱柱,体积 = πr²h,r 是半径,h 是高。表面积 = 2πr² + 2πrh(两个圆面积加曲面面积)。

    Remember to use consistent units and convert where needed. When calculating volume, the answer will be in cubic units (cm³, m³, etc.).

    注意单位要统一,必要时要换算。计算体积时,结果用立方单位表示,如 cm³, m³ 等。


    9. Transformations: Translation, Rotation, Reflection, Enlargement | 变换:平移、旋转、反射、放大

    A transformation moves or changes a shape. The four main types are translation (sliding), rotation (turning), reflection (flipping), and enlargement (resizing).

    几何变换可以移动或改变一个图形。四种主要变换是:平移(滑动)、旋转(转动)、反射(翻折)和放大(改变大小)。

    Translation is described by a vector (e.g. 3 right, 2 up is written as (3, 2)). Every point moves the same distance and direction.

    平移用向量描述,例如向右 3 格、向上 2 格记作 (3, 2)。图形上每个点都沿相同方向和距离移动。

    Rotation needs a centre of rotation, an angle (90°, 180°, 270°), and a direction (clockwise or anticlockwise). The shape does not change size or orientation relative to the centre – it simply turns.

    旋转要指定旋转中心、旋转角度(90°, 180°, 270°)和旋转方向(顺时针或逆时针)。图形大小和形状不变,只是绕着中心转动。

    Reflection creates a mirror image across a given mirror line. Each point is the same perpendicular distance behind the line as the original is in front.

    反射将图形沿给定的一条镜线翻折,形成镜像。每个点到镜线的垂直距离保持不变。

    Enlargement changes the size by a scale factor from a centre of enlargement. A scale factor of 2 doubles all side lengths. If the scale factor is a fraction, the shape gets smaller.

    放大(或缩小)根据中心点和放大系数改变图形大小。放大系数为 2 时所有边长翻倍;系数为分数时图形缩小。


    10. Pythagoras’ Theorem | 勾股定理

    Pythagoras’ theorem applies only to right‑angled triangles. It states that the square of the hypotenuse (the longest side, opposite the right angle) is equal to the sum of the squares of the other two sides.

    勾股定理只适用于直角三角形。它表明:斜边(最长边,正对直角)的平方等于另外两条直角边的平方和。

    If the legs are a and b and the hypotenuse is c, then a² + b² = c². To find the hypotenuse, use c = √(a² + b²). To find a shorter side, say a, use a = √(c² − b²).

    设两直角边为 a 和 b,斜边为 c,则 a² + b² = c²。求斜边可用 c = √(a² + b²),求直角边可用 a = √(c² − b²)。

    Example: In a triangle with legs 5 cm and 12 cm, the hypotenuse is √(5² + 12²) = √(25 + 144) = √169 = 13 cm.

    例:一直角三角形两直角边分别为 5 cm 和 12 cm,则斜边长为 √(5² + 12²) = √(25 + 144) = √169 = 13 cm。

    Always label the sides clearly before you start, and check that the triangle really does contain a right angle. Pythagoras is used in many real‑world problems involving distances, ladders, and navigation.

    解题时先标出各边,并确认三角形确有直角。勾股定理常用于涉及距离、梯子、导航等实际问题的计算。


    11. Probability Basics | 概率基础

    Probability measures how likely an event is to happen. It is always a number between 0 (impossible) and 1 (certain), often expressed as a fraction, decimal, or percentage.

    概率表示一个事件发生的可能性大小。它的值总是在 0(不可能)和 1(必然)之间,常用分数、小数或百分比表示。

    The probability of an event = number of favourable outcomes / total number of possible outcomes, provided all outcomes are equally likely.

    事件概率 = 有利结果的数量 / 所有等可能结果的总数。

    For a fair six‑sided die, the probability of rolling a prime number (2, 3, 5) is 3/6 = 1/2. The probability of an event not happening is 1 − P(event).

    投掷一个均匀的六面骰子,得到质数(2, 3, 5)的概率是 3/6 = 1/2。某事件不发生的概率等于 1 减去该事件发生的概率。

    Two events are mutually exclusive if they cannot happen at the same time. The sum of the probabilities of all mutually exclusive outcomes is 1.

    如果两个事件不能同时发生,则它们互斥。所有互斥结果的概率之和为 1。

    Sample space diagrams and tree diagrams help list all possible outcomes for combinations of events. The expected frequency of an event is probability × number of trials.

    样本空间图和树状图能帮助列出事件组合的所有可能结果。一件事的期望频数等于概率乘以试验次数。


    12. Averages and Range | 平均数与极差

    Three common averages summarise a set of data: the mean (average), median (middle value), and mode (most frequent value). The range measures how spread out the data are.

    表示数据集典型值的三种常用平均数是:平均数(均值)、中位数(中间值)和众数(出现次数最多的值)。极差用来度量数据的分散程度。

    Mean = sum of all data values ÷ number of values. For example, the mean of 4, 7, 9, 10, 15 is (4+7+9+10+15)/5 = 45/5 = 9.

    平均数 = 所有数据之和除以数据个数。如 4, 7, 9, 10, 15 的平均数为 (4+7+9+10+15)/5 = 45/5 = 9。

    Median is the middle number when the data are arranged in order. If there is an even number of values, take the mean of the two middle numbers.

    中位数是将数据按顺序排列后位于最中间的数。若数据个数为偶数,则取中间两个数的平均数。

    Mode is the most common value. There can be more than one mode, or none if all values are equally frequent. Range = largest value − smallest value.

    众数是出现次数最多的数值。可以不止一个众数,如果所有数值都只出现一次则没有众数。极差 = 最大值 − 最小值。

    Choosing the most suitable average depends on the data. The mean is affected by outliers, while the median is not. The mode works well for non‑numerical data.

    选择哪一种平均数取决于数据特点。平均值容易受极端值影响,中位数则不受影响。众数也适用于非数值数据。

    Published by TutorHao | Mathematics Revision Series | aleveler.com

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

  • Essential Maths Book 9H Answers – Core Topics Explained | KS3 数学 9H 练习答案精讲

    📚 Essential Maths Book 9H Answers – Core Topics Explained | KS3 数学 9H 练习答案精讲

    This article unpacks the key mathematical ideas behind the Essential Maths Book 9H exercises, providing clear explanations and worked examples for students aiming to master Year 9 Higher level content. By going beyond just the final answers, we highlight the reasoning and methods that build deep understanding.

    本文深入讲解《Essential Maths Book 9H》练习中涉及的核心数学知识,为目标是掌握九年级高阶内容的学生提供清晰的解释和解题示范。我们不仅给出最终答案,更强调推理过程和方法,帮助建立扎实的理解。

    1. Number Systems and Place Value | 数系与位值

    Understanding place value up to billions and down to thousandths is essential for higher-level work with decimals, standard form, and estimation. The 9H exercises test ordering numbers, rounding, and identifying significant figures.

    理解从十亿到千分位的位值,是处理小数、标准形式和估算等高阶内容的基础。9H 的练习题考查数字排序、四舍五入和确定有效数字的能力。

    • Significant figures: All non‑zero digits are significant; zeros between non‑zero digits are significant; trailing zeros in a decimal are significant. For example, 0.00508 has three significant figures (5, 0, 8).
    • 有效数字:所有非零数字都是有效数字;非零数字之间的零是有效数字;小数末尾的零也是有效数字。例如,0.00508 有三个有效数字(5、0、8)。
    • Rounding: To round 45.736 to two decimal places, look at the third decimal digit (6). Since it is 5 or more, round up the second decimal from 3 to 4, giving 45.74.
    • 四舍五入:将 45.736 保留两位小数,看第三位小数(6)。因为大于等于 5,所以第二位小数 3 进 1 变为 4,得到 45.74。

    2. Fractions, Decimals and Percentages | 分数、小数与百分数

    Book 9H revises fraction operations and extends to recurring decimals and percentage change. You need to be fluent converting between all three forms, including mixed numbers and improper fractions.

    9H 教材复习分数运算,并扩展到循环小数和百分比变化。你需要能够熟练地在三种形式之间转换,包括带分数和假分数。

    Converting recurring decimals: Let r = 0.636363… . Multiply by 100 to shift two digits: 100r = 63.6363… . Subtract the original: 99r = 63, so r = 63/99 = 7/11.

    循环小数化分数:设 r = 0.636363…,乘以 100 移动两位:100r = 63.6363…,相减得 99r = 63,所以 r = 63/99 = 7/11。

    Percentage increase and decrease: To increase £80 by 15%, multiply by 1.15: £80 × 1.15 = £92. For a 20% decrease, multiply by 0.80.

    百分比的增减:将 80 英镑增加 15%,乘以 1.15:80 × 1.15 = 92。减少 20% 则乘以 0.80。


    3. Ratio and Proportion | 比与比例

    Ratio problems in 9H often involve sharing amounts, comparing parts, and linking ratios with fractions. Direct proportion and the unitary method are heavily tested.

    9H 中的比与比例问题常涉及分配数量、比较部分以及将比与分数联系。正比例和单位量法是重点考查内容。

    Sharing in a ratio: Divide £450 in the ratio 2:3:5. Total parts = 2 + 3 + 5 = 10. One part is £450 ÷ 10 = £45. So the shares are £90, £135, £225.

    按比例分配:将 450 英镑按 2:3:5 分配。总份数 = 2 + 3 + 5 = 10。一份为 450 ÷ 10 = 45 英镑。因此分配额为 90 英镑、135 英镑、225 英镑。

    Direct proportion: If 8 pens cost £5.60, then 20 pens cost £5.60 ÷ 8 × 20 = £0.70 × 20 = £14.00.

    正比例:如果 8 支笔花费 5.60 英镑,那么 20 支笔花费 5.60 ÷ 8 × 20 = 0.70 × 20 = 14.00 英镑。


    4. Algebraic Expressions and Equations | 代数式与方程

    This section covers simplifying expressions, expanding brackets, factorising, and solving linear equations. Higher tier students also encounter simple quadratic expansions.

    这部分涵盖代数式的化简、去括号、因式分解以及解一元一次方程。高阶学生还会接触简单的二次展开。

    Expanding and simplifying: 4(2x − 3) − 2(3x + 1) = 8x − 12 − 6x − 2 = 2x − 14.

    展开并化简:4(2x − 3) − 2(3x + 1) = 8x − 12 − 6x − 2 = 2x − 14。

    Solving equations: 5x + 7 = 3x − 9 → 5x − 3x = −9 − 7 → 2x = −16 → x = −8.

    解方程:5x + 7 = 3x − 9 → 5x − 3x = −9 − 7 → 2x = −16 → x = −8。


    5. Linear Graphs and Coordinates | 线性图像与坐标

    9H problems require plotting straight lines from equations, finding gradients and intercepts, and interpreting real-life graphs. The form y = mx + c is fundamental.

    9H 的题目要求根据方程绘制直线、求斜率和截距,以及解读实际问题的图像。y = mx + c 的形式是基础。

    The gradient m is rise over run. In y = 3x − 4, the gradient is 3 and the y-intercept is (0, −4). To find the x-intercept, set y = 0: 3x − 4 = 0 → x = 4/3.

    斜率 m 是纵变除以横变。在 y = 3x − 4 中,斜率为 3,y 截距为 (0, −4)。求 x 截距时令 y = 0:3x − 4 = 0 → x = 4/3。

    Parallel lines have the same gradient. y = 2x + 5 is parallel to y = 2x − 1. Perpendicular lines have gradients that multiply to −1 (e.g. 2 and −1/2).

    平行线斜率相同。y = 2x + 5 与 y = 2x − 1 平行。垂直线的斜率乘积为 −1(如 2 和 −1/2)。


    6. Sequences and the nth Term | 数列与通项公式

    Students must generate terms from a given rule and find the nth term for linear sequences. The 9H book also introduces simple quadratic sequences.

    学生需要根据给定规则写出数列的若干项,并求出线性数列的通项公式。9H 教材还引入了简单的二次数列。

    The nth term of 5, 8, 11, 14, … is 3n + 2 (common difference 3, adjust by finding the zero term). For a quadratic sequence 2, 5, 10, 17, …, the second differences are constant (2), so nth term involves n², leading to n² + 1.

    数列 5, 8, 11, 14, … 的通项公式是 3n + 2(公差为 3,通过零项调整)。二次数列 2, 5, 10, 17, … 的二次差为常数 2,因此通项包含 n²,得出 n² + 1。


    7. Perimeter, Area and Volume | 周长、面积与体积

    9H extends area calculations to parallelograms, trapeziums, and compound shapes. Volume of prisms and cylinders is also covered, alongside surface area.

    9H 将面积计算扩展到平行四边形、梯形和组合图形。棱柱和圆柱的体积,以及表面积也是学习内容。

    Area of a trapezium = ½(a + b)h, where a and b are the parallel sides, h is the perpendicular height.

    梯形面积 = ½(a + b)h,其中 a 和 b 为平行边,h 为垂直高度。

    Volume of a prism = area of cross-section × length. For a cylinder, V = πr²h. Surface area of a cylinder = 2πr² + 2πrh.

    棱柱体积 = 截面积 × 长度。圆柱体积 V = πr²h。圆柱表面积 = 2πr² + 2πrh。


    8. Angles and Shapes | 角与图形

    Key angle facts, including those in parallel lines, triangles, and quadrilaterals, are revisited. Students also use angle sum of polygons and solve problems with bearings.

    复习关键的角度定理,包括平行线中的角、三角形和四边形中的角关系。学生还将使用多边形内角和公式并解决方位角问题。

    Sum of interior angles of an n-sided polygon = (n − 2) × 180°. A hexagon has 720°. Each interior angle of a regular hexagon = 720° ÷ 6 = 120°.

    多边形内角和 = (n − 2) × 180°。六边形内角和为 720°。正六边形每个内角 = 720° ÷ 6 = 120°。

    Alternate angles on parallel lines are equal. Corresponding angles are equal. Co-interior angles sum to 180°.

    平行线中的内错角相等。同位角相等。同旁内角之和为 180°。


    9. Transformations and Symmetry | 变换与对称

    Questions involve reflections, rotations, translations, and enlargements on a coordinate grid. Scale factors and centres of enlargement are specified, including fractional scale factors.

    题目涉及坐标系中的反射、旋转、平移和位似。需要确定缩放因子和位似中心,包括分数缩放因子。

    Enlargement with scale factor 2 from centre (0,0): Point (3,1) maps to (6,2). With scale factor 1/2, (4,6) maps to (2,3).

    位似:以 (0,0) 为中心、缩放因子 2,点 (3,1) 变换为 (6,2)。缩放因子 1/2 时,(4,6) 变为 (2,3)。

    Reflection in the line y = x swaps coordinates: (a,b) → (b,a).

    关于直线 y = x 的反射交换坐标:(a,b) → (b,a)。


    10. Statistics and Averages | 统计与平均数

    The 9H book covers mean, median, mode, range, and introduces grouped frequency tables. Students also calculate estimated means and draw stem-and-leaf diagrams.

    9H 教材涵盖平均数、中位数、众数和极差,并引入分组频数表。学生还要计算估计平均数并绘制茎叶图。

    Mean from a frequency table: sum of (value × frequency) ÷ total frequency. For grouped data, use midpoints of intervals.

    由频数表求平均数:(值 × 频数)的总和 ÷ 总频数。对于分组数据,使用组中值。

    Stem-and-leaf diagram orders data and shows shape. Key: 4|5 means 45. Back-to-back stem plots compare two sets.

    茎叶图将数据排序并显示分布形状。关键标示 4|5 表示 45。背靠背茎叶图用于比较两组数据。


    11. Probability | 概率

    Probability skills include listing outcomes, using sample space diagrams, and calculating combined probabilities for independent events. 9H also introduces relative frequency.

    概率技能包括列出结果、使用样本空间图以及计算独立事件的组合概率。9H 还引入了相对频率。

    Probability of an event = number of favourable outcomes ÷ total number of possible outcomes. P(rolling a prime on a die) = 3/6 = 1/2.

    事件概率 = 有利结果数 ÷ 所有可能结果总数。掷骰子得到质数的概率 P = 3/6 = 1/2。

    Combined events: P(A and B) = P(A) × P(B) if events are independent. Flipping two heads: 1/2 × 1/2 = 1/4.

    组合事件:若事件独立,P(A 与 B) = P(A) × P(B)。两次抛硬币都得正面:1/2 × 1/2 = 1/4。


    12. Problem-Solving and Applying Mathematics | 问题解决与数学应用

    The final strand of 9H integrates topics into multi-step word problems, often requiring estimation, trial and improvement, or constructing and solving equations from a scenario.

    9H 的最后一部分将各个主题综合为多步应用题,往往需要估算、尝试改进或者根据实际情境建立并求解方程。

    Example: A rectangle’s length is 3 cm more than its width. The perimeter is 26 cm. Let width = w. Then length = w + 3. Equation: 2(w + w + 3) = 26 → 2(2w + 3) = 26 → 4w + 6 = 26 → 4w = 20 → w = 5. Length = 8 cm.

    示例:长方形的长比宽多 3 cm,周长为 26 cm。设宽为 w,长则为 w + 3。方程:2(w + w + 3) = 26 → 2(2w + 3) = 26 → 4w + 6 = 26 → 4w = 20 → w = 5。长为 8 cm。

    These skills mirror the type of reasoning required to use the compressed answers effectively: not just checking if the answer is correct, but understanding the path to get there.

    这些技能正好反映了有效使用压缩答案所需的那种推理:不仅是核对答案是否正确,更是理解得出答案的路径。

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

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

  • KS3 Maths: Algorithms Explained | KS3 数学:算法考点精讲

    📚 KS3 Maths: Algorithms Explained | KS3 数学:算法考点精讲

    Algorithms are the backbone of problem-solving in mathematics and computer science. At KS3, you will learn to design, follow and evaluate step-by-step procedures to solve problems efficiently. This revision guide covers the key concepts you need: what an algorithm is, how to represent it with flowcharts and pseudocode, and essential searching and sorting algorithms. You will also see how mathematical ideas like finding the highest common factor can be turned into a clear algorithm. Mastering these fundamentals will build your confidence in logical thinking and prepare you for more advanced topics.

    算法是数学和计算机科学中解决问题的核心。在 KS3 阶段,你将学习设计、执行和评估一步步解决问题的过程。本精讲涵盖你需要掌握的关键概念:算法的定义、用流程图和伪代码表示算法的方法,以及基本的搜索和排序算法。你还会看到如何把求最大公约数这样的数学问题转化为明确的算法。掌握这些基础将增强你的逻辑思维能力,并为更高级的主题做好准备。

    1. What is an Algorithm? | 什么是算法?

    An algorithm is a precise, step-by-step set of instructions designed to solve a problem or carry out a task. In mathematics, you follow algorithms all the time—for example, when you do long division or add fractions by finding a common denominator. An algorithm must have a clear start and end, and each step must be unambiguous so that anyone (or any computer) can follow it and get the same result.

    算法是一组精确的、逐步设计的指令,用于解决问题或执行任务。在数学中,你一直在使用算法——例如,做长除法或通过找公分母来加分数。算法必须有明确的开始和结束,每一步都必须无歧义,这样任何人(或任何计算机)都能遵循它并得到相同的结果。

    Key properties of a good algorithm:

    好算法的关键特性:

    • Clear and precise – no vague instructions.
      清晰精确 – 没有含糊的指令。
    • Finite – it always ends after a certain number of steps.
      有限性 – 它总是在执行完有限步后结束。
    • Effective – each step can be carried out in a reasonable time.
      有效性 – 每一步都能在合理的时间内完成。
    • Input and output – it usually takes some data and produces a result.
      输入与输出 – 它通常接受一些数据并产生结果。

    In KS3, you are expected to design simple algorithms for arithmetic tasks and understand the logic behind everyday processes, like following a recipe or sorting playing cards.

    在 KS3 阶段,你需要为算术任务设计简单的算法,并理解日常过程(如遵循食谱或整理扑克牌)背后的逻辑。


    2. Representing Algorithms: Flowcharts and Pseudocode | 算法的表示:流程图与伪代码

    Before writing a program, we often plan an algorithm using two common methods: flowcharts and pseudocode. A flowchart uses symbols and arrows to show the flow of control visually, while pseudocode describes the steps in plain but structured English.

    在编写程序之前,我们通常用两种常用方法规划算法:流程图和伪代码。流程图使用符号和箭头直观地显示控制流程,而伪代码则用简单但有结构的英语描述步骤。

    Both methods help you think logically and spot errors early. At KS3, you should be able to read a given flowchart or piece of pseudocode and predict its output, as well as create your own for simple tasks.

    这两种方法都有助于你进行逻辑思考并及早发现错误。在 KS3 阶段,你应该能够阅读给定的流程图或伪代码并预测其输出,也能为简单任务创建自己的表达。

    Why use them?

    为什么使用它们?

    • Flowcharts make the order of steps and decisions easy to see.
      流程图让步骤和决策的顺序一目了然。
    • Pseudocode bridges everyday language and programming code.
      伪代码是日常语言和编程代码之间的桥梁。
    • Both encourage decomposition—breaking a problem into smaller parts.
      两者都鼓励分解——把问题拆分成更小的部分。

    3. Flowchart Symbols | 流程图符号

    Flowcharts use a standard set of shapes. You need to recognise these and draw them clearly in your work.

    流程图使用一套标准的形状。你需要识别它们,并在作业中清晰地画出。

    Symbol Name Meaning
    Oval Terminator Start or end of the algorithm
    Rectangle Process An instruction or calculation
    Parallelogram Input / Output Entering data or showing results
    Diamond Decision A question with ‘Yes’ or ‘No’ branches
    Arrow Flow line Shows direction of the next step

    (Note: In KS3 you will often draw rounded rectangles or ovals for start/end.)

    (注意:在 KS3 中,你常会用圆角矩形或椭圆表示开始/结束。)

    When you create a flowchart, always label arrows leaving a diamond with ‘Yes’ and ‘No’, and make sure the flow is logical. Practice by drawing a flowchart for a simple task like checking if a number is even.

    创建流程图时,一定要在离开菱形的箭头上标上 ‘Yes’ 和 ‘No’,并确保流程合理。可以练习画一个简单任务的流程图,比如判断一个数是否为偶数。


    4. Writing Pseudocode | 编写伪代码

    Pseudocode is not an actual programming language; it is a way of writing down the logic of an algorithm using simple, readable statements. There are no strict rules, but at KS3 you should follow these conventions:

    伪代码不是真正的编程语言;它是一种用简单可读的语句写下算法逻辑的方法。虽然规则不严格,但在 KS3 阶段你应该遵循以下惯例:

    • Use words like INPUT, OUTPUT, IF…THEN…ELSE, WHILE…DO, FOR…TO…NEXT.
      使用诸如 INPUTOUTPUTIF…THEN…ELSEWHILE…DOFOR…TO…NEXT 等词语。
    • Indent blocks inside loops and conditions.
      将循环和条件内的代码块缩进。
    • Use arrows (←) for assignment, e.g. total ← 0.
      使用箭头 (←) 表示赋值,例如 total ← 0
    • Keep it language-independent; avoid python-specific or javascript-specific syntax when practising for KS3 exams.
      保持语言中立;在 KS3 考试练习中避免使用 Python 或 JavaScript 特有语法。

    Example pseudocode to calculate the sum of the first 5 positive integers:

    以下伪代码计算前五个正整数的和:


    total ← 0
    FOR count ← 1 TO 5 DO
        total ← total + count
    NEXT count
    OUTPUT total

    This shows how a loop can be used to repeat an action a fixed number of times.

    这说明了如何使用循环将某个操作重复固定次数。


    5. Sequence, Selection, Iteration | 顺序、选择、循环

    Every algorithm is built from three fundamental control structures: sequence, selection, and iteration. Understanding these is a key KS3 requirement.

    每个算法都由三种基本控制结构构成:顺序、选择和循环。理解这些是 KS3 的关键要求。

    Sequence: Steps are carried out one after another in the order given. This is the simplest structure—like following a recipe.

    顺序:步骤按给定的顺序一个接一个地执行。这是最简单的结构——就像遵循食谱一样。

    Selection: A choice is made based on a condition. In flowcharts this is shown with a diamond. In pseudocode we use IF…THEN…ELSE. For example, ‘IF number MOD 2 = 0 THEN OUTPUT “even” ELSE OUTPUT “odd”‘.

    选择:根据条件做出选择。在流程图中这用菱形表示。在伪代码中我们使用 IF…THEN…ELSE。例如,’IF number MOD 2 = 0 THEN OUTPUT “even” ELSE OUTPUT “odd”‘。

    Iteration: Repeating a set of steps. There are two types:

    循环:重复一组步骤。有两种类型:

    • Count-controlled (definite) – uses FOR, repeating a set number of times.
      计数控制(确定型)——使用 FOR,重复固定次数。
    • Condition-controlled (indefinite) – uses WHILE, repeating as long as a condition is true.
      条件控制(不确定型)——使用 WHILE,只要条件为真就重复。

    At KS3, you will often be asked to identify these structures in a flowchart or pseudocode, and to write your own simple routines combining them.

    在 KS3 中,你经常会被要求识别流程图或伪代码中的这些结构,并编写组合它们的简单程序。


    6. Linear Search Algorithm | 线性搜索算法

    A linear search (or sequential search) is the simplest way to find an item in a list. You check each element one by one until you find the target or reach the end.

    线性搜索(或顺序搜索)是在列表中查找项的最简单方法。你逐个检查每个元素,直到找到目标或到达列表末尾。

    Linear search algorithm steps:

    线性搜索算法步骤:

    1. Start at the first element.
      从第一个元素开始。
    2. Compare the current element with the target value.
      将当前元素与目标值比较。
    3. If they match, output the position and stop.
      如果匹配,输出位置并停止。
    4. If they do not match, move to the next element and repeat from step 2.
      如果不匹配,移到下一个元素并重复步骤2。
    5. If the end of the list is reached without a match, output ‘not found’.
      如果到达列表末尾仍未找到,输出 ‘not found’。

    Example: Searching for the number 7 in the list [2, 5, 7, 1, 4] would check 2, then 5, then 7 and stop at position 3. This algorithm is simple but inefficient for large lists because in the worst case it checks every item.

    例子:在列表 [2, 5, 7, 1, 4] 中搜索数字 7,会依次检查2、5,然后找到7并在位置3停止。这个算法简单,但对于大列表效率不高,因为最坏情况下要检查每一项。


    7. Binary Search Algorithm | 二分搜索算法

    A binary search is a much faster method, but it only works on a sorted list. It repeatedly divides the search space in half, eliminating large chunks at each step.

    二分搜索是一种快得多的方法,但它只适用于已排序的列表。它反复将搜索区间对半分,每一步都排除大量元素。

    Binary search algorithm steps for a list sorted in ascending order:

    升序排列列表的二分搜索算法步骤:

    1. Let low = 1 and high = length of list.
      设 low = 1,high = 列表长度。
    2. While low ≤ high, calculate mid = (low + high) DIV 2 (integer division).
      当 low ≤ high 时,计算 mid = (low + high) DIV 2(整数除法)。
    3. Compare the middle element with the target:
      将中间元素与目标比较:
      • If equal, output position and stop.
        如果相等,输出位置并停止。
      • If middle element is less than target, set low = mid + 1 (search right half).
        如果中间元素小于目标,设 low = mid + 1(搜索右半部分)。
      • If middle element is greater than target, set high = mid – 1 (search left half).
        如果中间元素大于目标,设 high = mid – 1(搜索左半部分)。
    4. If low > high, output ‘not found’.
      如果 low > high,输出 ‘not found’。

    For example, searching for 18 in [2, 7, 10, 15, 18, 23, 30] first compares with 15 (mid), then discards the left half; next mid is 23, discarding right half; third mid is 18 – found in 3 steps, whereas linear search would take 5. Binary search is efficient, but the need for a sorted list is an important constraint.

    例如,在 [2, 7, 10, 15, 18, 23, 30] 中搜索 18,首先与 15(中间)比较,舍弃左半部分;下一个中间是 23,舍弃右半部分;第三个中间是 18——3 步找到,而线性搜索需要 5 步。二分搜索效率高,但要求列表已排序是一个重要的限制。


    8. Bubble Sort Algorithm | 冒泡排序算法

    Sorting algorithms arrange data in order. Bubble sort is one of the simplest, often taught first because its logic mirrors how we might intuitively sort a small list of numbers.

    排序算法将数据按顺序排列。冒泡排序是最简单的排序算法之一,通常最先教授,因为其逻辑类似于我们直观地对一小组数字进行排序。

    Bubble sort repeatedly steps through the list, compares adjacent items, and swaps them if they are in the wrong order. The largest unsorted element ‘bubbles up’ to its correct position at the end of each pass.

    冒泡排序反复遍历列表,比较相邻项,如果顺序错误就交换它们。每一轮遍历后,最大的未排序元素会 ‘冒泡’ 到它最终的正确位置。

    Algorithm for ascending order:

    升序排列算法:

    1. Set n = length of list.
      设 n = 列表长度。
    2. For i from 1 to n-1:
      For i 从 1 到 n-1:
      • For j from 1 to n-i:
        For j 从 1 到 n-i:
        • If list[j] > list[j+1], swap them.
          如果 list[j] > list[j+1],交换它们。
    3. After each outer loop, the last i elements are in their final places.
      每次外层循环后,最后的 i 个元素已在最终位置。

    Example: Sorting [5, 1, 4, 2]

    例子:排序 [5, 1, 4, 2]

    Pass 1: compare 5 and 1 → swap → [1,5,4,2]; compare 5 and 4 → swap → [1,4,5,2]; compare 5 and 2 → swap → [1,4,2,5]. End of pass 1, 5 is in place.
    第一轮:比较 5 和 1 → 交换 → [1,5,4,2];比较 5 和 4 → 交换 → [1,4,5,2];比较 5 和 2 → 交换 → [1,4,2,5]。第一轮结束,5 就位。

    Pass 2: [1,4,2,5] → compare 1,4 (no swap); compare 4,2 → swap → [1,2,4,5]. Pass 3: no swaps needed. Sorted in 2 passes.

    第二轮:[1,4,2,5] → 比较 1,4(无交换);比较 4,2 → 交换 → [1,2,4,5]。第三轮:无需交换。两轮排序完成。


    9. Insertion Sort Algorithm | 插入排序算法

    Insertion sort builds the sorted list one element at a time, taking each unsorted item and inserting it into its correct position within the already sorted part. It is efficient for small datasets and is often used as part of more complex algorithms.

    插入排序一次构建一个有序元素,依次取出未排序的元素,并将其插入到已排序部分的正确位置。它对于小数据集很高效,常被用作更复杂算法的一部分。

    Algorithm for ascending order:

    升序算法:

    1. Consider the first element sorted.
      将第一个元素视为已排序。
    2. For each next element (key), compare it with elements in the sorted sublist from right to left.
      对于接下来的每个元素(键),从右向左与已排序子列表中的元素比较。
    3. Shift larger elements one position to the right.
      将较大的元素向右移动一个位置。
    4. Insert the key into its correct position.
      将键插入其正确位置。

    Example: Sorting [8, 3, 5, 2]

    例子:排序 [8, 3, 5, 2]

    Start: [8] sorted. Key = 3: compare with 8, shift 8 right → insert 3 → [3,8]. Key = 5: compare with 8, shift 8 right; compare with 3, no shift → insert 5 → [3,5,8]. Key = 2: shift 8,5,3 right → insert 2 → [2,3,5,8]. Sorted.

    开始:[8] 已排序。键=3:与 8 比较,将 8 右移 → 插入 3 → [3,8]。键=5:与 8 比较,8 右移;与 3 比较,不移 → 插入 5 → [3,5,8]。键=2:将 8,5,3 右移 → 插入 2 → [2,3,5,8]。排序完成。

    At KS3 you may be asked to trace these algorithms on a small list, showing each step clearly.

    在 KS3 阶段,你可能需要对一个小列表跟踪这些算法,清楚地展示每一步。


    10. Algorithms in Mathematics: Finding HCF using Euclid’s Algorithm | 数学中的算法:使用欧几里得算法求最大公约数

    Algorithms are not only for computing; they are deeply rooted in mathematics. Euclid’s algorithm for finding the Highest Common Factor (HCF) of two numbers is over 2000 years old and still widely used.

    算法不仅用于计算;它们深深植根于数学。用于求两个数的最大公约数(HCF)的欧几里得算法已有 2000 多年历史,至今仍广泛使用。

    Euclid’s algorithm works by repeated subtraction or, more efficiently, by using division and remainders:

    欧几里得算法通过重复减法,或者更高效地使用除法和余数来工作:

    • Given two numbers a and b, where a > b.
      给定两个数 a 和 b,其中 a > b。
    • Replace a with b and b with a MOD b (the remainder when a is divided by b).
      用 b 替换 a,用 a MOD b(a 除以 b 的余数)替换 b。
    • Repeat until b becomes 0. The non-zero remainder just before this is the HCF.
      重复直到 b 变成 0。在此之前的非零余数就是 HCF。

    Example: Find HCF(252, 105)

    例子:求 HCF(252, 105)

    Step 1: 252 MOD 105 = 42 → now a=105, b=42
    步骤1:252 MOD 105 = 42 → 现在 a=105, b=42
    Step 2: 105 MOD 42 = 21 → a=42, b=21
    步骤2:105 MOD 42 = 21 → a=42, b=21
    Step 3: 42 MOD 21 = 0 → remainder 0, stop. HCF = 21.
    步骤3:42 MOD 21 = 0 → 余数为 0,停止。HCF = 21。

    This algorithm cleverly avoids listing all factors and is extremely efficient. Expressing it in pseudocode or a flowchart helps connect mathematical reasoning with algorithmic thinking.

    这个算法巧妙地避免了列出所有因数,而且非常高效。用伪代码或流程图表达它,有助于将数学推理与算法思维连接起来。


    11. Evaluating Algorithms: Efficiency and Correctness | 评估算法:效率与正确性

    At KS3, you are expected not only to follow algorithms but also to evaluate them. Two key aspects are:

    在 KS3,你不仅要能遵循算法,还要能评估它们。两个关键方面是:

    Correctness: Does the algorithm always produce the right output for every valid input? Testing with different inputs, including edge cases (like an empty list or the target not being present), helps verify this.

    正确性:算法是否对每个有效输入都产生正确的输出?用不同的输入进行测试,包括边界情况(如空列表或目标不存在),有助于验证这点。

    Efficiency: How many steps does the algorithm take as the size of the input grows? We compare algorithms informally at KS3: for searching, linear search might need to check 1000 items in the worst case, while binary search on a sorted list of 1000 items needs only about 10 comparisons (because 210 ≈ 1000). For sorting, bubble sort and insertion sort both typically take many more comparisons than more advanced sorts, but they are fine for small sets.

    效率:随着输入规模的增大,算法需要多少步?我们在 KS3 阶段非正式地比较算法:对于搜索,线性搜索在最坏情况下可能需要检查 1000 项,而二分搜索在包含 1000 项的排序列表中只需要大约 10 次比较(因为 210 ≈ 1000)。对于排序,冒泡排序和插入排序通常比更高级的排序算法需要更多的比较次数,但对于小数据集来说它们是可行的。

    You might be asked questions like: ‘When would you choose a linear search over a binary search?’ The answer: when the list is unsorted, small, or only searched once, because the cost of sorting first might not be worth it.

    你可能会被问到这样的问题:’什么时候你会选择线性搜索而不是二分搜索?’ 答案是:当列表未排序、很小或只搜索一次时,因为先排序的代价可能不值得。


    12. Summary and Key Takeaways | 总结与要点

    Algorithms form the foundation of computational thinking. In your KS3 maths curriculum, you have explored how to design and represent algorithms using flowcharts and pseudocode, and you have examined fundamental searching and sorting techniques. You also saw how classic mathematical methods like Euclid’s algorithm embody the same step-by-step logic.

    算法是计算思维的基础。在 KS3 数学课程中,你已经探索了如何使用流程图和伪代码设计和表示算法,并研究了基本的搜索和排序技术。你也看到了像欧几里得算法这样的经典数学方法如何体现了同样的逐步逻辑。

    Key points to remember:

    需要记住的要点:

    • Clearly define inputs, outputs and the sequence of steps.
      明确定义输入、输出和步骤顺序。
    • Use flowcharts for visual planning and pseudocode for structured English planning.
      使用流程图进行视觉规划,用伪代码进行结构化英语规划。
    • Know the differences between linear and binary search, and when each is suitable.
      了解线性搜索和二分搜索的区别,以及各自的适用场景。
    • Bubble sort and insertion sort are simple but less efficient for large datasets.
      冒泡排序和插入排序简单,但对于大数据集效率较低。
    • Always test your algorithm with normal and edge-case data.
      始终用正常数据和边界数据测试你的算法。

    Practise tracing algorithms on paper, writing pseudocode for maths problems, and converting simple tasks into flowcharts. These skills will not only help you in exams but also build logical reasoning useful in everyday life.

    练习在纸上跟踪算法,为数学问题编写伪代码,以及将简单任务转化为流程图。这些技能不仅会在考试中帮助你,还能培养日常生活中非常有用的逻辑推理能力。

    Published by TutorHao | Mathematics Revision Series | aleveler.com

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

  • KS3 Advanced Mathematics: Mark Scheme Analysis | KS3 进阶数学:评分标准分析

    📚 KS3 Advanced Mathematics: Mark Scheme Analysis | KS3 进阶数学:评分标准分析

    In Key Stage 3, advanced mathematics assessments go beyond simple recall and arithmetic. They are designed to measure how well students can apply fluent procedures, reason logically, and solve unfamiliar problems. Understanding the mark scheme is essential for both teachers and learners, as it reveals exactly where marks are awarded, what constitutes a complete solution, and why some responses fall short of full credit. This article unpicks the structure of KS3 advanced maths mark schemes, examines the assessment objectives, and provides practical guidance on how to maximise marks in every topic area.

    在关键阶段 3,进阶数学的评估早已超越简单的记忆和算术。它们旨在衡量学生运用流畅的计算程序、进行逻辑推理以及解决陌生问题的能力。理解评分标准对教师和学习者都至关重要,因为它揭示了分数究竟从何而来、怎样的解答才算完整,以及为什么有些答案拿不到全部分数。本文将剖析 KS3 进阶数学评分标准的构成,审视评估目标,并就如何在每个知识领域拿到最高分给出实用指导。

    1. The Architecture of KS3 Maths Mark Schemes | KS3 数学评分标准的架构

    KS3 advanced mathematics mark schemes are typically built around a three-part framework. Marks are classified as method marks (M), accuracy marks (A), and communication or quality marks (Q). A single question may carry several marks distributed across these categories. For example, a four-mark question might award one M1 for a correct initial step, one M1 for applying a theorem, one A1 for a correct numerical outcome, and one Q1 for clear presentation of reasoning. Some awarding bodies label process marks as P instead of M, but the principle is the same: marks are earned by showing how you arrived at the answer, not simply by stating the final value.

    KS3 进阶数学的评分标准通常围绕一个三元框架构建。分数被划分为方法分(M)、准确性分(A)和交流或质量分(Q)。一道题可能同时包含多个分数,并分散在这些类别中。例如,一道四分题可能在正确的第一步给一个 M1,在应用定理时给一个 M1,在得出正确数值结果时给一个 A1,在清晰地展示推理过程时给一个 Q1。有些考试局将过程分标记为 P 而非 M,但原则是一致的:分数是通过展示你如何得出答案而获得的,而不仅仅是给出最后的结果。


    2. Assessment Objectives: AO1, AO2 and AO3 in Depth | 评估目标详解:AO1、AO2 与 AO3

    All KS3 advanced assessments are mapped to three assessment objectives. AO1 tests fluency in using and applying standard techniques. Typical AO1 tasks include simplifying algebraic expressions, calculating angles in triangles using known facts, and converting between fractions, decimals and percentages. Marks here are strongly weighted towards accuracy, and method marks are often awarded only if the working is clearly linked to a correct outcome. AO2 requires students to reason mathematically, construct chains of deductions, and justify conclusions. AO3 targets problem-solving in novel contexts, demanding that learners translate real-world situations into mathematical models and interpret their solutions critically. About 40% of the marks in an advanced paper are AO1, 30% AO2 and 30% AO3, though the balance can vary by tier.

    所有 KS3 进阶评估都映射到三个评估目标。AO1 考察使用和应用标准技巧的流畅度。典型的 AO1 任务包括化简代数表达式、利用已知事实计算三角形中的角,以及在分数、小数和百分数之间进行转换。这里的分数严重偏向准确性,方法分通常只有在解题过程与正确结果明确关联时才会给出。AO2 要求学生进行数学推理,构建一串推论,并对结论做出论证。AO3 则针对陌生情境中的问题解决,要求学习者将现实情境转化为数学模型,并批判性地解读所得的解。在进阶试卷中,大约 40% 的分数来自 AO1,30% 来自 AO2,30% 来自 AO3,尽管这一比例可能因层级而有所波动。


    3. How Fluency Marks Are Earned (AO1) | 如何拿到流畅度分 (AO1)

    Fluency marks reward efficient and accurate use of mathematical tools. If a question asks ‘Calculate ¾ of 280’ and you write only the answer 210, you may secure one mark for the correct value. However, if the mark scheme demands a clear step such as ‘280 ÷ 4 = 70, then 70 × 3 = 210’, missing that working can cost you the method mark even if your answer is right. In multi-step arithmetic, every distinct operation can attract a method mark, provided it is shown clearly. As a rule, never cross out working; a crossed-out step may still be legible and can sometimes earn a mark if the examiner can follow the reasoning.

    流畅度分奖励的是高效、准确地使用数学工具。如果一道题要求 “计算 280 的 ¾”,而你只写下答案 210,你可能拿到正确值的那个分数。但若评分标准要求呈现清晰的步骤,如 “280 ÷ 4 = 70,然后 70 × 3 = 210”,缺少这些步骤就可能使你丢掉方法分,哪怕你的答案是正确的。在多步运算中,每一个不同的操作都可以带来一个方法分,只要它被清晰地展示出来。作为一条原则:绝对不要划掉你的解题过程;被划掉的步骤或许仍然可读,如果考官能跟上你的推理,有时它仍能得分。


    4. Reasoning Marks: Making Inferences Visible (AO2) | 推理分:让推导过程可见 (AO2)

    Reasoning marks are awarded for constructing logical arguments. If you are asked to prove that the sum of three consecutive integers is always a multiple of 3, you must go beyond testing a few numbers. The mark scheme expects a general algebraic representation: let the integers be n, n+1, n+2; then sum = 3n+3 = 3(n+1), which is a multiple of 3. One mark could be for setting up the algebraic form, another for correct simplification, and a third for the concluding statement. ‘Explain why’ questions often require counterexamples or exhaustive reasoning, and the mark scheme will explicitly list acceptable deduction paths. Using correct mathematical vocabulary such as ‘factor’, ‘multiple’, or ‘consecutive’ can strengthen a response and signal that the reasoning is complete.

    推理分是为构建逻辑论证而设置的。如果要求你证明三个连续整数的和总是 3 的倍数,你必须超越只测试几个数字的做法。评分标准期望一个一般的代数表示:令这些整数为 n, n+1, n+2;那么和为 3n+3 = 3(n+1),这就是 3 的倍数。可能有一个分是为建立代数形式而设,另一个分给正确的化简,第三个分给结论性陈述。“解释为什么” 类的问题常常需要反例或穷举推理,而评分标准会明确列出可接受的推导路径。使用正确的数学词汇,如 “因子”、“倍数” 或 “连续的”,可以强化作答,并传达出推理已完成的信号。


    5. Problem-Solving: Structuring Responses to Unfamiliar Problems (AO3) | 问题解决:为陌生问题组织解答 (AO3)

    Problem-solving marks are the most challenging to earn because they require flexible thinking. A typical AO3 task might present a scenario where a shop offers a 20% discount on a jacket, then an extra 15% off the reduced price, and ask for the overall percentage reduction. The mark scheme will split the award: one mark for calculating the price after the first discount (e.g. 0.80 × original), one mark for applying the second reduction correctly (0.85 × that result), and a final mark for interpreting the overall multiplier (0.68 → 32% reduction). Partial marks are always available. Even if a student makes an arithmetic slip early on, subsequent marks for correct method are still attainable, making it essential to show each stage clearly. In addition, many mark schemes include an ‘or equivalent’ clause, so a correct method that looks slightly different from the model answer is still credited.

    问题解决分往往最难拿到,因为它要求灵活的思维。一道典型的 AO3 题可能呈现这样一个场景:一家商店对一件夹克打八折,然后再对折后价打八五折,并要求求出总的折扣百分比。评分标准会将分数拆开:一个分是计算第一次折扣后的价格(如原价 × 0.80),一个分是正确应用第二次折扣(该结果 × 0.85),最后一个分是解读总乘数(0.68 → 减少了 32%)。部分分数总是可以得到的。即便学生在早期犯了计算错误,后续正确的方法分仍然可以获得,因此清晰展示每个阶段至关重要。此外,许多评分标准包含 “或同等表达” 条款,因此与标准答案看起来略有不同的正确方法仍然会被给分。


    6. Mark Schemes for Algebra: Spotting the Critical Steps | 代数题的评分标准:找出关键步骤

    Algebra questions in KS3 advanced papers frequently involve linear equations, brackets, and sometimes simple inequalities. Consider this example: Solve 3(2x – 4) = 24. The mark scheme may award the first method mark for correctly expanding the bracket to 6x – 12, or equivalently dividing both sides by 3 to get 2x – 4 = 8. A second method mark could come from isolating the term 6x (by adding 12 to both sides) or 2x (by adding 4). The accuracy mark is reserved for the final answer x = 6. If a student writes x = 6 without any working, only the accuracy mark is given, even if the answer is correct, because the method marks require evidence. When inequalities appear, the mark scheme insists on correct direction: e.g. -2x < 10 leads to x > -5. Missing the sign reversal costs the accuracy mark.

    KS3 进阶试卷中的代数题经常涉及线性方程、括号,有时还有简单的不等式。考虑这个例子:解 3(2x – 4) = 24。评分标准可能会为正确展开括号得到 6x – 12,或者为两边同除以 3 得到 2x – 4 = 8 给出第一个方法分。第二个方法分可能来自分离 6x 这一项(两边加 12)或 2x 这一项(两边加 4)。准确性分则留给最终答案 x = 6。如果学生只写下 x = 6 而没有任何解题过程,即便答案正确,也只能得到准确性分,因为方法分需要证据。当出现不等式时,评分标准强调正确的方向:例如 -2x < 10 得出 x > -5。遗漏符号反转就会丢掉准确性分。


    7. Geometry and Measures: Justifying Every Step | 几何与测量:论证每一步

    Geometry questions demand a blend of accurate calculation and formal reasoning. A question asking to find angle x in a complex diagram might carry three marks: one for stating that angles on a straight line sum to 180°, one for using the fact that base angles in an isosceles triangle are equal, and one for the correct numerical answer. The mark scheme rarely gives credit for implied reasoning; students must write statements such as ‘Angle ABC = 70° because vertically opposite angles are equal’ to secure the reasoning marks. In multi-step angle problems, a common pitfall is to write calculations without linking them to the properties used. Examiners are trained to look for explicit references to angle facts inside the working column.

    几何题需要精确计算与形式化推理的结合。一道要求在复杂图形中求出角 x 的问题可能携带三分:一分是陈述 “直线上的角之和为 180°”,一分是使用 “等腰三角形的底角相等” 这一事实,还有一分是给出正确的数值答案。评分标准很少对隐含的推理给予分数;学生必须写出诸如 “角 ABC = 70°,因为对顶角相等” 之类的陈述,才能拿到推理分。在多步角度问题中,一个常见的失分点是写下计算过程却没有将它们与所使用的性质联系起来。考官经过培训,会留意解题栏中是否明确引用了角度事实。


    8. Statistics and Probability: Interpreting and Critiquing | 统计与概率:解读与批判

    KS3 advanced mark schemes treat statistical diagrams and probability calculations as opportunities to test both fluency and reasoning. A question might present two box plots and ask ‘Compare the distributions of heights.’ To earn full marks, a student must make at least two comparative statements: one using a measure of central tendency (e.g. median), and another using a measure of spread (e.g. interquartile range) or range. Statements like ‘Class A is taller’ without statistical backing attract no marks. In probability, a tree diagram question may allocate a method mark for labelling branches correctly, an accuracy mark for multiplying along the required path, and a final mark for interpreting the result in context. When the mark scheme includes ‘accept answers in the range 0.22–0.24’, it signals that rounding tolerance is allowed, but unsupported guesses receive zero.

    KS3 进阶评分标准将统计图表和概率计算视为同时考察流畅度和推理能力的机会。一道题可能给出两个箱线图,并要求 “比较两组身高数据的分布”。要拿到满分,学生必须至少给出两句比较性陈述:一句使用集中趋势的度量(如中位数),另一句使用离散程度的度量(如四分位距)或全距。像 “A 班更高” 这样缺乏统计支持的陈述是拿不到任何分数的。在概率题中,树状图问题可能为正确标注分支给出一个方法分,为沿着所需路径正确相乘给出一个准确性分,并为在上下文中解读结果给出最后一个分。当评分标准出现 “接受范围 0.22–0.24 内的答案” 时,这意味着允许一定的舍入宽容,但毫无根据的猜测得零分。


    9. Communication and Quality Marks: The Extra Edge | 交流与质量分:额外的优势

    Some extended questions include a dedicated communication mark (often denoted Q or C). This mark rewards clarity, logical sequencing, and correct use of notation. A response that is mathematically correct but written in a jumbled paragraph with no equation formatting may lose this mark. Best practice is to use line-by-line working, clearly label variables, and finish with a sentence that answers the original question. In a ‘show that’ question, even if the given result is used in the derivation, students must ensure that their steps lead convincingly to the required expression. Communication marks can be the difference between a high grade and the next band down, so typing or handwriting that communicates structure is a skill worth practising.

    某些扩展题包含一个专门的交流分(通常记作 Q 或 C)。这个分数奖励的是清晰度、逻辑条理性和正确使用符号。一份在数学上完全正确但写在一个杂乱段落中、没有公式格式的答案,可能会丢掉这分。最佳做法是进行逐行演算,清楚地给变量加标签,并用一句话回答原始问题作为结尾。在 “求证” 类问题中,即便推导过程中用到了所给的结果,学生也必须确保自己的步骤能令人信服地推出所需表达式。交流分可能是高等级与下一级之间的区别,因此展现结构层次的书写或字体是一项值得练习的技能。


    10. Common Errors That Lose Marks Unnecessarily | 常见非必要失分错误

    Mark scheme analysis reveals recurring errors that cost marks despite a student’s genuine understanding. The most frequent is unit omission: a calculated area of 45 cm² written simply as 45 loses the accuracy mark if units are required. Another is rounding too early in multi-step calculations, which can take a final answer outside the accepted range. Premature approximation is heavily penalised in advanced papers. A third error is offering a decimal answer where an exact fraction is required; the mark scheme may state ‘accept 13/20 or equivalent, do not accept 0.65 unless specifically asked for a decimal’. Spelling mistakes in statistical terms (e.g. ‘medium’ instead of ‘median’) do not normally lose marks, but missing a keyword like ‘positive correlation’ can break a reasoning chain. Reading the question stem carefully and matching the format requested is a low-effort way to protect marks.

    评分标准分析揭示了一些因考生明明理解却会失分的反复出现的错误。最常见的是遗漏单位:计算出的面积是 45 cm²,但只写了 45,如果要求写明单位就会丢掉准确性分。另一个是在多步计算中过早地四舍五入,这可能导致最终答案落在可接受范围之外。在进阶试卷中,过早近似会被严厉扣分。第三个错误是题目要求精确分数却给出了小数答案;评分标准可能会写明 “接受 13/20 或同等表达,除非明确要求小数,否则不接受 0.65”。统计术语的拼写错误(如将 “median” 写成 “medium”)一般不会丢分,但遗漏 “正相关” 这样的关键词可能会打断推理链。仔细阅读题干并匹配所要求的作答格式,是保护分数的一种低投入方式。


    11. Using Mark Schemes for Revision and Self-Assessment | 利用评分标准进行复习与自我评估

    One of the most effective revision strategies is to work through past advance questions alongside the official mark scheme. After attempting a question, students should highlight the points where their working matches the mark scheme annotations and circle where it diverges. This helps internalise the level of detail expected. For instance, if the mark scheme shows a method mark for ‘substitutes x = 3 into expression’, a student who only wrote the final value can see exactly where the gap lies. Teachers often create ‘what’s wrong with this answer’ exercises, where a solution contains typical errors, and learners must correct them using the mark scheme language. Over time, this trains students to write answers that almost automatically hit all the method and communication marks.

    最有效的复习策略之一,是结合官方评分标准练习过去的进阶题目。在尝试一道题后,学生应当标出自己解答与评分标准注释吻合的地方,并圈出有出入的地方。这有助于内化试题所期望的详细程度。例如,若评分标准显示一个方法分是给 “将 x = 3 代入表达式”,而学生只写了最终结果,他就能准确看到差距所在。教师常常设计 “这个答案哪里错了” 的练习,其中的解答包含典型错误,学习者必须用评分标准的语言进行纠正。久而久之,这能训练学生写出几乎能自动命中所有方法和交流分的答案。


    12. Grade Boundaries and Performance Descriptors | 等级分数线与表现描述

    While mark schemes assign points to individual questions, grade boundaries translate total scores into overall attainment levels. For KS3, these might be reported as ‘Working at Greater Depth’ or numerical sub-levels. A typical greater depth threshold might be around 80% of available marks, but this varies with the difficulty of the test. Performance descriptors for advanced mathematics state that a high-achieving student can ‘solve multi-step problems, reason algebraically and geometrically, and communicate reasoning effectively using precise mathematical language.’ In mark scheme terms, that translates into consistently collecting method marks, rarely dropping accuracy marks on straightforward computation, and regularly picking up communication marks on extended questions. The alignment between mark schemes and descriptors means that practising to the mark scheme is the most direct route to raising a grade.

    评分标准为每道题赋予分数,而等级分数线则将总分转化为总体成就水平。在 KS3 中,这些可能报告为 “达到更高深度” 或数字子等级。一个典型的更高深度门槛大约在可获得分数的 80% 左右,但这随试卷难度而变化。进阶数学的表现描述指出,一个高水平学生能够 “解决多步问题,进行代数和几何推理,并使用精确的数学语言有效地交流推理过程”。用评分标准的话来说,这就转化为持续获得方法分,极少在直接计算上丢掉准确性分,并且在扩展题上常规性地拿到交流分。评分标准与表现描述之间的一致性意味着,按照评分标准进行练习是提升等级最直接的途径。


    Published by TutorHao | Mathematics Revision Series | aleveler.com

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

  • KS3 Mathematics: Essential Maths Book 8S Compressed – Question Type Analysis | KS3 数学:Essential Maths Book 8S 压缩版题型解析

    📚 KS3 Mathematics: Essential Maths Book 8S Compressed – Question Type Analysis | KS3 数学:Essential Maths Book 8S 压缩版题型解析

    Welcome to this in-depth question type analysis of the Essential Maths Book 8S (Compressed edition), a key resource for KS3 students aiming to build solid mathematical foundations. In this article, we break down the most common and challenging question types found in the book, providing step-by-step explanations and bilingual insights to help you master each concept. Whether you are preparing for school assessments or reinforcing your skills, this guide will serve as your comprehensive companion.

    欢迎来到本篇针对《Essential Maths Book 8S(压缩版)》的深度题型解析,该书是KS3学生夯实数学基础的重要资源。本文我们将拆解书中出现最频繁、最具挑战性的题型,提供逐步解析与双语解读,助你掌握每一个概念。无论你是在备考学校测验,还是巩固技能,本指南都将成为你的全方位伴侣。


    1. Number Operations and BIDMAS | 整数运算与BIDMAS

    Question Type 1: Evaluating expressions with brackets, indices and mixed operations. Example: Work out 15 – 3 × (4² – 6). Follow BIDMAS: Brackets first: 4² = 16, then 16 – 6 = 10. Next Multiplication: 3 × 10 = 30. Finally Subtraction: 15 – 30 = –15.

    题型1:计算含有括号、指数和混合运算的表达式。示例:计算 15 – 3 × (4² – 6)。遵循 BIDMAS 规则:先算括号内部:4² = 16,然后 16 – 6 = 10。接着乘法:3 × 10 = 30。最后减法:15 – 30 = –15。

    Question Type 2: Real-life application involving multi-step calculations. A family buys 3 adult cinema tickets at £8.50 each and 2 child tickets at £5.20 each. They pay with a £50 note. Calculate the total cost and the change. Total cost = (3 × 8.50) + (2 × 5.20) = 25.50 + 10.40 = £35.90. Change = 50.00 – 35.90 = £14.10. Always remember to write the final answer with the correct unit.

    题型2:涉及多步运算的实际应用题。某家庭购买3张成人电影票,每张8.50英镑,2张儿童票,每张5.20英镑。他们用一张50英镑的纸币支付。计算总花费和找回的零钱。总花费 = (3 × 8.50) + (2 × 5.20) = 25.50 + 10.40 = 35.90英镑。找回 = 50.00 – 35.90 = 14.10英镑。务必记得用正确的单位写出最终答案。


    2. Fractions, Decimals and Percentages – Conversions and Calculations | 分数、小数与百分比——转换与计算

    Question Type 3: Ordering a mix of fractions, decimals and percentages. Put these in ascending order: 0.35, 2/5, 28%, 0.3, 1/4. A reliable method is to convert all values to decimals or percentages. As decimals: 0.35, 2/5 = 0.4, 28% = 0.28, 0.3, 1/4 = 0.25. Ascending order: 1/4 (0.25), 28% (0.28), 0.3, 0.35, 2/5 (0.4).

    题型3:将分数、小数和百分数混合排序。按升序排列:0.35,2/5,28%,0.3,1/4。可靠的方法是将所有值转换为小数或百分数。转换为小数:0.35,2/5 = 0.4,28% = 0.28,0.3,1/4 = 0.25。升序排列为:1/4 (0.25),28% (0.28),0.3,0.35,2/5 (0.4)。

    Question Type 4: Adding and subtracting mixed numbers. Example: 2 ½ + 1 ⅓. Convert to improper fractions: 2 ½ = 5/2, 1 ⅓ = 4/3. Find a common denominator: LCM of 2 and 3 is 6. 5/2 = 15/6, 4/3 = 8/6. Add: 15/6 + 8/6 = 23/6 = 3 ⅚.

    题型4:带分数的加减法。示例:2 ½ + 1 ⅓。转化为假分数:2 ½ = 5/2,1 ⅓ = 4/3。找到公分母:2和3的最小公倍数为6。5/2 = 15/6,4/3 = 8/6。相加:15/6 + 8/6 = 23/6 = 3 ⅚。

    Question Type 5: Percentage increase and decrease problems. A coat originally costs £120. In a sale, it is reduced by 25%. Find the sale price. 25% of £120 = 0.25 × 120 = £30. Sale price = 120 – 30 = £90. Alternatively, a 25% reduction means you pay 75%, so 0.75 × 120 = £90.

    题型5:百分比增减问题。一件外套原价120英镑。商家降价25%出售,求售价。120的25%为 0.25 × 120 = 30英镑。售价 = 120 – 30 = 90英镑。亦可理解为降价25%后支付原价的75%,即 0.75 × 120 = 90英镑。


    3. Ratio and Proportion – Sharing and Scale | 比与比例——分配与比例尺

    Question Type 6: Sharing a quantity in a given ratio. Share £84 between Anna and Ben in the ratio 3:4. Total number of parts = 3 + 4 = 7. Value of one part = £84 ÷ 7 = £12. Anna gets 3 × 12 = £36, Ben gets 4 × 12 = £48. Always check that the amounts sum to the original total.

    题型6:按给定比例分配数量。将84英镑按3:4分配给Anna和Ben。总份数 = 3 + 4 = 7。每份的价值 = 84 ÷ 7 = 12英镑。Anna获得 3 × 12 = 36英镑,Ben获得 4 × 12 = 48英镑。务必检查分配的总和等于原始总量。

    Question Type 7: Using scale factors in recipes and maps. A recipe for 6 people uses 450g of flour. How much flour is needed for 15 people? The scale factor = 15/6 = 5/2 = 2.5. Amount of flour = 450g × 2.5 = 1125g (or 1.125 kg). On a map with scale 1:25000, a distance of 4 cm represents 4 × 25000 cm = 100000 cm = 1 km.

    题型7:在食谱和地图中使用比例因子。一份为6人份的食谱用450克面粉。15人份需要多少面粉?比例因子 = 15/6 = 5/2 = 2.5。面粉用量 = 450克 × 2.5 = 1125克(或1.125千克)。在比例尺为1:25000的地图上,4厘米的距离表示 4 × 25000 厘米 = 100000 厘米 = 1 千米。


    4. Algebraic Expressions – Simplifying and Substituting | 代数表达式——化简与代入

    Question Type 8: Collecting like terms. Simplify 5x + 3y – 2x + 7y. Combine x terms: 5x – 2x = 3x. Combine y terms: 3y + 7y = 10y. Final simplified expression: 3x + 10y. Be careful with signs; if there is a minus before a term, take it with the sign.

    题型8:合并同类项。化简 5x + 3y – 2x + 7y。合并含x的项:5x – 2x = 3x。合并含y的项:3y + 7y = 10y。化简后的表达式:3x + 10y。注意符号,如果项前面有减号,要连同符号一起处理。

    Question Type 9: Expanding single brackets. Expand 4(2a – 3b + 5). Multiply each term inside the bracket by 4: 4 × 2a = 8a, 4 × (–3b) = –12b, 4 × 5 = 20. Result: 8a – 12b + 20.

    题型9:单项式乘多项式(展开单项括号)。展开 4(2a – 3b + 5)。将括号内的每一项都乘以4:4 × 2a = 8a,4 × (–3b) = –12b,4 × 5 = 20。结果:8a – 12b + 20。

    Question Type 10: Substituting values into expressions. If a = 3, b = –2 and c = 5, evaluate 2a² – bc. Substitute: 2 × (3)² – (–2) × 5 = 2 × 9 – (–10) = 18 + 10 = 28. Remember that a negative number squared becomes positive, and subtracting a negative is adding.

    题型10:代入数值求表达式的值。已知 a = 3,b = –2,c = 5,求 2a² – bc 的值。代入:2 × (3)² – (–2) × 5 = 2 × 9 – (–10) = 18 + 10 = 28。牢记负数平方得正,减去一个负数等于加上它的相反数。


    5. Solving Linear Equations – One-step to Multi-step | 解一元一次方程——从一步到多步

    Question Type 11: One-step equations using inverse operations. Solve x + 9 = 15. Subtract 9 from both sides: x = 6. Solve 7y = 42. Divide both sides by 7: y = 6. The key is to perform the same operation on both sides to isolate the variable.

    题型11:运用逆运算解一步方程。解方程 x + 9 = 15。两边同时减去9:x = 6。解方程 7y = 42。两边同时除以7:y = 6。关键是对等式两边执行相同的运算,以单独分离出未知数。

    Question Type 12: Equations with unknowns on both sides. Solve 2x + 5 = x + 11. Subtract x from both sides: x + 5 = 11. Then subtract 5: x = 6. For 3x – 4 = 2x + 1, subtract 2x: x – 4 = 1, then add 4: x = 5. Always aim to collect x‑terms on one side and constants on the other.

    题型12:两边均含未知数的方程。解方程 2x + 5 = x + 11。两边同时减去 x:x + 5 = 11。再减去5:x = 6。对于 3x – 4 = 2x + 1,减去2x得 x – 4 = 1,然后加4得 x = 5。始终要把含未知数的项集中到一边,常数项集中到另一边。

    Question Type 13: Equations involving brackets and fractions. Solve 3(2x – 1) = 21. Expand first: 6x – 3 = 21. Add 3: 6x = 24, so x = 4. Solve (x/4) + 2 = 5. Subtract 2: x/4 = 3. Multiply by 4: x = 12. With fractions, treat the fraction bar as division and multiply to clear it.

    题型13:含有括号和分数的方程。解 3(2x – 1) = 21。先展开:6x – 3 = 21。加3:6x = 24,故 x = 4。解方程 (x/4) + 2 = 5。减去2:x/4 = 3。两边乘以4:x = 12。对于分数,将分数线视为除法,并乘以分母以消去分数。


    6. Sequences – Finding the nth Term | 数列——求第n项公式

    Question Type 14: Generating terms from a rule. The nth term of a sequence is given by 4n – 5. Write down the first three terms. For n = 1: 4(1) – 5 = –1. n = 2: 8 – 5 = 3. n = 3: 12 – 5 = 7. So the sequence begins –1, 3, 7, …

    题型14:根据通项公式生成数列的项。某数列的第n项公式为 4n – 5。写出该数列的前三项。n = 1:4(1) – 5 = –1。n = 2:8 – 5 = 3。n = 3:12 – 5 = 7。因此数列前几项为 –1,3,7……

    Question Type 15: Finding the nth term of a linear sequence. Find the nth term of the sequence 5, 9, 13, 17, 21… The difference between terms is +4. So the coefficient of n is 4. To find the zero term (term before the first), subtract 4 from 5: 5 – 4 = 1. So the nth term is 4n + 1. Test for n=3: 4×3+1=13, correct.

    题型15:求线性数列的第n项公式。求数列 5,9,13,17,21…… 的第n项公式。相邻项的差为 +4,故 n 的系数是 4。为找到第零项(第一项前面的项),从第一项 5 中减去 4,得 1。因此第n项公式为 4n + 1。检验 n=3:4×3+1=13,正确。

    Question Type 16: Using the nth term to find if a number is in the sequence. Is 97 in the sequence 8, 13, 18, 23…? The common difference is 5, and the first term is 8, so nth term = 5n + 3 (since 8–5=3). Set 5n + 3 = 97 → 5n = 94 → n = 18.8. n is not a whole number, so 97 is not in the sequence.

    题型16:用第n项公式判断一个数是否属于数列。97是否属于数列 8,13,18,23……?公差为5,首项为8,因此第n项 = 5n + 3(因为8–5=3)。令 5n + 3 = 97,得 5n = 94,n = 18.8。n 不是整数,因此97不属于该数列。


    7. Angles and Parallel Lines – Reasoning | 角度与平行线——推理

    Question Type 17: Calculating angles on a straight line and around a point. Find the missing angle a in the diagram where two angles on a straight line are 43° and a. Since angles on a straight line sum to 180°, a = 180° – 43° = 137°. For a full turn, if three angles are 120°, 90° and b, then b = 360° – (120°+90°) = 150°.

    题型17:计算直线上的角和绕一点的角度。如图所示,一条直线上有两个角 43° 和 a,求缺失的角 a。直线上两角之和为180°,故 a = 180° – 43° = 137°。对于周角,若三个角分别为 120°、90° 和 b,则 b = 360° – (120°+90°) = 150°。

    Question Type 18: Angles in parallel lines with a transversal. In a diagram with parallel lines and a transversal, a corresponding angle to 55° is also 55°. Alternate angles are equal, and co‑interior (allied) angles sum to 180°. If an alternate angle is 72°, the other is 72°. If a co‑interior angle is 108°, its partner is 180° – 108° = 72°. Practice identifying the angle pairs.

    题型18:平行线与截线形成的角。在平行线与截线的图中,与55°对应的同位角也是55°。内错角相等,同旁内角之和为180°。若一个内错角为72°,另一个也为72°。若一个同旁内角为108°,则与其共轭的角为 180° – 108° = 72°。多练习识别各类角对。

    Question Type 19: Angles in triangles and quadrilaterals. In a triangle, given angles of 45° and 70°, the third angle = 180° – (45°+70°) = 65°. For a quadrilateral, the sum of interior angles is 360°. If three angles are 95°, 80° and 110°, the fourth is 360° – (95+80+110) = 75°.

    题型19:三角形和四边形的内角。在三角形中,已知两个角分别为45°和70°,则第三个角 = 180° – (45°+70°) = 65°。在四边形中,内角和为360°。若三个角分别为95°、80°和110°,则第四个角为 360° – (95+80+110) = 75°。


    8. Area and Perimeter – Composite Shapes | 面积与周长——组合图形

    Question Type 20: Perimeter of rectilinear shapes. Find the perimeter of an L‑shaped figure composed of two rectangles. Break the shape into known sides, carefully deduce missing side lengths using the fact that opposite sides of a rectangle are equal. Sum all outer side lengths to obtain the perimeter. Always include units (e.g., cm, m).

    题型20:直线围成图形的周长。求一个由两个矩形组成的L形图形的周长。将图形拆分成已知边长,利用矩形对边相等的性质仔细推导出缺失的边长。将所有外部边长相加即得周长。务必标注单位(如厘米、米)。

    Question Type 21: Area of triangles, parallelograms and trapeziums. Area of a triangle = ½ × base × vertical height. For a triangle with base 8 cm and height 5 cm: area = ½ × 8 × 5 = 20 cm². Area of a parallelogram = base × vertical height. Area of a trapezium = ½ × (a + b) × h, where a and b are parallel sides. Use the perpendicular height, not the slant height.

    题型21:三角形、平行四边形和梯形的面积。三角形面积 = ½ × 底 × 高。底8厘米、高5厘米的三角形面积为 ½ × 8 × 5 = 20 平方厘米。平行四边形面积 = 底 × 高。梯形面积 = ½ × (上底 + 下底) × 高,其中上底和下底为平行边。务必使用垂直高度,而非斜高。

    Question Type 22: Area of compound shapes. Split a compound shape into rectangles, triangles and semicircles where possible. Calculate each area separately and add (or subtract for holes). Example: an arrowhead made of a rectangle and a triangle: area = rectangle area + triangle area.

    题型22:组合图形的面积。尽可能将组合图形分割为矩形、三角形和半圆形。分别计算各部分的面积,然后相加(若有镂空则减去)。例如,由一个矩形和一个三角形组成的箭头图形:总面积 = 矩形面积 + 三角形面积。


    9. Volume and Surface Area – Cuboids and Prisms | 体积与表面积——长方体和棱柱

    Question Type 23: Volume of a cuboid. Volume = length × width × height. A cuboid with dimensions 4 cm by 3 cm by 10 cm has volume = 4 × 3 × 10 = 120 cm³. Ensure the units match and the answer is in cubic units.

    题型23:长方体的体积。体积 = 长 × 宽 × 高。一个长4厘米、宽3厘米、高10厘米的长方体体积为 4 × 3 × 10 = 120 立方厘米。确保单位一致,答案以立方单位表示。

    Question Type 24: Volume of prisms (e.g., triangular prism). Volume of any prism = area of cross‑section × length. For a triangular prism with a right‑angled triangle cross‑section (base 5 cm, height 6 cm) and length 12 cm: cross‑sectional area = ½ × 5 × 6 = 15 cm². Volume = 15 × 12 = 180 cm³.

    题型24:棱柱的体积(如三棱柱)。任何棱柱的体积 = 横截面积 × 长度。对于一个横截面为直角三角形(底5厘米、高6厘米)、长度12厘米的三棱柱:横截面积 = ½ × 5 × 6 = 15 平方厘米。体积 = 15 × 12 = 180 立方厘米。

    Question Type 25: Surface area of a cuboid. Surface area = 2(lw + wh + lh). For a cuboid 5 cm × 3 cm × 4 cm: lw = 15, wh = 12, lh = 20. Sum = 47. Surface area = 2 × 47 = 94 cm². It helps to sketch a net to visualise all six faces.

    题型25:长方体的表面积。表面积 = 2(长×宽 + 宽×高 + 长×高)。对于一个5厘米 × 3厘米 × 4厘米的长方体:长×宽=15,宽×高=12,长×高=20。总和 = 47。表面积 = 2 × 47 = 94 平方厘米。画出展开图有助于可视化所有六个面。


    10. Statistics and Probability – Averages and Simple Probability | 统计与概率——平均数与简单概率

    Question Type 26: Mean, median, mode and range. For the data set: 4, 8, 6, 5, 8, 3. Mode is 8 (most frequent). Range = 8 – 3 = 5. Mean = (4+8+6+5+8+3)/6 = 34/6 ≈ 5.67. For median, order: 3,

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

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

  • Mastering EssMaths 8 Higher Homework: Key Topic Explanations | KS3 数学:EssMaths 8Higher Homework 知识点精讲

    📚 Mastering EssMaths 8 Higher Homework: Key Topic Explanations | KS3 数学:EssMaths 8Higher Homework 知识点精讲

    This article provides a detailed, bilingual breakdown of the core topics covered in EssMaths 8 Higher Homework. Perfect for KS3 learners aiming to strengthen their understanding and achieve top marks, each section tackles a key concept with clear English and Chinese explanations, worked examples, and useful revision notes.

    本文以中英双语详细解析 EssMaths 8Higher Homework 的核心知识点。每小节围绕一个关键概念展开,配合英文与中文讲解、典型例题以及考前复习要点,帮助 KS3 学生夯实基础、冲刺高分。

    1. Simplifying Algebraic Expressions | 代数式的化简

    Algebraic simplification means rewriting an expression in its shortest form by collecting like terms. Like terms have exactly the same variable part and the same power. For example, 3a and -a are like terms, while 3a and 3a² are not. Remember to follow the order of operations when multiplying or dividing terms.

    代数化简是指通过合并同类项,将代数式写成最简形式。同类项须具备完全相同的字母部分和指数。比如 3a 与 -a 是同类项,而 3a 与 3a² 不是。乘除运算时,要遵循运算顺序。

    • Simplify 5x + 3y – 2x + 7y: Collect x-terms: 5x – 2x = 3x; y-terms: 3y + 7y = 10y. Final answer: 3x + 10y. | 化简 5x + 3y – 2x + 7y:合并含 x 的项 5x – 2x = 3x;含 y 的项 3y + 7y = 10y。结果为 3x + 10y。
    • Expand and simplify 3(2a – 4) + 5a: Expand: 3×2a – 3×4 = 6a – 12. Then add 5a to get 11a – 12. | 展开并化简 3(2a – 4) + 5a:去括号得 6a – 12,再加 5a 得 11a – 12。
    • When multiplying powers with the same base, add the exponents: a² × a³ = a⁵. Division subtracts exponents: x⁵ ÷ x² = x³. | 同底数幂相乘,指数相加:a² × a³ = a⁵。相除时指数相减:x⁵ ÷ x² = x³。

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

    Linear equations involve one variable with no power higher than 1. The goal is to isolate the variable using inverse operations. Always do the same operation to both sides of the equation to keep it balanced. Checking your answer by substitution is a vital habit.

    一元一次方程只含一个变量且最高次幂为 1。通过逆运算将变量单独留在等号一边来求解。等式两边必须同时进行同一运算,保持平衡。养成用代入法验算的习惯很重要。

    • Solve 4x + 3 = 19: Subtract 3 from both sides: 4x = 16. Divide by 4: x = 4. | 解 4x + 3 = 19:两边减 3 得 4x = 16,除以 4 得 x = 4。
    • For equations with brackets, expand first: 2(3y – 1) = 10 → 6y – 2 = 10 → 6y = 12 → y = 2. | 含括号的方程先展开:2(3y – 1) = 10 → 6y – 2 = 10 → 6y = 12 → y = 2。
    • Equations with variables on both sides: 5x + 2 = 3x + 10. Subtract 3x: 2x + 2 = 10. Subtract 2: 2x = 8 → x = 4. | 两边含变量的方程:5x + 2 = 3x + 10。两边减 3x 得 2x + 2 = 10,减 2 得 2x = 8,x = 4。

    3. Inequalities on a Number Line | 数轴上的不等式

    Inequalities show a range of possible values for a variable. Symbols: < means less than; > means greater than; ≤ means less than or equal to; ≥ means greater than or equal to. On a number line, open circles represent strict inequalities (<, >), while filled circles include the boundary (≤, ≥).

    不等式表示变量的取值范围。符号:< 小于,> 大于,≤ 小于或等于,≥ 大于或等于。在数轴上,空心圆圈表示严格不等式(<、>),实心圆圈表示包含边界(≤、≥)。

    • Represent x > 2: Draw an open circle at 2 on the number line and shade to the right. | 表示 x > 2:在数轴 2 处画空心圆,向右涂阴影。
    • Solve and graph 3x – 4 ≤ 8: 3x ≤ 12 → x ≤ 4. On the number line, a filled circle at 4, shaded left. | 解并图示 3x – 4 ≤ 8:3x ≤ 12 → x ≤ 4。数轴 4 处画实心圆,向左涂阴影。
    • When multiplying or dividing an inequality by a negative number, the inequality sign reverses. Example: –2x < 6 → x > –3. | 不等式两边乘或除以负数时,不等号方向要改变。例如:–2x < 6 → x > –3。

    4. Coordinates and Linear Graphs | 坐标与线性图像

    Coordinates are written as (x, y) and indicate a point’s position on the Cartesian plane. Linear equations can be plotted by generating a table of values. The slope (m) of y = mx + c shows the steepness; the y-intercept (c) is where the line crosses the y-axis.

    坐标写作 (x, y),表示点在平面直角坐标系中的位置。线性方程可通过列表取值描点作图。y = mx + c 中,斜率 m 反映倾斜程度;截距 c 是直线与 y 轴的交点纵坐标。

    • Plot y = 2x + 1: Choose x-values –2, –1, 0, 1, 2, calculate y: –3, –1, 1, 3, 5. Plot points and draw a straight line. | 画 y = 2x + 1 图像:取 x 值 –2, –1, 0, 1, 2,算出 y 值 –3, –1, 1, 3, 5。描点并连线。
    • Parallel lines have the same gradient. y = 3x – 4 is parallel to y = 3x + 2 because both have m = 3. | 平行线斜率相同。y = 3x – 4 与 y = 3x + 2 平行,因为斜率都是 3。
    • Finding the equation from a graph: read off the y-intercept and calculate gradient using rise ÷ run between two points. | 根据图像求方程:读取 y 截距,用两点间纵差 ÷ 横差求斜率。

    5. Ratio and Proportion | 比与比例

    Ratio compares two or more quantities of the same kind. Simplify ratios by dividing all terms by their highest common factor. Direct proportion means two quantities increase or decrease at the same rate; their graph is a straight line through the origin.

    比用来比较同类的两个或多个量。用各项的最大公因数约分可化简比。正比例表示两个量以相同速率增减,其图像是一条过原点的直线。

    • Simplify 24:36: HCF is 12, so 24÷12 : 36÷12 = 2:3. | 化简 24:36:最大公因数 12,24÷12 : 36÷12 = 2:3。
    • Share £80 in the ratio 3:5: Total parts = 3+5=8. One part = £80÷8 = £10. Shares: 3×£10 = £30, 5×£10 = £50. | 按 3:5 分 80 英镑:总份数 8,每份 £10。3 份 £30,5 份 £50。
    • Proportion: If 5 pens cost 75p, 8 pens cost (75p÷5)×8 = 120p = £1.20. | 比例:若 5 支笔花费 75p,8 支笔花费 (75p÷5)×8 = 120p = £1.20。

    6. Percentages and Compound Interest | 百分数与复利

    Percentages can express a fraction of 100, a change, or an increase/decrease. To increase by r%, multiply by (1 + r/100); to decrease, multiply by (1 – r/100). Compound interest is calculated on the initial principal and accumulated interest from previous periods.

    百分数可表示 100 的分数、变化量或增减幅度。增加 r% 乘 (1 + r/100);减少 r% 乘 (1 – r/100)。复利计算基于上一期的本金加累积利息。

    • Find 15% of £240: 10% = £24, 5% = £12, so 15% = £36. Or 240 × 0.15 = 36. | 求 £240 的 15%:10% = £24,5% = £12,15% = £36。或 240 × 0.15 = 36。
    • Compound interest formula: A = P(1 + r/100)ⁿ, where P is principal, r is annual rate, n is number of years. E.g., £500 at 4% for 3 years: 500 × 1.04³ ≈ £562.43. | 复利公式:A = P(1 + r/100)ⁿ,P 为本金,r 为年利率,n 为年数。例如 £500,4% 三年:500 × 1.04³ ≈ £562.43。
    • Reverse percentage: A coat costs £72 after a 20% reduction. Original price = £72 ÷ 0.8 = £90. | 反推原价:大衣降价 20% 后卖 £72,原价 = £72 ÷ 0.8 = £90。

    7. Area and Volume of Prisms | 棱柱的面积与体积

    The area of common 2D shapes: rectangle = length × width; triangle = ½ × base × height; trapezium = ½ × (a + b) × h. The volume of a prism is found by multiplying the area of the cross-section by its length. Surface area is the sum of all face areas.

    常见二维图形面积:矩形 = 长 × 宽;三角形 = ½ × 底 × 高;梯形 = ½ × (上底 + 下底) × 高。棱柱体积 = 横截面积 × 长度。表面积是所有面的面积之和。

    • Volume of a triangular prism: Cross-section triangle base 6 cm, height 4 cm → area = ½ × 6 × 4 = 12 cm². Length = 10 cm, volume = 12 × 10 = 120 cm³. | 三棱柱体积:横截面三角形底 6 cm,高 4 cm,面积 ½ × 6 × 4 = 12 cm²。棱长 10 cm,体积 12 × 10 = 120 cm³。
    • Cylinder volume: V = πr²h. For radius 3 cm, height 8 cm, V = π × 3² × 8 = 72π ≈ 226.2 cm³. | 圆柱体积:V = πr²h。半径 3 cm,高 8 cm,V = π × 9 × 8 = 72π ≈ 226.2 cm³。
    • Surface area of a cuboid: 2(lw + lh + wh). For 5 cm × 3 cm × 2 cm, SA = 2(5×3 + 5×2 + 3×2) = 2(15+10+6)=62 cm². | 长方体表面积:2(长×宽 + 长×高 + 宽×高)。5×3×2 cm,表面积为 2(15+10+6)=62 cm²。

    8. Transformations: Rotation and Translation | 变换:旋转与平移

    Transformations change the position or orientation of a shape. Translation moves every point the same distance in a given direction described by a column vector. Rotation turns a shape around a centre by a specified angle; anti-clockwise is positive.

    变换改变图形的位置或方向。平移是按列向量将每个点移动相同距离。旋转是图形绕某点旋转指定角度;通常逆时针为正向。

    • Translate triangle by vector (3, –2): Add 3 to x-coordinates, subtract 2 from y-coordinates of all vertices. | 用向量 (3, –2) 平移三角形:所有顶点横坐标加 3,纵坐标减 2。
    • Rotate shape 90° clockwise about (0,0): Image of (x, y) becomes (y, –x). | 绕原点顺时针旋转 90°:(x, y) 的对应点为 (y, –x)。
    • Combining transformations: Perform the first, then the second on the image. Order matters. | 组合变换:先做第一个变换,再在得到的图形上做第二个。顺序不可交换。

    9. Averages and Spread | 平均数与离散程度

    There are three main measures of average: mean (sum of values ÷ number of values), median (middle value when ordered), mode (most frequent value). The range shows spread: highest value – lowest value. Outliers can heavily affect the mean but not the median.

    常用的平均数有三种:平均数(总和 ÷ 个数)、中位数(排序后居中的值)、众数(出现次数最多的值)。极差表示离散程度:最大值减最小值。极端值会显著影响平均数,但对中位数影响较小。

    • Data: 4, 7, 7, 9, 12, 15: Mean = (4+7+7+9+12+15) ÷ 6 = 54 ÷ 6 = 9. Median = (7+9) ÷ 2 = 8. Mode = 7. Range = 15 – 4 = 11. | 数据 4, 7, 7, 9, 12, 15:平均数 9,中位数 8,众数 7,极差 11。
    • Choose the appropriate average: for typical value without extreme influence, use median; for the most common occurrence, use mode. | 选择恰当的平均数:为避免极端值影响,用中位数;要找最常见的值,用众数。

    10. Probability of Combined Events | 组合事件的概率

    Probability = number of favourable outcomes ÷ total number of possible outcomes. For combined events, sample space diagrams or tree diagrams help list all outcomes. The probability of two independent events both occurring is found by multiplying their individual probabilities.

    概率 = 有利结果数 ÷ 所有可能结果总数。处理组合事件时,可用样本空间图或树状图列举所有结果。两个独立事件同时发生的概率为各自概率的乘积。

    • Roll two fair dice, probability same number: Total outcomes = 36, favourable = 6 (1-1, 2-2 … 6-6). P(same) = 6/36 = 1/6. | 掷两个公平骰子,点数相同的概率:总结果 36 种,有利 6 种,P = 6/36 = 1/6。
    • Tree for flipping a coin then picking a red or blue card: multiply along branches, add outcomes for the same final event. | 先抛硬币再抽红蓝卡的树状图:沿分支相乘,最终相同事件相加。
    • Expected frequency = probability × number of trials. If P(rain) = 0.3 on 50 days, expected rainy days = 0.3 × 50 = 15 days. | 期望频数 = 概率 × 试验次数。若 50 天中每天下雨概率 0.3,期望下雨天数为 15 天。

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

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