In a modular system, if a ≡ b (mod m) and c ≡ d (mod m), which of the following
Practice Questions
Q1
In a modular system, if a ≡ b (mod m) and c ≡ d (mod m), which of the following is true?
a + c ≡ b + d (mod m)
a - c ≡ b - d (mod m)
a * c ≡ b * d (mod m)
All of the above
Questions & Step-by-Step Solutions
In a modular system, if a ≡ b (mod m) and c ≡ d (mod m), which of the following is true?
Step 1: Understand what 'a ≡ b (mod m)' means. It means that when you divide 'a' and 'b' by 'm', they leave the same remainder.
Step 2: Understand what 'c ≡ d (mod m)' means. It means that when you divide 'c' and 'd' by 'm', they also leave the same remainder.
Step 3: Know that in modular arithmetic, if two numbers are equivalent (like a and b), you can perform operations on them and the equivalence will still hold.
Step 4: For addition: If a ≡ b (mod m) and c ≡ d (mod m), then (a + c) ≡ (b + d) (mod m).
Step 5: For subtraction: If a ≡ b (mod m) and c ≡ d (mod m), then (a - c) ≡ (b - d) (mod m).
Step 6: For multiplication: If a ≡ b (mod m) and c ≡ d (mod m), then (a * c) ≡ (b * d) (mod m).
Step 7: Therefore, all operations (addition, subtraction, multiplication) maintain equivalence in modular arithmetic.