当前位置: 首页 > news >正文

Congruence (Modular Congruence) – Basic Exercises with Answers

Target Audience: Junior High School Mathematics Enrichment / Competition Introduction
Recommended Time: 15 minutes

I. Knowledge Card

1. Definition

If two integers \(a\) and \(b\) have the same remainder when divided by \(m\), then \(a\) and \(b\) are said to be congruent modulo \(m\), denoted as:

\[\boldsymbol{a \equiv b \pmod{m}} \]

Equivalent Statement: \(a\) and \(b\) are congruent modulo \(m\) \(\Longleftrightarrow\) \(a-b\) (or \(b-a\)) is an integer multiple of \(m\), i.e., \(m \mid (a-b)\).


2. Seven Properties of Congruence

Property Name Expression Explanation
Reflexivity \(a \equiv a \pmod{m}\) Every number is congruent to itself
Symmetry If \(a \equiv b \pmod{m}\), then \(b \equiv a \pmod{m}\) Left and right sides can be interchanged
Transitivity If \(a \equiv b \pmod{m}\) and \(b \equiv c \pmod{m}\), then \(a \equiv c \pmod{m}\) Transmits like the "equals" sign
Additivity If \(a \equiv b \pmod{m}\) and \(c \equiv d \pmod{m}\), then \(a \pm c \equiv b \pm d \pmod{m}\) Congruences can be added/subtracted
Multiplicativity If \(a \equiv b \pmod{m}\) and \(c \equiv d \pmod{m}\), then \(ac \equiv bd \pmod{m}\) Congruences can be multiplied
Power Property If \(a \equiv b \pmod{m}\), then \(a^n \equiv b^n \pmod{m}\) (for any natural number \(n\)) Congruences can be raised to the \(n\)-th power

II. Basic Exercises with Answers (5 questions, 20 points each, total 100 points)

Question 1 (Basic Definition)

Determine whether \(17\) and \(7\) are congruent modulo \(5\).

【Answer】
\(17 \div 5\) leaves a remainder of \(2\), and \(7 \div 5\) leaves a remainder of \(2\). The remainders are the same.
\(\therefore 17 \equiv 7 \pmod{5}\) holds true.

Question 2 (Reflexivity and Symmetry)

Write any two different integers that are congruent to \(8\) modulo \(3\).

【Answer】
\(8 \div 3\) leaves a remainder of \(2\), so we just need to find numbers that leave a remainder of \(2\) when divided by \(3\).
For example: \(5\) (\(5 \div 3\) leaves remainder \(2\)), and \(11\) (\(11 \div 3\) leaves remainder \(2\)).
\(\therefore 5 \equiv 8 \pmod{3}\) and \(11 \equiv 8 \pmod{3}\).

Question 3 (Transitivity)

Given that \(13 \equiv 3 \pmod{5}\) and \(3 \equiv 8 \pmod{5}\), determine whether \(13 \equiv 8 \pmod{5}\) holds true, and explain your reasoning.

【Answer】
It holds true.
By transitivity, if \(13 \equiv 3 \pmod{5}\) and \(3 \equiv 8 \pmod{5}\), then \(13 \equiv 8 \pmod{5}\).
Verification: \(13-8=5\), which is an integer multiple of \(5\). \(\therefore\) it holds true.

Question 4 (Additivity)

Given that \(7 \equiv 2 \pmod{5}\) and \(4 \equiv 9 \pmod{5}\), determine whether \(7+4\) and \(2+9\) are congruent modulo \(5\). Verify by calculating their difference.

【Answer】
\(7+4 = 11\), \(2+9 = 11\). Clearly \(11 \equiv 11 \pmod{5}\), so it holds true.
Difference verification: \((7+4) - (2+9) = 11-11 = 0\), which is an integer multiple of \(5\).
(Alternatively, this can be directly concluded using additivity.)

Question 5 (Multiplicativity)

Given that \(3 \equiv 8 \pmod{5}\) and \(2 \equiv 7 \pmod{5}\), determine whether \(3 \times 2\) and \(8 \times 7\) are congruent modulo \(5\). Verify your conclusion.

【Answer】
\(3 \times 2 = 6\), \(8 \times 7 = 56\). \(56-6=50\), which is an integer multiple of \(5\) (\(50=5\times10\)).
\(\therefore 6 \equiv 56 \pmod{5}\), i.e., \(3 \times 2 \equiv 8 \times 7 \pmod{5}\) holds true.

III. Notes

  • The definition and properties of congruence are the foundation for solving divisibility problems, remainder problems, and number theory competition problems. When reviewing, it is recommended to emphasize the core criterion: "\(a-b\) is an integer multiple of \(m\)."
  • This exercise can be used as an independent introductory worksheet on congruence or as a pre-assessment diagnostic for a number theory unit.

同余(Modular Congruence)基础练习与答案

适用年级:初中数学拓展/竞赛入门
建议用时:15分钟

一、知识卡片

1. 定义

如果两个整数 \(a\)\(b\) 除以 \(m\)余数相同,则称 \(a\)\(b\) 对于 \(m\) 同余,记作:

\[\boldsymbol{a \equiv b \pmod{m}} \]

等价说法\(a\)\(b\)\(m\) 同余 \(\Longleftrightarrow\) \(a-b\)(或 \(b-a\))是 \(m\) 的整数倍,即 \(m \mid (a-b)\)


2. 同余的七大性质

性质名称 表达式 说明
自反性 \(a \equiv a \pmod{m}\) 任何数与自己同余
对称性 \(a \equiv b \pmod{m}\),则 \(b \equiv a \pmod{m}\) 左右可互换
传递性 \(a \equiv b \pmod{m}\)\(b \equiv c \pmod{m}\),则 \(a \equiv c \pmod{m}\) 像“等号”一样传递
可加性 \(a \equiv b \pmod{m}\)\(c \equiv d \pmod{m}\),则 \(a \pm c \equiv b \pm d \pmod{m}\) 同余式可相加/相减
可乘性 \(a \equiv b \pmod{m}\)\(c \equiv d \pmod{m}\),则 \(ac \equiv bd \pmod{m}\) 同余式可相乘
乘方性 \(a \equiv b \pmod{m}\),则 \(a^n \equiv b^n \pmod{m}\)\(n\) 为任意自然数) 同余式可同时取 \(n\) 次幂

二、基础练习与答案(共5题,每题20分,总分100分)

第1题(基础定义)

判断 \(17\)\(7\) 是否对 \(5\) 同余。

【答案】
\(17 \div 5\)\(2\)\(7 \div 5\)\(2\),余数相同。
\(\therefore 17 \equiv 7 \pmod{5}\) 成立。

第2题(自反性与对称性)

写出与 \(8\)\(3\) 同余的任意两个不同的整数。

【答案】
\(8 \div 3\)\(2\),所以只要找除以3余2的数即可。
例如:\(5\)\(5 \div 3\) 余2),\(11\)\(11 \div 3\) 余2)。
\(\therefore 5 \equiv 8 \pmod{3}\)\(11 \equiv 8 \pmod{3}\)

第3题(传递性)

已知 \(13 \equiv 3 \pmod{5}\)\(3 \equiv 8 \pmod{5}\),请判断 \(13 \equiv 8 \pmod{5}\) 是否成立,并说明理由。

【答案】
成立。
由传递性可知,若 \(13 \equiv 3 \pmod{5}\)\(3 \equiv 8 \pmod{5}\),则 \(13 \equiv 8 \pmod{5}\)
验证:\(13-8=5\),是 \(5\) 的整数倍,\(\therefore\) 成立。

第4题(可加性)

已知 \(7 \equiv 2 \pmod{5}\)\(4 \equiv 9 \pmod{5}\),求 \(7+4\)\(2+9\) 是否对 \(5\) 同余?并计算两者的差值验证。

【答案】
\(7+4 = 11\)\(2+9 = 11\),显然 \(11 \equiv 11 \pmod{5}\),成立。
差值验证:\((7+4) - (2+9) = 11-11 = 0\),是 \(5\) 的整数倍。
(也可用可加性直接判断。)

第5题(可乘性)

已知 \(3 \equiv 8 \pmod{5}\)\(2 \equiv 7 \pmod{5}\),判断 \(3 \times 2\)\(8 \times 7\) 是否对 \(5\) 同余?验证你的结论。

【答案】
\(3 \times 2 = 6\)\(8 \times 7 = 56\)\(56-6=50\),是 \(5\) 的整数倍(\(50=5\times10\))。
\(\therefore 6 \equiv 56 \pmod{5}\),即 \(3 \times 2 \equiv 8 \times 7 \pmod{5}\) 成立。

三、建议

  • 同余的定义和性质是后续解决整除问题、余数问题、数论竞赛题的基础,建议讲评时重点强调“\(a-b\)\(m\) 的整数倍”这一核心判断标准。
  • 本练习可作为“同余入门”独立练习,也可作为数论专题的课前诊断。
http://www.jsqmd.com/news/1336084/

相关文章:

  • 夸克网盘自动化助手:智能转存与媒体库管理的终极解决方案
  • 2026深圳搬家避坑**合集:低价套路、隐形增项、黑搬家识别、定金退还完整实操方案 - 禧燕搬家
  • 2026年国内攀岩墙厂家行业权威评测:头部厂商实力榜单与选型指南
  • Unity粒子系统三步打造节日烟花特效:从基础爆炸到完整烟花秀
  • STM32-S266-TDS水质检测+红外感应+水量监测+保温常温+温度+灯光指示+定时提醒+定时开关+加热+防干烧+参数+OLED屏+声光提醒+(无线方式选择)-21(设计源文件+万字报告+讲解)(
  • DLMS/COSEM协议深度解析:从对象模型到安全实践
  • mcp-helm MCP 服务说明文档
  • DDS技术解析:从原理到实战,掌握现代信号源核心
  • 大语言模型(LLM)构建实战:从核心原理到RAG应用开发指南
  • 房产动画哪家公司做得好?2026年实力公司推荐
  • 深圳大件特殊物品搬运专业手册|红木、钢琴、鱼缸、大屏家电吊装防护与报价全解读 - 禧燕搬家
  • 抖音下载器终极指南:从零到精通的完整自动化收藏方案
  • Unity开发中Lambda表达式实战:从语法到性能优化的完整指南
  • 范式起源项目解析:大规模数据解密与知识图谱构建实践
  • 【信息科学与工程学】信息工程领域——第三十六篇 电路电子06 电路设计02
  • GEO生成式引擎优化深度研判:短期算法红利还是AI时代长效流量基建
  • Blender与Unreal Engine资产流转:io_scene_psk_psa插件核心功能与工作流详解
  • CSD表示法:优化硬件乘法器性能的稀疏编码技术
  • 2026年手机证件照电子版这样做:自拍、换底、尺寸一次搞定 - 耶斯去水印
  • Java项目编译实战:IDEA与Maven环境配置、POM解析与问题排查
  • 【YOLO26创新改进】2024 | 损失函数涨点改进篇 | 使用Shape-IoU损失函数,考虑真实框自身的形状和尺度,使不同方向、不同尺寸目标获得更符合其几何特点的回归监督,用于微小目标检测
  • STM32跳转系统BootLoader:IAP升级失败后的自救与实现原理
  • 基于AT89C52与Proteus的电子琴音乐盒仿真设计实战
  • 安全卸载Ubuntu双系统:从分区管理到引导修复的完整指南
  • Evaluating Large Language Models for Diacritic Restoration in Romanian Texts: A Comparative Study
  • Java 后端如何转向 Agent 开发:能力地图与学习路径
  • C++实战:从零复刻经典扫雷游戏,掌握二维数组与递归算法
  • AI绘图实战:时间演化四象限房间 Prompt 拆解
  • 高速PCB设计中差分等长布线的核心原理与Altium Designer实战指南
  • AI 轻松出图之后,我慌了三个月