The Magic of Number 9 | 数字9的奇妙世界

📚 The Magic of Number 9 | 数字9的奇妙世界

The number 9 is one of the most fascinating digits in mathematics. It appears in divisibility rules, digital roots, patterns, and even real-world codes. In this revision article, we will explore the key facts about 9 that you need for your IGCSE Edexcel Mathematics exams.

数字9是数学中最迷人的数字之一。它出现在整除规则、数字根、模式甚至现实世界的编码中。在这篇复习文章中,我们将探讨你在 IGCSE Edexcel 数学考试中需要了解的关于9的关键知识。

1. Divisibility Rule for 9 | 9的整除规则

A number is divisible by 9 if the sum of its digits is divisible by 9. For example, 567 has digit sum 5 + 6 + 7 = 18, and 18 is divisible by 9, so 567 is divisible by 9.

一个数能被9整除,当且仅当它的各位数字之和能被9整除。例如,567 的数字和为 5 + 6 + 7 = 18,而 18 能被9整除,所以 567 能被9整除。

Divisibility by 9: n is divisible by 9 ⇔ sum of digits of n is divisible by 9.

9的整除规则:n 能被9整除 ⇔ n 的各位数字之和能被9整除。

This rule works because 10 ≡ 1 (mod 9), so every power of 10 leaves a remainder of 1 when divided by 9.

这个规则之所以成立,是因为 10 ≡ 1 (mod 9),所以 10 的任意次幂除以9的余数都是1。


2. Digital Root and Casting Out Nines | 数字根与去九法

The digital root of a number is obtained by repeatedly adding its digits until a single digit remains. For example, 789 → 7 + 8 + 9 = 24 → 2 + 4 = 6, so the digital root of 789 is 6.

一个数的数字根是通过反复相加其各位数字直到剩下一位数得到的。例如,789 → 7 + 8 + 9 = 24 → 2 + 4 = 6,所以 789 的数字根是6。

If the digital root is 9, the original number is divisible by 9. A number with digital root 0 in this process is treated as 9.

如果数字根是9,则原数能被9整除。在这个过程中得到0的数字根视为9。

“Casting out nines” is a quick way to check addition or multiplication. For example, when adding two numbers, compare the digital root of the sum with the sum of the digital roots; they must match.

“去九法”是一种快速检验加减乘除的方法。例如,加法时,比较和的数字根与各个加数数字根之和;它们必须一致。


3. Multiples of 9 | 9的倍数

The first few multiples of 9 are 9, 18, 27, 36, 45, 54, 63, 72, 81, 90, 99, 108. Notice that the sum of the digits of every multiple of 9 is always 9 (or a multiple of 9).

9的前几个倍数是 9, 18, 27, 36, 45, 54, 63, 72, 81, 90, 99, 108。注意每个9的倍数的各位数字之和总是9(或9的倍数)。

For example, 99 has digit sum 18, and 18 is 2 × 9. Also, 108 has digit sum 9.

例如,99 的数字和是18,而18是2 × 9。同样,108 的数字和是9。

There is a beautiful pattern: 9 × 1 = 9, 9 × 2 = 18, 9 × 3 = 27, … The tens digit increases by 1 each time, while the units digit decreases by 1.

这里有一个漂亮的模式:9 × 1 = 9,9 × 2 = 18,9 × 3 = 27,……十位每次增加1,而个位每次减少1。


4. Factors and Prime Factors of 9 | 9的因数与质因数

The factors of 9 are 1, 3, and 9. A factor is a whole number that divides 9 exactly without leaving a remainder.

9的因数是1、3和9。因数是能整除9而没有余数的整数。

9 is a composite number because it has more than two factors. Its prime factorisation is 3².

9是合数,因为它有超过两个因数。它的质因数分解是 3²。

9 = 3 × 3 = 3²

9 = 3 × 3 = 3²

Since 3 is a prime number, the only prime factor of 9 is 3.

因为3是质数,所以9唯一的质因数是3。


5. Squares and Powers of 9 | 9的平方与幂

9 is itself a perfect square: 9 = 3². Its square is 81, and its cube is 729.

9本身是一个完全平方数:9 = 3²。它的平方是81,立方是729。

9² = 81, 9³ = 729, 9⁴ = 6561

9² = 81,9³ = 729,9⁴ = 6561

Notice that 9 = 10 − 1, which makes powers of 9 useful when expanding with the binomial theorem, though that is beyond IGCSE. Still, you should know basic powers.

注意 9 = 10 − 1,这使得9的幂在二项式定理展开时很有用,虽然这超出了IGCSE范围。但你应当知道基本的幂。

In exams, you may be asked to find the square root of 81 or identify 9 as a square number.

在考试中,你可能会被要求求81的平方根,或识别9是平方数。


6. 9 in Number Bases | 9在不同进制中的表示

In base 10, 9 is the largest single digit. In base 9, the digit 9 does not appear; the number 9 is written as 10₉.

在十进制中,9是最大的单个数字。在九进制中,数字9不出现;数字9写作 10₉。

9 (decimal) = 10₉ = 100₃? Wait, no: 9 = 1 × 3², so 9 (decimal) = 100₃.

9(十进制)= 10₉ = 1 × 3²,因此 9(十进制)= 100₃。

Actually, 9 in base 3 is 100₃ because 3² = 9. In base 2, 9 is 1001₂.

实际上,9在二进制中是 1001₂,因为 8 + 1 = 9。

IGCSE questions may ask you to convert 9 to binary or other bases, so practise these conversions.

IGCSE题目可能要求你将9转换为二进制或其他进制,所以要多练习这些转换。


7. Patterns with 9 | 9的趣味模式

Multiplying by 9 gives a pattern in the digits. For example, 9 × 12345 = 111105? Let us check: 9 × 12345 = 111105. But a simpler pattern is with repeated digits:

乘以9会得到数字模式。例如,9 × 12345 = 111105?让我们验证:9 × 12345 = 111105。但更简单的模式是重复数字:

9 × 111 = 999, 9 × 222 = 1998, 9 × 333 = 2997, … These products always have digits that sum to 18 or a multiple of 9.

9 × 111 = 999,9 × 222 = 1998,9 × 333 = 2997,……这些乘积的数字和总是18或9的倍数。

Another famous pattern: 9 × 9 + 7 = 88; 98 × 9 + 6 = 888; 987 × 9 + 5 = 8888; and so on.

另一个著名模式:9 × 9 + 7 = 88;98 × 9 + 6 = 888;987 × 9 + 5 = 8888;依此类推。


8. 9 in Real-World Applications | 9在现实生活中的应用

ISBN-10 book codes use a checksum based on modulo 11, not 9. However, remainder checks and digital roots are used in error detection.

ISBN-10图书编码使用基于模11的校验位,而不是模9。然而,余数校验和数字根被用于错误检测。

The “casting out nines” method is a quick way to check arithmetic. For instance, after multiplying two numbers, compare the digital root of the product with the product of the digital roots.

“去九法”是快速检查算术的方法。例如,在乘两个数之后,比较乘积的数字根与数字根之积。

If they match, the answer is correct modulo 9; if not, you have made an error.

如果它们一致,答案在模9意义下正确;如果不一致,那么一定有错误。

This technique is useful in exam checks and everyday calculation.

这种技巧在考试检查和日常计算中非常有用。


9. Common Exam Questions Involving 9 | 涉及9的常见考题

Typical IGCSE questions may ask: “Is 4329 divisible by 9? Show your working.” Answer: digit sum = 4 + 3 + 2 + 9 = 18, so yes.

典型IGCSE题目可能问:“4329能被9整除吗?写出过程。”答案:数字和 = 4 + 3 + 2 + 9 = 18,所以能。

Another common question: “Find the lowest common multiple (LCM) of 9 and 12.” The multiples of 9 are 9, 18, 27, 36, … and multiples of 12 are 12, 24, 36, … so the LCM is 36.

另一个常见题目:“求9和12的最小公倍数。”9的倍数是9、18、27、36,……12的倍数是12、24、36,……所以最小公倍数是36。

You may also be asked to find the highest common factor (HCF) of 9 and 15. The factors of 9 are 1,3,9 and of 15 are 1,3,5,15, so the HCF is 3.

你还可能被要求求9和15的最大公因数。9的因数是1、3、9,15的因数是1、3、5、15,所以最大公因数是3。


10. Summary of Key Facts | 关键知识点总结

Here is a quick revision table for the number 9.

下面是一个关于数字9的快速复习表格。

Property Fact
Divisibility Digit sum must be divisible by 9
Prime factorisation
Factors 1, 3, 9
Square root √9 = 3
Digital root For multiples of 9, digital root is 9
In base 2 1001₂

Remember these facts and practise applying them to different numbers.

记住这些知识点,并练习将它们应用到不同的数字上。


Published by TutorHao | Mathematics Revision Series | aleveler.com

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

Comments

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

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

Discover more from aleveler.com

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

Continue reading

Exit mobile version