ในระบบจำนวนเต็ม (Integers) การคูณและการหารมี "กฎของเครื่องหมาย" ที่เป็นหัวใจสำคัญ หากเราเข้าใจการจับคู่ของเครื่องหมายบวก $(+)$ และลบ $(-)$ การคำนวณผลลัพธ์ก็จะเหมือนกับการคูณหรือหารตัวเลขธรรมดาทุกประการ
In the integer system, multiplication and division are governed by the "Rules of Signs". Once you understand how positive $(+)$ and negative $(-)$ signs pair up, calculating the result is exactly the same as regular arithmetic.
✖️ การคูณจำนวนเต็ม ✖️ Multiplying Integers
หลักการคูณจำนวนเต็มแบ่งออกเป็น 2 กรณีหลัก:
- คูณชนิดเดียวกัน (Same Signs): ผลลัพธ์จะเป็น จำนวนเต็มบวก (+) เสมอ
$(+) \times (+) = (+)$ และ $(-) \times (-) = (+)$ - คูณต่างชนิดกัน (Different Signs): ผลลัพธ์จะเป็น จำนวนเต็มลบ (-) เสมอ
$(+) \times (-) = (-)$ และ $(-) \times (+) = (-)$
The rules for multiplying integers are divided into 2 main cases:
- Same Signs: The product is always Positive
(+).
$(+) \times (+) = (+)$ and $(-) \times (-) = (+)$ - Different Signs: The product is always Negative
(-).
$(+) \times (-) = (-)$ and $(-) \times (+) = (-)$
จงหาผลคูณของ $6 \times 7$
บวกคูณบวก ได้ผลลัพธ์เป็นบวก
Calculate $6 \times 7$
Positive times positive yields positive.
จงหาผลคูณของ $(-8) \times (-5)$
ลบคูณลบ (เครื่องหมายเหมือนกัน) ได้ผลลัพธ์เป็นบวก
Calculate $(-8) \times (-5)$
Negative times negative (same signs) yields positive.
จงหาผลคูณของ $9 \times (-4)$
บวกคูณลบ (เครื่องหมายต่างกัน) ได้ผลลัพธ์เป็นลบ
Calculate $9 \times (-4)$
Positive times negative (different signs) yields negative.
จงหาผลคูณของ $(-12) \times 3$
ลบคูณบวก (เครื่องหมายต่างกัน) ได้ผลลัพธ์เป็นลบ
Calculate $(-12) \times 3$
Negative times positive (different signs) yields negative.
จงหาผลคูณของ $(-150) \times 0$
สมบัติการคูณด้วยศูนย์: จำนวนใดๆ คูณศูนย์ย่อมได้ศูนย์เสมอ (ไม่มีเครื่องหมาย)
Calculate $(-150) \times 0$
Zero Property: Any number multiplied by zero is always zero (no sign).
จงหาผลลัพธ์ของ $(-2) \times 3 \times (-4) \times (-1)$
ค่อยๆ คูณทีละคู่ หรือนับจำนวนเครื่องหมายลบ (ถ้ามีลบเป็นจำนวนคี่ ผลลัพธ์จะติดลบ)
Calculate $(-2) \times 3 \times (-4) \times (-1)$
Multiply pairs, or count the negative signs (odd number of negatives yields a negative result).
➗ การหารจำนวนเต็ม ➗ Dividing Integers
การหารจำนวนเต็ม ใช้หลักการคิดเครื่องหมายเหมือนกับการคูณทุกประการ:
- หารชนิดเดียวกัน: $(+) \div (+) = (+)$ และ $(-) \div (-) = (+)$
- หารต่างชนิดกัน: $(+) \div (-) = (-)$ และ $(-) \div (+) = (-)$
⚠️ ข้อควรระวังในการหาร:
1. เราไม่สามารถหารด้วย 0 ได้ (เช่น $5 \div 0$
จะไม่มีนิยามในทางคณิตศาสตร์)
2. หากเป็นการ "หารไม่ลงตัว"
ผลลัพธ์อาจจะถูกเขียนในรูปของเศษส่วนหรือทศนิยมแทน
Dividing integers follows the exact same sign rules as multiplication:
- Same Signs: $(+) \div (+) = (+)$ and $(-) \div (-) = (+)$
- Different Signs: $(+) \div (-) = (-)$ and $(-) \div (+) = (-)$
⚠️ Important notes for division:
1. We cannot divide by 0 (e.g., $5 \div 0$ is
undefined in mathematics).
2. If it is an "inexact division", the result is typically written as a
fraction or decimal.
จงหาผลหารของ $45 \div 9$
บวกหารบวก ได้ผลลัพธ์เป็นบวก
Calculate $45 \div 9$
Positive divided by positive yields positive.
จงหาผลหารของ $(-64) \div (-8)$
ลบหารลบ (เครื่องหมายเหมือนกัน) ได้ผลลัพธ์เป็นบวก
Calculate $(-64) \div (-8)$
Negative divided by negative (same signs) yields positive.
จงหาผลหารของ $(-42) \div 7$
ลบหารบวก (เครื่องหมายต่างกัน) ได้ผลลัพธ์เป็นลบ
Calculate $(-42) \div 7$
Negative divided by positive (different signs) yields negative.
จงหาผลหารของ $\displaystyle \frac{50}{-10}$
บวกหารลบ (เครื่องหมายต่างกัน) ได้ผลลัพธ์เป็นลบ
Calculate $\displaystyle \frac{50}{-10}$
Positive divided by negative (different signs) yields negative.
จงหาผลหารของ $(-15) \div 4$
การหารไม่ลงตัว สามารถเขียนตอบในรูปเศษส่วนหรือทศนิยมได้ (ผลลัพธ์ยังคงติดลบ)
Calculate $(-15) \div 4$
For inexact division, the answer can be written as a fraction or decimal (result is still negative).
จงหาผลลัพธ์ของ $\displaystyle \frac{(-12) \times 5}{-10}$
ทำตัวเศษ (การคูณ) ให้เสร็จก่อน แล้วค่อยนำมาหารกับตัวส่วน
Calculate $\displaystyle \frac{(-12) \times 5}{-10}$
Evaluate the numerator (multiplication) first, then divide by the denominator.
คำศัพท์ที่น่าสนใจ Key Vocabulary
คำศัพท์คณิตศาสตร์ภาษาอังกฤษ พร้อมรากศัพท์
| คำศัพท์ | รากศัพท์ / Root | ความหมาย / Meaning |
|---|---|---|
| Integer | in- (not) + tangere (to touch) | จำนวนเต็ม · ตัวเลขที่ไม่มีส่วนของเศษส่วนหรือทศนิยมประกอบ |
| Multiply | multus (many) + plicare (to fold) | คูณ · การเพิ่มจำนวนขึ้นทีละเท่าๆ กันหลายๆ ครั้ง |
| Divide | di- (apart) + videre (to separate) | หาร · การแบ่งออกเป็นส่วนๆ ที่มีขนาดเท่ากัน |
| Product | pro- (forward) + ducere (to lead) | ผลคูณ · ผลลัพธ์ที่ได้จากการคูณตัวเลขเข้าด้วยกัน |
| Quotient | quotiens (how many times) | ผลหาร · ผลลัพธ์ที่ได้จากการตั้งหาร |
| Positive | ponere (to put, place) | บวก · จำนวนที่มีค่ามากกว่าศูนย์ (แสดงด้วยเครื่องหมาย +) |
| Negative | negare (to deny) | ลบ · จำนวนที่มีค่าน้อยกว่าศูนย์ (แสดงด้วยเครื่องหมาย -) |