Introduction to Linear Equations
A linear equation is an equation where the highest power of the variable is 1. It is one of the most fundamental concepts in algebra and forms the building blocks for more advanced mathematics. The general form is ax + b = c, where a, b, and c are constants and x is the unknown variable we need to solve for.
线性方程是指变量的最高次幂为1的方程。它是代数中最基础的概念之一,也是更高级数学的基石。其一般形式为 ax + b = c,其中 a、b、c 是常数,x 是我们要解的未知变量。
Understanding the Balance Method
Think of an equation as a balanced scale. Whatever you do to one side of the equation, you must do exactly the same to the other side to maintain the balance. This is the golden rule of solving equations. The goal is to isolate the variable on one side, performing inverse operations step by step until you find the value of x.
把方程想象成一个平衡的天平。对方程的一边做了什么,另一边也必须做同样的操作,才能保持平衡。这是解方程的黄金法则。目标是把变量独立到一边,通过逐步执行逆运算来找到 x 的值。
Step-by-Step Approach to Solving Linear Equations
Let us walk through the systematic approach using a concrete example: 3x + 5 = 20. Step 1: Subtract 5 from both sides to undo the addition. 3x + 5 – 5 = 20 – 5, which simplifies to 3x = 15. Step 2: Divide both sides by 3 to undo the multiplication. 3x / 3 = 15 / 3, which gives x = 5. Always verify your answer by substituting it back into the original equation: 3(5) + 5 = 15 + 5 = 20. It works!
让我们用一个具体例子来演示系统性的解法:3x + 5 = 20。第一步:两边同时减去5以撤销加法。3x + 5 – 5 = 20 – 5,简化为 3x = 15。第二步:两边同时除以3以撤销乘法。3x / 3 = 15 / 3,得到 x = 5。始终将答案代回原方程验证:3(5) + 5 = 15 + 5 = 20。正确!
Equations with Variables on Both Sides
When the variable appears on both sides of the equation, such as 4x – 7 = 2x + 9, the strategy is to collect all the variable terms on one side and the constant terms on the other. First, subtract 2x from both sides: 4x – 7 – 2x = 2x + 9 – 2x, giving 2x – 7 = 9. Then add 7 to both sides: 2x – 7 + 7 = 9 + 7, yielding 2x = 16. Finally, divide both sides by 2: x = 8. Check: 4(8) – 7 = 32 – 7 = 25, and 2(8) + 9 = 16 + 9 = 25.
当变量出现在方程的两边时,比如 4x – 7 = 2x + 9,策略是把所有含变量的项集中到一边,常数项集中到另一边。首先,两边减去 2x:4x – 7 – 2x = 2x + 9 – 2x,得到 2x – 7 = 9。然后两边加7:2x – 7 + 7 = 9 + 7,得出 2x = 16。最后两边除以2:x = 8。验证:4(8) – 7 = 32 – 7 = 25,2(8) + 9 = 16 + 9 = 25。
Equations with Brackets (Parentheses)
When an equation contains brackets, always expand them first using the distributive property: a(b + c) = ab + ac. For example: 2(3x + 4) = 26. First, expand: 6x + 8 = 26. Then subtract 8 from both sides: 6x = 18. Finally, divide both sides by 6: x = 3. Verify: 2(3 * 3 + 4) = 2(9 + 4) = 2(13) = 26.
当方程中含有括号时,始终先用分配律展开:a(b + c) = ab + ac。例如:2(3x + 4) = 26。首先展开:6x + 8 = 26。然后两边减8:6x = 18。最后两边除以6:x = 3。验证:2(3 * 3 + 4) = 2(9 + 4) = 2(13) = 26。
Equations with Fractions
Fractions can make equations look intimidating, but they are easily handled by multiplying every term by the least common denominator (LCD). Consider: x/2 + 3/4 = 5/8. The LCD of 2, 4, and 8 is 8. Multiply every term by 8: 8(x/2) + 8(3/4) = 8(5/8). This gives 4x + 6 = 5. Then subtract 6 from both sides: 4x = -1. Divide both sides by 4: x = -1/4. Check: (-1/4)/2 + 3/4 = -1/8 + 3/4 = -1/8 + 6/8 = 5/8.
分数可能让方程看起来吓人,但通过将每一项乘以最小公分母(LCD),可以轻松处理。考虑:x/2 + 3/4 = 5/8。2、4、8 的最小公分母是 8。将每一项乘以 8:8(x/2) + 8(3/4) = 8(5/8)。得到 4x + 6 = 5。然后两边减6:4x = -1。两边除以4:x = -1/4。验证:(-1/4)/2 + 3/4 = -1/8 + 3/4 = -1/8 + 6/8 = 5/8。
Forming Equations from Word Problems
One of the most valuable skills in algebra is translating real-world situations into equations. Here is a typical KS3 problem: I think of a number, multiply it by 7, then subtract 9. The result is 40. What is the number? Let the unknown number be n. Write the equation: 7n – 9 = 40. Solve: add 9 to both sides: 7n = 49. Divide by 7: n = 7. The number I thought of was 7.
代数中最有价值的技能之一是将实际问题转化为方程。这是一个典型的 KS3 问题:我想了一个数,乘以7,然后减去9。结果是40。我想的数是多少?设未知数为 n。写出方程:7n – 9 = 40。解:两边加9:7n = 49。除以7:n = 7。我想的数是7。
Common Mistakes and How to Avoid Them
Mistake 1: Forgetting to apply operations to both sides. Solution: Always write the same operation on both sides in every step.
Mistake 2: Sign errors with negative numbers. For example, solving x – 7 = 3 requires adding 7, not subtracting. Think about the inverse operation carefully.
Mistake 3: Incorrectly expanding brackets. Remember that 3(x + 4) = 3x + 12, not 3x + 4. The multiplier must be distributed to every term inside the bracket.
Mistake 4: Dividing incorrectly. In 2x = 5, x = 5/2 = 2.5, not x = 5 – 2. Division is not subtraction!
错误一:忘记在两边同时操作。解决方法:每一步都在两边写下相同的操作。
错误二:负数符号错误。例如,解 x – 7 = 3 需要加7,而不是减。仔细考虑逆运算。
错误三:错误地展开括号。记住 3(x + 4) = 3x + 12,而不是 3x + 4。乘数必须乘到括号内的每一项。
错误四:除法错误。在 2x = 5 中,x = 5/2 = 2.5,而不是 x = 5 – 2。除法不是减法!
Practice Problems for KS3 Students
Try these problems to test your understanding:
- Solve: 5x + 3 = 28
- Solve: 2(x – 4) = 10
- Solve: 3x – 2 = 2x + 7
- Solve: x/3 + 1/2 = 5/6
- Word problem: A rectangle has a length of (2x + 3) cm and a width of 5 cm. If the perimeter is 36 cm, find the value of x.
Answers are provided at the bottom of this article – but try to solve them yourself first!
KS3 学生练习题
尝试以下题目来测试你的理解:
- 解方程:5x + 3 = 28
- 解方程:2(x – 4) = 10
- 解方程:3x – 2 = 2x + 7
- 解方程:x/3 + 1/2 = 5/6
- 文字题:一个长方形的长是 (2x + 3) cm,宽是 5 cm。如果周长是 36 cm,求 x 的值。
答案在文章底部 — 但请先自己尝试解答!
Two-Step Equations: The Simplest Case
Before tackling more complex problems, it is essential to master two-step equations. These involve exactly two operations from the variable to the result. For example: 2x + 3 = 11. Step 1: subtract 3 from both sides – 2x = 8. Step 2: divide both sides by 2 – x = 4. Simple and systematic. Another example: x/4 – 5 = 3. Step 1: add 5 to both sides – x/4 = 8. Step 2: multiply both sides by 4 – x = 32. Notice how each step reverses exactly one operation. Practice these until the pattern becomes automatic.
在处理更复杂的问题之前,必须掌握两步方程。这类方程从变量到结果只涉及两步运算。例如:2x + 3 = 11。第一步:两边减3 – 2x = 8。第二步:两边除以2 – x = 4。简单而系统。另一个例子:x/4 – 5 = 3。第一步:两边加5 – x/4 = 8。第二步:两边乘以4 – x = 32。注意每一步恰好撤销一个运算。反复练习直到这个模式变得自然而然。
Equations with Negative Coefficients
Negative coefficients can be confusing, but the same rules apply. Consider: -3x + 7 = 1. First, subtract 7 from both sides: -3x = -6. Then divide both sides by -3: x = 2. Pay close attention to the sign when dividing: a negative divided by a negative gives a positive. Another tricky case: 5 – 2x = 9. Subtract 5: -2x = 4. Divide by -2: x = -2. Check: 5 – 2(-2) = 5 + 4 = 9. Correct!
负系数可能让人困惑,但规则是一样的。考虑:-3x + 7 = 1。首先,两边减7:-3x = -6。然后两边除以-3:x = 2。除法时要特别注意符号:负数除以负数得正数。另一个棘手的例子:5 – 2x = 9。减5:-2x = 4。除以-2:x = -2。验证:5 – 2(-2) = 5 + 4 = 9。正确!
Equations with Decimals
Decimal coefficients appear frequently in real-world problems involving money, measurements, and scientific data. The approach is identical to integer equations. Example: 0.5x + 1.2 = 3.7. Subtract 1.2 from both sides: 0.5x = 2.5. Divide both sides by 0.5: x = 5. Alternatively, multiply every term by 10 first to eliminate decimals: 5x + 12 = 37, then 5x = 25, x = 5. Both methods yield the same result – choose whichever feels more comfortable.
小数系数经常出现在涉及金钱、测量和科学数据的实际问题中。方法与整数方程完全相同。例如:0.5x + 1.2 = 3.7。两边减1.2:0.5x = 2.5。两边除以0.5:x = 5。或者,先每项乘以10消除小数:5x + 12 = 37,然后 5x = 25,x = 5。两种方法结果相同 – 选择你觉得更舒服的一种。
Equations Requiring Multiple Steps
Some linear equations require more than two steps because the variable appears in multiple terms on the same side. For example: 5x + 3x – 7 = 25. First, combine like terms: 8x – 7 = 25. Then add 7 to both sides: 8x = 32. Finally, divide by 8: x = 4. The key insight is that collecting like terms simplifies the equation before applying the balance method. Example: 2(3x + 1) + x = 23. Expand the bracket: 6x + 2 + x = 23. Combine like terms: 7x + 2 = 23. Subtract 2: 7x = 21. Divide by 7: x = 3. Always simplify first, then solve.
有些线性方程需要两步以上,因为变量在同一侧出现多次。例如:5x + 3x – 7 = 25。首先,合并同类项:8x – 7 = 25。然后加7:8x = 32。最后除以8:x = 4。关键洞察是在应用平衡法之前先合并同类项简化方程。例如:2(3x + 1) + x = 23。展开括号:6x + 2 + x = 23。合并同类项:7x + 2 = 23。减2:7x = 21。除以7:x = 3。始终先简化,再求解。
Real-World Applications of Linear Equations
Linear equations model countless real-world situations. Here are three practical examples that KS3 students can relate to. Example 1 (Shopping): A cinema ticket costs 8 pounds, and a drink costs x pounds. If a student buys one ticket and two drinks for 12 pounds total, how much is a drink? Equation: 8 + 2x = 12. Subtract 8: 2x = 4. Divide by 2: x = 2. A drink costs 2 pounds.
线性方程可以模拟无数真实世界的情境。以下是 KS3 学生可以理解的三个实际例子。例1(购物):一张电影票8英镑,一杯饮料 x 英镑。如果一个学生买了一张票和两杯饮料总共12英镑,一杯饮料多少钱?方程:8 + 2x = 12。减8:2x = 4。除以2:x = 2。一杯饮料2英镑。
More Applied Problems
Example 2 (Savings): Sarah has 15 pounds in her savings account. She saves x pounds each week. After 8 weeks, she has 55 pounds. How much does she save each week? Equation: 15 + 8x = 55. Subtract 15: 8x = 40. Divide by 8: x = 5. Sarah saves 5 pounds each week. Example 3 (Temperature): The temperature at midnight was -2 degrees Celsius. It rises by x degrees each hour. After 6 hours, it is 10 degrees. What is the hourly rise? Equation: -2 + 6x = 10. Add 2: 6x = 12. Divide by 6: x = 2. The temperature rises 2 degrees per hour.
例2(储蓄):Sarah 的储蓄账户里有15英镑。她每周存 x 英镑。8周后,她有55英镑。她每周存多少钱?方程:15 + 8x = 55。减15:8x = 40。除以8:x = 5。Sarah 每周存5英镑。例3(温度):午夜温度为零下2摄氏度。每小时上升 x 度。6小时后,温度为10度。每小时上升多少?方程:-2 + 6x = 10。加2:6x = 12。除以6:x = 2。温度每小时上升2度。
Trial and Improvement Method
Trial and improvement is an alternative approach for solving equations, particularly useful when the arithmetic is messy or when an algebraic method seems out of reach. The idea is simple: make an intelligent guess for x, substitute it into the equation, check whether the result is too high or too low, then adjust the guess accordingly. Example: solve x + 4 = 2x – 3 using trial and improvement. Guess x = 5: left = 5 + 4 = 9, right = 2(5) – 3 = 10 – 3 = 7. Left > Right, so x is too high. Guess x = 7: left = 11, right = 11. Both equal, so x = 7. This method builds intuition and is excellent for checking algebraic solutions.
试错法是解方程的另一种方法,当计算复杂或代数方法似乎难以使用时特别有用。思路很简单:对 x 做一个合理的猜测,代入方程,检查结果是太高还是太低,然后相应调整猜测。例如:用试错法解 x + 4 = 2x – 3。猜 x = 5:左边 = 5 + 4 = 9,右边 = 2(5) – 3 = 10 – 3 = 7。左边大于右边,所以 x 太高。猜 x = 7:左边 = 11,右边 = 11。两边相等,所以 x = 7。这种方法培养直觉,并且非常适合检查代数解。
Using Inverse Operations: A Visual Framework
Visualising the flow of operations helps many students understand the solving process. Think of the equation as a function machine: the input x goes through a series of operations to produce an output. Solving the equation means running the machine in reverse. For 4x – 3 = 17, the forward flow is: x -> multiply by 4 -> subtract 3 -> 17. To reverse: start at 17 -> add 3 -> 20 -> divide by 4 -> x = 5. This function-machine approach is especially powerful for equations with multiple nested operations like 3(x + 2)/5 = 6. Forward: x -> add 2 -> multiply by 3 -> divide by 5 -> 6. Reverse: 6 -> multiply by 5 -> 30 -> divide by 3 -> 10 -> subtract 2 -> x = 8.
可视化运算流程帮助许多学生理解求解过程。将方程想象成一个函数机器:输入 x 经过一系列运算产生输出。解方程意味着反向运行这台机器。对于 4x – 3 = 17,正向流程是:x -> 乘以4 -> 减3 -> 17。反向:从17开始 -> 加3 -> 20 -> 除以4 -> x = 5。这种函数机器方法对于包含多层嵌套运算的方程特别有效,比如 3(x + 2)/5 = 6。正向:x -> 加2 -> 乘以3 -> 除以5 -> 6。反向:6 -> 乘以5 -> 30 -> 除以3 -> 10 -> 减2 -> x = 8。
Key Tips for Exam Success
When solving linear equations in KS3 assessments and Cambridge checkpoint exams, follow these golden rules. First, always show your working step by step – examiners award marks for the correct method even if the final answer has a small arithmetic error. Second, always write the same operation on both sides explicitly – do not skip steps mentally. Third, always verify your answer by substituting it back into the original equation – this catches 90% of careless mistakes. Fourth, when dealing with word problems, clearly define your variable at the start (e.g., Let x = the cost of one pencil). Fifth, present your final answer clearly with the correct units where applicable. These habits will serve you well throughout your mathematical journey from KS3 through GCSE and beyond.
在 KS3 评估和剑桥 checkpoint 考试中解线性方程时,请遵循这些黄金法则。首先,始终逐步展示你的计算过程 – 即使最终答案有小的计算错误,阅卷老师也会给方法分。其次,始终在两边明确写出相同的操作 – 不要在心算中跳过步骤。第三,始终将答案代回原方程进行验证 – 这能发现90%的粗心错误。第四,在处理文字题时,一开始就明确定义你的变量(例如,设 x = 一支铅笔的价格)。第五,清晰地呈现最终答案,并在适用时附上正确的单位。这些习惯将在你的数学旅程中为你服务,从 KS3 到 GCSE 甚至更远。
Introduction to Linear Inequalities
Closely related to linear equations are linear inequalities, which use symbols like < (less than), > (greater than), ≤ (less than or equal to), and ≥ (greater than or equal to) instead of the equals sign. The solving process is almost identical, with one crucial difference: when you multiply or divide both sides by a negative number, you must reverse the inequality sign. Example: 3x – 5 < 10. Add 5 to both sides: 3x < 15. Divide by 3: x < 5. The solution is all numbers less than 5, which can be represented on a number line with an open circle at 5 and an arrow pointing left.
与线性方程密切相关的是线性不等式,它使用 <(小于)、>(大于)、≤(小于等于)、≥(大于等于)等符号代替等号。求解过程几乎相同,但有一个关键区别:当你乘以或除以一个负数时,必须反转不等号。例如:3x – 5 < 10。两边加5:3x < 15。除以3:x < 5。解是所有小于5的数,可以在数轴上用5处的空心圆和向左的箭头表示。
Solving Inequalities with Negative Coefficients
The sign-reversal rule is the most common source of errors with inequalities. Consider: -2x + 7 ≥ 1. Subtract 7: -2x ≥ -6. Now divide by -2 and reverse the sign: x ≤ 3. The solution is all numbers less than or equal to 3. Check with a test value: x = 0 gives -2(0) + 7 = 7 ≥ 1, which is true. x = 4 gives -2(4) + 7 = -1 ≥ 1, which is false. This confirms that x must be ≤ 3. Always test a value inside and outside your solution range to verify.
符号反转规则是不等式最常见的错误来源。考虑:-2x + 7 ≥ 1。减7:-2x ≥ -6。现在除以-2并反转符号:x ≤ 3。解是所有小于等于3的数。用测试值验证:x = 0 得 -2(0) + 7 = 7 ≥ 1,成立。x = 4 得 -2(4) + 7 = -1 ≥ 1,不成立。这确认了 x 必须 ≤ 3。始终测试解范围内外的一个值来验证。
Rearranging Formulas (Changing the Subject)
In KS3 and beyond, you will often need to rearrange a formula to make a different variable the subject. This uses exactly the same balance-method principles as solving equations. Example: the formula for the perimeter of a rectangle is P = 2l + 2w, where l is length and w is width. If you know P and w, make l the subject. P = 2l + 2w. Subtract 2w: P – 2w = 2l. Divide by 2: (P – 2w)/2 = l. So l = (P – 2w)/2. Another example: the formula v = u + at gives final velocity. Make t the subject. v = u + at. Subtract u: v – u = at. Divide by a: t = (v – u)/a. This skill is essential for physics and will be tested in GCSE.
在 KS3 及以后,你经常需要重新排列公式,使不同的变量成为主项。这与解方程使用完全相同的平衡法原理。例如:长方形周长公式为 P = 2l + 2w,其中 l 是长,w 是宽。如果你知道 P 和 w,使 l 成为主项。P = 2l + 2w。减 2w:P – 2w = 2l。除以2:(P – 2w)/2 = l。所以 l = (P – 2w)/2。另一个例子:公式 v = u + at 给出最终速度。使 t 成为主项。v = u + at。减 u:v – u = at。除以 a:t = (v – u)/a。这项技能对物理至关重要,将在 GCSE 中考到。
Substitution into Expressions and Formulas
Substitution is the reverse of solving – instead of finding the unknown, you replace the variable with its known value and calculate the result. For the expression 3x + 2y – 7, when x = 4 and y = 5, substitute: 3(4) + 2(5) – 7 = 12 + 10 – 7 = 15. With formulas, be especially careful with order of operations (BIDMAS/BODMAS). For the formula A = (b1 + b2)h/2 (area of a trapezium), with b1 = 6, b2 = 10, h = 4: A = (6 + 10) * 4 / 2 = 16 * 4 / 2 = 64 / 2 = 32. Substitution errors are among the most common in KS3 exams – always show your working and double-check arithmetic.
代入法是求解的逆过程 – 不是找未知数,而是用已知值替换变量并计算结果。对于表达式 3x + 2y – 7,当 x = 4 和 y = 5 时,代入:3(4) + 2(5) – 7 = 12 + 10 – 7 = 15。对于公式,特别注意运算顺序(BIDMAS/BODMAS)。对于公式 A = (b1 + b2)h/2(梯形面积),b1 = 6,b2 = 10,h = 4:A = (6 + 10) * 4 / 2 = 16 * 4 / 2 = 64 / 2 = 32。代入错误是 KS3 考试中最常见的错误之一 – 始终展示计算过程并仔细检查算术。
Mathematical Vocabulary for Linear Equations
Building a strong mathematical vocabulary helps you understand questions and communicate solutions clearly. Key terms: Variable – a symbol (usually a letter) that represents an unknown quantity. Coefficient – the number multiplying the variable (in 4x, 4 is the coefficient). Constant – a fixed number that does not change (in 2x + 5, 5 is the constant). Expression – a combination of variables, numbers, and operations without an equals sign (e.g., 3x + 7). Equation – two expressions joined by an equals sign (e.g., 3x + 7 = 22). Solution (or root) – the value of the variable that makes the equation true. Like terms – terms with exactly the same variable part (3x and 5x are like terms; 3x and 3y are not). Inverse operation – the operation that reverses another (addition and subtraction are inverses; multiplication and division are inverses).
建立强大的数学词汇有助于你理解题目并清晰地交流解决方案。关键术语:变量 – 表示未知量的符号(通常是一个字母)。系数 – 乘以变量的数字(在 4x 中,4 是系数)。常数 – 不改变的固定数字(在 2x + 5 中,5 是常数)。表达式 – 没有等号的变量、数字和运算的组合(例如 3x + 7)。方程 – 由等号连接的两个表达式(例如 3x + 7 = 22)。解(或根)- 使方程成立的变量的值。同类项 – 变量部分完全相同的项(3x 和 5x 是同类项;3x 和 3y 不是)。逆运算 – 撤销另一个运算的操作(加法和减法是逆运算;乘法和除法是逆运算)。
Constructing Equations from Geometry
Many KS3 exam questions ask you to form an equation from a geometric diagram. For example, a triangle has angles (2x + 10) degrees, (3x) degrees, and (x + 30) degrees. Since angles in a triangle sum to 180 degrees: (2x + 10) + 3x + (x + 30) = 180. Combine like terms: 6x + 40 = 180. Subtract 40: 6x = 140. Divide by 6: x = 140/6 = 70/3 or approximately 23.3. Another example: an isosceles triangle has two equal sides of length (3x – 2) cm and a base of (2x + 4) cm. If the perimeter is 48 cm: (3x – 2) + (3x – 2) + (2x + 4) = 48. Combine: 8x = 48, so x = 6. The sides are 16 cm, 16 cm, and 16 cm — it is actually equilateral! Always check if your answer makes geometric sense.
许多 KS3 考试题目要求你从几何图形中建立方程。例如,一个三角形的三个角分别为 (2x + 10) 度、(3x) 度和 (x + 30) 度。由于三角形内角和为 180 度:(2x + 10) + 3x + (x + 30) = 180。合并同类项:6x + 40 = 180。减40:6x = 140。除以6:x = 140/6 = 70/3 或约 23.3。另一个例子:一个等腰三角形有两条等边,长度为 (3x – 2) cm,底边为 (2x + 4) cm。如果周长是 48 cm:(3x – 2) + (3x – 2) + (2x + 4) = 48。合并:8x = 48,所以 x = 6。各边为 16 cm,16 cm 和 16 cm — 它实际上是等边三角形!始终检查你的答案是否在几何上合理。
Summary
Linear equations are the foundation of algebra and appear throughout the KS3 Cambridge Mathematics curriculum. The key principles are: maintain balance by performing the same operation on both sides, isolate the variable using inverse operations, expand brackets before solving, and clear fractions by multiplying by the LCD. With consistent practice and careful attention to common pitfalls, solving linear equations becomes second nature. Master this topic, and you will be well-prepared for the more challenging algebraic concepts in GCSE and beyond.
总结
线性方程是代数的基础,贯穿 KS3 剑桥数学课程。核心原则是:通过对两边执行相同操作来保持平衡,使用逆运算隔离变量,先展开括号再求解,乘以最小公分母来清除分数。通过持续练习和对常见陷阱的仔细关注,解线性方程将变得得心应手。掌握这个主题,你将为进一步学习 GCSE 及以后更具挑战性的代数概念做好充分准备。
Answers to Practice Problems / 练习题答案
1. 5x + 3 = 28 –> 5x = 25 –> x = 5
2. 2(x – 4) = 10 –> 2x – 8 = 10 –> 2x = 18 –> x = 9
3. 3x – 2 = 2x + 7 –> 3x – 2x = 7 + 2 –> x = 9
4. x/3 + 1/2 = 5/6 –> 2x + 3 = 5 –> 2x = 2 –> x = 1
5. Perimeter = 2(length + width) = 2((2x+3)+5) = 2(2x+8) = 4x+16 = 36 –> 4x = 20 –> x = 5
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导